public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/openssl] rebase_40beta: Fix incorrect error return value from FIPS_selftest_dsa()
@ 2026-06-09 12:44 Tomas Mraz
0 siblings, 0 replies; only message in thread
From: Tomas Mraz @ 2026-06-09 12:44 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/openssl
Branch : rebase_40beta
Commit : d742997a1e82139bb63858419389dc72cad68698
Author : Tomas Mraz <tmraz@fedoraproject.org>
Date : 2020-02-12T17:03:11+01:00
Stats : +1/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/openssl/c/d742997a1e82139bb63858419389dc72cad68698?branch=rebase_40beta
Log:
Fix incorrect error return value from FIPS_selftest_dsa()
---
diff --git a/openssl-1.1.1-fips.patch b/openssl-1.1.1-fips.patch
index 9063069..4c43d17 100644
--- a/openssl-1.1.1-fips.patch
+++ b/openssl-1.1.1-fips.patch
@@ -7444,7 +7444,7 @@ diff -up openssl-1.1.1d/crypto/fips/fips_dsa_selftest.c.fips openssl-1.1.1d/cryp
+{
+ DSA *dsa = NULL;
+ EVP_PKEY *pk = NULL;
-+ int ret = -1;
++ int ret = 0;
+ BIGNUM *p = NULL, *q = NULL, *g = NULL, *pub_key = NULL, *priv_key = NULL;
+
+ fips_load_key_component(p, dsa_test_2048);
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-09 12:44 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-09 12:44 [rpms/openssl] rebase_40beta: Fix incorrect error return value from FIPS_selftest_dsa() Tomas Mraz
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox