]> git.ipfire.org Git - thirdparty/openssl.git/commit
SLH-DSA: Remove legacy ASN1 method tables for SLH-DSA. Update to use
authorslontis <shane.lontis@oracle.com>
Wed, 22 Jan 2025 23:26:51 +0000 (10:26 +1100)
committerTomas Mraz <tomas@openssl.org>
Tue, 18 Feb 2025 09:17:29 +0000 (10:17 +0100)
commit8f86a75fcff7d55d28240509be067200823fa8e4
treebabe75eb7af95a1d91b7032ec2357e2ff3b50199
parent79e7c83711268265576c0429a1c378989a786834
SLH-DSA: Remove legacy ASN1 method tables for SLH-DSA. Update to use
custom encoders for SLH_DSA decode_der2key.

Reviewed-by: Paul Dale <ppzgs1@gmail.com>
Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
Reviewed-by: Tim Hudson <tjh@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/25882)
14 files changed:
crypto/asn1/standard_methods.h
crypto/evp/p_lib.c
crypto/slh_dsa/build.info
crypto/slh_dsa/slh_dsa_backend.c [deleted file]
crypto/slh_dsa/slh_dsa_key.c
crypto/slh_dsa/slh_dsa_meth.c [deleted file]
crypto/x509/x_pubkey.c
include/crypto/asn1.h
include/crypto/evp.h
include/crypto/slh_dsa.h
include/crypto/types.h
providers/implementations/encode_decode/decode_der2key.c
providers/implementations/encode_decode/encode_key2any.c
providers/implementations/keymgmt/slh_dsa_kmgmt.c