Add EVP demo for RSA key generation
authorHugo Landau <hlandau@openssl.org>
Mon, 7 Mar 2022 13:29:49 +0000 (13:29 +0000)
committerTomas Mraz <tomas@openssl.org>
Mon, 14 Mar 2022 08:53:23 +0000 (09:53 +0100)
commite1cb5bf4c61f5ac7ec354da9a3b3762c64e31332
tree5fe78c5a7daf210444619e98d3a5ccc5a575ed62
parent38514791b6b8459a98aac4f39e196183cd6332d8
Add EVP demo for RSA key generation

Fixes #14111.

Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/17824)

(cherry picked from commit ad083f9b0ab81d094c2dbb8f5e2a5fb7738a0bfe)
demos/README.txt
demos/pkey/EVP_PKEY_EC_keygen.c
demos/pkey/EVP_PKEY_RSA_keygen.c [new file with mode: 0644]
demos/pkey/Makefile