]> git.ipfire.org Git - thirdparty/openssl.git/commit
Add public API for gettables and settables for keymanagement, signatures and key...
authorShane Lontis <shane.lontis@oracle.com>
Wed, 12 Aug 2020 01:59:43 +0000 (11:59 +1000)
committerShane Lontis <shane.lontis@oracle.com>
Wed, 12 Aug 2020 01:59:43 +0000 (11:59 +1000)
commite3efe7a53299dff3cd2222542b6a999b1360d626
treec65037e5c1c56b9cb732d5f5725ed1ed81ada946
parentaf88e64a98a6402dabd41ac2de194444dd285b49
Add public API for gettables and settables for keymanagement, signatures and key exchange.

The openssl provider app will now display these params.

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/12396)
14 files changed:
apps/lib/app_params.c
apps/provider.c
crypto/evp/exchange.c
crypto/evp/keymgmt_meth.c
crypto/evp/p_lib.c
crypto/evp/pmeth_lib.c
crypto/evp/signature.c
doc/internal/man3/evp_keymgmt_newdata.pod
doc/man3/EVP_KEYEXCH_free.pod
doc/man3/EVP_KEYMGMT.pod
doc/man3/EVP_SIGNATURE_free.pod
include/crypto/evp.h
include/openssl/evp.h
util/libcrypto.num