]> git.ipfire.org Git - thirdparty/openssl.git/commit
Configurable import-time PCT for ML-KEM
authorViktor Dukhovni <openssl-users@dukhovni.org>
Fri, 14 Feb 2025 17:36:25 +0000 (04:36 +1100)
committerViktor Dukhovni <openssl-users@dukhovni.org>
Thu, 20 Feb 2025 07:21:40 +0000 (18:21 +1100)
commitcab4e7cbd14f97ee4c3e5b9f900cb599ee454ee5
tree29f62eafccc7fc4e69bb8b6b18108b638a949e39
parentf31b98fefeb42346a5381b744f20ddde9bd138b2
Configurable import-time PCT for ML-KEM

And related cleanup.

Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
Reviewed-by: Tim Hudson <tjh@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/26789)
14 files changed:
crypto/ml_dsa/ml_dsa_key.c
crypto/ml_dsa/ml_dsa_key.h
crypto/ml_kem/ml_kem.c
doc/man7/EVP_PKEY-ML-KEM.pod
include/crypto/ml_dsa.h
include/crypto/ml_kem.h
providers/implementations/encode_decode/ml_dsa_codecs.c
providers/implementations/encode_decode/ml_kem_codecs.c
providers/implementations/include/prov/ml_dsa.h [new file with mode: 0644]
providers/implementations/include/prov/ml_kem.h [new file with mode: 0644]
providers/implementations/keymgmt/ml_dsa_kmgmt.c
providers/implementations/keymgmt/ml_kem_kmgmt.c
test/recipes/15-test_ml_kem_codecs.t
util/perl/OpenSSL/paramnames.pm