openssl/demos/signature
Hugo Landau e9492d1cec Add EVP demos for RSA-PSS signing and verification
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)
2022-03-07 09:25:00 +11:00
..
EVP_Signature_demo.c EVP_DigestVerifyFinal: fix test function and invocation 2021-11-16 17:30:57 +01:00
EVP_Signature_demo.h
Makefile Add EVP demos for RSA-PSS signing and verification 2022-03-07 09:25:00 +11:00
rsa_pss.h Add EVP demos for RSA-PSS signing and verification 2022-03-07 09:25:00 +11:00
rsa_pss_direct.c Add EVP demos for RSA-PSS signing and verification 2022-03-07 09:25:00 +11:00
rsa_pss_hash.c Add EVP demos for RSA-PSS signing and verification 2022-03-07 09:25:00 +11:00