Add an EVP demo for signatures using EC
authoryuechen-chen <yuechen.chen@oracle.com>
Mon, 24 May 2021 06:33:55 +0000 (23:33 -0700)
committerPauli <pauli@openssl.org>
Thu, 3 Jun 2021 05:21:17 +0000 (15:21 +1000)
commit691c9cd16b11e7350eb6d591664334fd5c951050
treef715961533a008bbd8ce0236625edb6027052ad4
parent74613e8c97be6c310152f7cc6d8162f3ccc723a4
Add an EVP demo for signatures using EC

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)
demos/README.txt
demos/signature/EVP_Signature_demo.c [new file with mode: 0644]
demos/signature/EVP_Signature_demo.h [new file with mode: 0644]
demos/signature/Makefile [new file with mode: 0644]