]> git.ipfire.org Git - thirdparty/openssl.git/commit
Encoders and Decoders for ML-KEM
authorViktor Dukhovni <openssl-users@dukhovni.org>
Thu, 9 Jan 2025 03:35:03 +0000 (14:35 +1100)
committerTomas Mraz <tomas@openssl.org>
Fri, 14 Feb 2025 09:50:58 +0000 (10:50 +0100)
commitb818a99839ee85984e044bfeb1a3a0ca3307d52f
treefba80e3d982b915da1b4ea60c9669a7bdc55a2ca
parent4a377f04b26fdc596d3b4d30cffd04b760aa0d15
Encoders and Decoders for ML-KEM

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/26341)
22 files changed:
crypto/err/openssl.txt
crypto/ml_kem/ml_kem.c
doc/man7/EVP_PKEY-ML-KEM.pod
include/crypto/ml_kem.h
include/openssl/proverr.h
providers/common/provider_err.c
providers/decoders.inc
providers/encoders.inc
providers/fips/self_test_kats.c
providers/implementations/encode_decode/decode_der2key.c
providers/implementations/encode_decode/encode_key2any.c
providers/implementations/encode_decode/encode_key2text.c
providers/implementations/include/prov/implementations.h
providers/implementations/include/prov/names.h
providers/implementations/keymgmt/ml_kem_kmgmt.c
providers/implementations/keymgmt/mlx_kmgmt.c
test/endecode_test.c
test/evp_extra_test.c
test/evp_test.c
test/ml_kem_evp_extra_test.c
test/ml_kem_internal_test.c
util/perl/OpenSSL/paramnames.pm