openssl/include/crypto
Shane Lontis 5e77b79a8c Remove gen_get_params & gen_gettable_params from keygen operation
EVP_PKEY_CTX_gettable_params() was missing code for the keygen operation.
After adding it it was noticed that it is probably not required for this type, so instead
the gen_get_params and gen_gettable_params have been remnoved from the provider interface.
gen_get_params was only implemented for ec to get the curve name. This seems redundant
since normally you would set parameters into the keygen_init() and then generate a key.
Normally you would expect to extract data from the key - not the object that we just set up
to do the keygen.

Added a simple settable and gettable test into a test that does keygen.

Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/11683)
2020-05-07 15:31:05 +10:00
..
__DECC_INCLUDE_EPILOGUE.H
__DECC_INCLUDE_PROLOGUE.H
aes_platform.h Update copyright year 2020-04-23 13:55:52 +01:00
aria.h
asn1_dsa.h
asn1.h Update copyright year 2020-04-23 13:55:52 +01:00
async.h
bn_conf.h.in
bn_dh.h Fix DH_get_nid() so that it does not cache values. 2020-04-20 11:07:38 +10:00
bn_srp.h
bn.h
chacha.h
cmll_platform.h
cms.h
cryptlib.h
ctype.h
des_platform.h
dh.h Fix DH_get_nid() so that it does not cache values. 2020-04-20 11:07:38 +10:00
dsa.h
dso_conf.h.in
ec.h Update copyright year 2020-04-23 13:55:52 +01:00
ecx.h Add the library ctx into an ECX_KEY 2020-05-04 09:30:55 +01:00
engine.h
err.h
ess.h
evp.h Remove gen_get_params & gen_gettable_params from keygen operation 2020-05-07 15:31:05 +10:00
lhash.h
md32_common.h
modes.h Update copyright year 2020-04-23 13:55:52 +01:00
objects.h
poly1305.h
rand.h Update copyright year 2020-04-23 13:55:52 +01:00
rsa.h Update copyright year 2020-04-23 13:55:52 +01:00
security_bits.h
serializer.h
sha.h
siphash.h
siv.h
sm2.h
sm2err.h
sm4.h
sparse_array.h
store.h Update copyright year 2020-04-23 13:55:52 +01:00
x509.h Update copyright year 2020-04-23 13:55:52 +01:00
x509v3.h