summaryrefslogtreecommitdiff
path: root/demos/signature
Commit message (Collapse)AuthorAgeFilesLines
* Add an EVP signature demo using DSADaniel Fiala2022-11-224-4/+322
| | | | | | | | | Fixes openssl#14114 Reviewed-by: Paul Dale <pauli@openssl.org> Reviewed-by: Shane Lontis <shane.lontis@oracle.com> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/19492)
* Add EVP demos for RSA-PSS signing and verificationHugo Landau2022-03-074-3/+654
| | | | | | | | | | | | 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_DigestVerifyFinal: fix test function and invocationPeiwei Hu2021-11-161-1/+1
| | | | | | | | | Signed-off-by: Peiwei Hu <jlu.hpw@foxmail.com> Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/17029)
* Add an EVP demo for signatures using ECyuechen-chen2021-06-033-0/+331
Fixes #14115 Reviewed-by: Shane Lontis <shane.lontis@oracle.com> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/15429)