Add Tests for RSA_sign_ASN1_OCTET_STRING & RSA_verify_ASN1_OCTET_STRING
authorslontis <shane.lontis@oracle.com>
Mon, 6 Feb 2023 04:26:23 +0000 (14:26 +1000)
committerTomas Mraz <tomas@openssl.org>
Wed, 8 Feb 2023 15:19:02 +0000 (16:19 +0100)
commit416a9286859d444e5a77bbdcc73f0c35b34e574b
tree7d10a9f0e9a634e572164e3f799f411165be392e
parent23e65561e28f705f8f59128470aaf89bdbdb84fa
Add Tests for RSA_sign_ASN1_OCTET_STRING & RSA_verify_ASN1_OCTET_STRING

Note: Internally RSA_sign_ASN1_OCTET_STRING() is used with
RSA signing only when the digest is MDC2,
and RSA_verify_ASN1_OCTET_STRING() is unused.

Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/20220)
test/recipes/30-test_evp_data/evppkey_rsa.txt
test/rsa_test.c