mirror of https://github.com/openssl/openssl.git
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.h | ||
| rsa_pss_direct.c | ||
| rsa_pss_hash.c | ||