]> git.ipfire.org Git - thirdparty/openssl.git/commit
SLH_DSA: Make apps.c do_X509_REQ_verify() call work correctly.
authorslontis <shane.lontis@oracle.com>
Tue, 4 Feb 2025 06:39:34 +0000 (17:39 +1100)
committerTomas Mraz <tomas@openssl.org>
Tue, 18 Feb 2025 09:17:29 +0000 (10:17 +0100)
commit3fcefd51a11058ebf679f858608e419f807679b9
tree4a000a8d8f39c0421e56bf3bd63687f69c57574c
parent7389cca07961871320afeae46d5ed8a45fe23145
SLH_DSA: Make apps.c do_X509_REQ_verify() call work correctly.

- Added sigid_algs for SLH_DSA such that OBJ_find_sigid_algs() works.
- OBJ_sn2nid() was also being called, so the SN form of SLH_DSA
  algorithms needed to be added to the provider dispatch tables.

Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
Reviewed-by: Tim Hudson <tjh@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/26625)
crypto/objects/obj_xref.h
crypto/objects/obj_xref.txt
providers/common/der/der_slh_dsa_key.c
providers/implementations/include/prov/names.h
providers/implementations/keymgmt/slh_dsa_kmgmt.c
providers/implementations/signature/slh_dsa_sig.c
test/recipes/25-test_req.t