mirror of
https://github.com/openssl/openssl.git
synced 2025-01-06 13:26:43 +08:00
2db985b7b1
The existing names such as EVP_PKEY_param_fromdata_settable were a bit confusing since the 'param' referred to key params not OSSL_PARAM. To simplify the interface a 'selection' parameter will be passed instead. The changes are: (1) EVP_PKEY_fromdata_init() replaces both EVP_PKEY_key_fromdata_init() and EVP_PKEY_param_fromdata_init(). (2) EVP_PKEY_fromdata() has an additional selection parameter. (3) EVP_PKEY_fromdata_settable() replaces EVP_PKEY_key_fromdata_settable() and EVP_PKEY_param_fromdata_settable(). EVP_PKEY_fromdata_settable() also uses a selection parameter. Fixes #12989 Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/14076) |
||
---|---|---|
.. | ||
cmp_testlib.c | ||
cmp_testlib.h | ||
handshake.c | ||
handshake.h | ||
pkcs12.c | ||
pkcs12.h | ||
predefined_dhparams.c | ||
predefined_dhparams.h | ||
ssl_test_ctx.c | ||
ssl_test_ctx.h | ||
ssltestlib.c | ||
ssltestlib.h |