openssl/include/crypto
Shane Lontis 96ebe52e89 Add EVP_PKEY_gettable_params support for accessing EVP_PKEY key data fields
Currently only RSA, EC and ECX are supported (DH and DSA need to be added to the keygen
PR's seperately because the fields supported have changed significantly).

The API's require the keys to be provider based.

Made the keymanagement export and get_params functions share the same code by supplying
support functions that work for both a OSSL_PARAM_BLD as well as a OSSL_PARAM[].
This approach means that complex code is not required to build an
empty OSSL_PARAM[] with the correct sized fields before then doing a second
pass to populate the array.

The RSA factor arrays have been changed to use unique key names to simplify the interface
needed by the user.

Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/11365)
2020-04-01 15:51:18 +10:00
..
__DECC_INCLUDE_EPILOGUE.H
__DECC_INCLUDE_PROLOGUE.H
aes_platform.h
aria.h
asn1_dsa.h
asn1.h EVP: Downgrade keys rather than upgrade 2020-03-25 17:01:10 +01:00
async.h
bn_conf.h.in
bn_dh.h
bn_srp.h
bn.h
chacha.h
cmll_platform.h
cms.h
cryptlib.h
ctype.h
des_platform.h
dh.h EVP: Implement support for key downgrading in backends 2020-03-25 17:01:32 +01:00
dsa.h EVP: Implement support for key downgrading in backends 2020-03-25 17:01:32 +01:00
dso_conf.h.in
ec.h EVP: Implement support for key downgrading in backends 2020-03-25 17:01:32 +01:00
ecx.h EVP: Implement support for key downgrading in backends 2020-03-25 17:01:32 +01:00
engine.h
err.h
ess.h
evp.h EVP: Downgrade keys rather than upgrade 2020-03-25 17:01:10 +01:00
lhash.h
md32_common.h
modes.h
objects.h
poly1305.h
rand.h
rsa.h Add EVP_PKEY_gettable_params support for accessing EVP_PKEY key data fields 2020-04-01 15:51:18 +10:00
security_bits.h Change DH_get_nid() to set the value of q if it is not already set 2020-03-07 07:47:58 +10:00
serializer.h
sha.h
siphash.h
siv.h
sm2.h
sm2err.h
sm4.h
sparse_array.h
store.h
x509.h Constify various mostly X509-related parameter types in crypto/ and apps/ 2020-03-23 08:30:37 +01:00
x509v3.h x509v3 subjectSignTool extention support 2020-02-28 18:01:16 +03:00