]> git.ipfire.org Git - thirdparty/openssl.git/commit
Export/import flags for FFC params changed to seperate fields.
authorShane Lontis <shane.lontis@oracle.com>
Mon, 10 May 2021 00:27:42 +0000 (10:27 +1000)
committerShane Lontis <shane.lontis@oracle.com>
Wed, 12 May 2021 23:49:18 +0000 (09:49 +1000)
commitb98f752ec330cdc81d1f27a9506e6dcc8c00af5a
tree5cb469c545da743d0751cddf4bfce15e41e483bd
parent466cab4758289f91215eada905cf334d334830fa
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)
crypto/ffc/ffc_backend.c
crypto/ffc/ffc_params.c
crypto/ffc/ffc_params_generate.c
doc/man7/EVP_PKEY-FFC.pod
include/internal/ffc.h
include/openssl/core_names.h
providers/fips-sources.checksums
providers/fips.checksum
test/evp_extra_test2.c