mirror of
https://github.com/openssl/openssl.git
synced 2024-12-09 05:51:54 +08:00
e9492d1cec
Two demos are provided: one using RSA-PSS directly in which a digest must be provided, and one using RSA-PSS with the EVP_DigestSign APIs which performs the hashing for you. Fixes #14113. Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/17800) |
||
---|---|---|
.. | ||
EVP_Signature_demo.c | ||
EVP_Signature_demo.h | ||
Makefile | ||
rsa_pss_direct.c | ||
rsa_pss_hash.c | ||
rsa_pss.h |