]> git.ipfire.org Git - thirdparty/openssl.git/commit
Add LMS Signature verification.
authorslontis <shane.lontis@oracle.com>
Tue, 1 Oct 2024 02:35:43 +0000 (12:35 +1000)
committerPauli <ppzgs1@gmail.com>
Thu, 10 Jul 2025 09:03:46 +0000 (19:03 +1000)
commit7be3137fb5dd44c97def5d1d6279ffa7218dc643
tree3d5b622d94722e7f406ae3f2b7edd8a674fe3f1f
parentc64558ede85ed296753b42f74478b99bd89e7c34
Add LMS Signature verification.

Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Paul Dale <ppzgs1@gmail.com>
(Merged from https://github.com/openssl/openssl/pull/27885)
15 files changed:
crypto/lms/build.info
crypto/lms/lm_ots_params.c
crypto/lms/lm_ots_verify.c [new file with mode: 0644]
crypto/lms/lms_key.c
crypto/lms/lms_sig.c [new file with mode: 0644]
crypto/lms/lms_sig_decoder.c [new file with mode: 0644]
crypto/lms/lms_verify.c [new file with mode: 0644]
include/crypto/lms.h
include/crypto/lms_sig.h [new file with mode: 0644]
include/crypto/lms_util.h
providers/defltprov.c
providers/implementations/include/prov/implementations.h
providers/implementations/signature/build.info
providers/implementations/signature/lms_sig.c [new file with mode: 0644]
test/lms_test.c