openssl/crypto/ffc
Shane Lontis b98f752ec3 Export/import flags for FFC params changed to seperate fields.
An extra field got added to the ffc flags related to FIPS-186-2 key validation, but this field was
not handled by the export/import since the flags were done as string combinations.
To keep this consistent with other object flags they are now passed as seperate OSSL_PARAM fields.

Fixes 'no-cached-fetch' build which uses export/import.

Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15210)
2021-05-13 09:49:18 +10:00
..
build.info EVP_PKEY & DH: Make DH EVP_PKEY_CTX parameter ctrls / setters more available 2020-12-16 11:55:39 +01:00
ffc_backend.c Export/import flags for FFC params changed to seperate fields. 2021-05-13 09:49:18 +10:00
ffc_dh.c Fixes related to separation of DH and DHX types 2021-04-26 19:52:11 +02:00
ffc_key_generate.c ffc: add _ossl to exported but internal functions 2020-10-06 09:04:19 +10:00
ffc_key_validate.c ffc: add _ossl to exported but internal functions 2020-10-06 09:04:19 +10:00
ffc_params.c Export/import flags for FFC params changed to seperate fields. 2021-05-13 09:49:18 +10:00
ffc_params_generate.c Export/import flags for FFC params changed to seperate fields. 2021-05-13 09:49:18 +10:00
ffc_params_validate.c Fix DSA EVP_PKEY_param_check() when defaults are used for param generation. 2021-03-15 09:01:51 +10:00