public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Tomas Mraz <tmraz@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/openssl] rebase_40beta: Fix incorrect error return value from FIPS_selftest_dsa()
Date: Tue, 09 Jun 2026 12:44:38 GMT	[thread overview]
Message-ID: <178100907889.1.9178007282243300615.rpms-openssl-d742997a1e82@fedoraproject.org> (raw)

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);

                 reply	other threads:[~2026-06-09 12:44 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178100907889.1.9178007282243300615.rpms-openssl-d742997a1e82@fedoraproject.org \
    --to=tmraz@fedoraproject.org \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox