This is like Verify-Message but accepts a public key instead of a private one.
Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/26750)
verify_test_run
};
+/*
+ * "Verify-Message-Public" is like "Verify-Message", but uses a public key
+ * instead of a private key.
+ * The argument must be a colon separated pair, {algorithm}:{key}
+ */
static int verify_message_public_test_init(EVP_TEST *t, const char *name)
{
return pkey_test_init_ex2(t, name, 1,