]> git.ipfire.org Git - thirdparty/openssl.git/commit
Add ML_DSA encoders
authorslontis <shane.lontis@oracle.com>
Fri, 10 Jan 2025 01:41:12 +0000 (12:41 +1100)
committerTomas Mraz <tomas@openssl.org>
Fri, 14 Feb 2025 09:46:03 +0000 (10:46 +0100)
commitdf231a88abab21c31274b6dd0fb8ff90efebbbfe
tree3e8f5e382db18cccae8f63e8c54dc2b1dba7196a
parentfcffbbe1920c8bc38fe79a8c67b2f37a5d8593a9
Add ML_DSA encoders

Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
Reviewed-by: Paul Dale <ppzgs1@gmail.com>
(Merged from https://github.com/openssl/openssl/pull/26451)
15 files changed:
crypto/err/openssl.txt
crypto/ml_dsa/ml_dsa_key.c
crypto/ml_dsa/ml_dsa_local.h
include/crypto/ml_dsa.h
include/openssl/evp.h
include/openssl/proverr.h
providers/common/include/prov/proverr.h
providers/common/provider_err.c
providers/decoders.inc
providers/encoders.inc
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
test/endecode_test.c