Skip to content

Commit 3a607fd

Browse files
committed
Set FIPS_Vendor and zeroization of slh dsa generate
1 parent 56de8a0 commit 3a607fd

3 files changed

Lines changed: 20 additions & 1 deletion

File tree

prepare_source

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
git_src -b debian/openssl-3.5.5-1 https://salsa.debian.org/debian/openssl.git
22
import_upstream_patches
33
apply_patches patches-debian
4-
version_suffix="gl17"
4+
version_suffix="gl18"
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
:100644 100644 3a61c8e4e3 0000000000 M VERSION.dat
2+
3+
diff --git a/VERSION.dat b/VERSION.dat
4+
index 3a61c8e4e3..dceba4cddb 100644
5+
--- a/VERSION.dat
6+
+++ b/VERSION.dat
7+
@@ -7 +7,2 @@ RELEASE_DATE="27 Jan 2026"
8+
SHLIB_VERSION=3
9+
+FIPS_VENDOR="SAP SE Garden Linux 1877 OpenSSL Cryptographic Module"
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
:100644 100644 ab667a91b2 0000000000 M crypto/slh_dsa/slh_dsa_key.c
2+
3+
diff --git a/crypto/slh_dsa/slh_dsa_key.c b/crypto/slh_dsa/slh_dsa_key.c
4+
index ab667a91b2..5cfe580d97 100644
5+
--- a/crypto/slh_dsa/slh_dsa_key.c
6+
+++ b/crypto/slh_dsa/slh_dsa_key.c
7+
@@ -392,2 +392,3 @@ int ossl_slh_dsa_generate_key(SLH_DSA_HASH_CTX *ctx, SLH_DSA_KEY *out,
8+
err:
9+
+ OPENSSL_cleanse(out->pub, sizeof(out->pub));
10+
out->pub = NULL;

0 commit comments

Comments
 (0)