mirror of
https://github.com/openssl/openssl.git
synced 2025-02-23 14:42:15 +08:00
fips: include ML-KEM capabilities in FIPS provider
Co-Authored-By: Tomas Mraz <tomas@openssl.org> Reviewed-by: Tim Hudson <tjh@openssl.org> Reviewed-by: Neil Horman <nhorman@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/26714)
This commit is contained in:
parent
2e898497a6
commit
7c45e7a6c8
@ -215,7 +215,7 @@ static const OSSL_PARAM param_group_list[][11] = {
|
||||
TLS_GROUP_ENTRY("ffdhe6144", "ffdhe6144", "DH", 36),
|
||||
TLS_GROUP_ENTRY("ffdhe8192", "ffdhe8192", "DH", 37),
|
||||
# endif
|
||||
# if !defined(OPENSSL_NO_ML_KEM) && !defined(FIPS_MODULE)
|
||||
# if !defined(OPENSSL_NO_ML_KEM)
|
||||
/* https://www.iana.org/assignments/tls-parameters/tls-parameters.xhtml#tls-parameters-8 */
|
||||
TLS_GROUP_ENTRY("MLKEM512", "", "ML-KEM-512", 38),
|
||||
TLS_GROUP_ENTRY("MLKEM768", "", "ML-KEM-768", 39),
|
||||
|
Loading…
Reference in New Issue
Block a user