public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/openssl] rebase_40beta: - make TLS work in the FIPS mode
Date: Tue, 09 Jun 2026 12:42:05 GMT	[thread overview]
Message-ID: <178100892573.1.2042788319793408289.rpms-openssl-7c4ab8ff8eff@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/openssl
Branch : rebase_40beta
Commit : 7c4ab8ff8eff1c3717f7b86ee8bb8c31434d7118
Author : Tomáš Mráz <tmraz@fedoraproject.org>
Date   : 2010-02-16T23:21:07+00:00
Stats  : +6/-2 in 2 file(s)
URL    : https://src.fedoraproject.org/rpms/openssl/c/7c4ab8ff8eff1c3717f7b86ee8bb8c31434d7118?branch=rebase_40beta

Log:
- make TLS work in the FIPS mode

---
diff --git a/openssl-1.0.0-beta5-fips.patch b/openssl-1.0.0-beta5-fips.patch
index bd7ae44..0a57f67 100644
--- a/openssl-1.0.0-beta5-fips.patch
+++ b/openssl-1.0.0-beta5-fips.patch
@@ -11932,10 +11932,11 @@ diff -up openssl-1.0.0-beta5/crypto/whrlpool/whrlpool.h.fips openssl-1.0.0-beta5
 diff -up openssl-1.0.0-beta5/crypto/whrlpool/wp_dgst.c.fips openssl-1.0.0-beta5/crypto/whrlpool/wp_dgst.c
 --- openssl-1.0.0-beta5/crypto/whrlpool/wp_dgst.c.fips	2008-12-29 13:35:49.000000000 +0100
 +++ openssl-1.0.0-beta5/crypto/whrlpool/wp_dgst.c	2010-02-16 23:42:49.000000000 +0100
-@@ -53,8 +53,11 @@
+@@ -53,8 +53,12 @@
  
  #include "wp_locl.h"
  #include <string.h>
++#include <openssl/err.h>
 +#ifdef OPENSSL_FIPS
 +#include <openssl/fips.h>
 +#endif

diff --git a/openssl.spec b/openssl.spec
index d6eb67b..b2a780f 100644
--- a/openssl.spec
+++ b/openssl.spec
@@ -23,7 +23,7 @@
 Summary: A general purpose cryptography library with TLS implementation
 Name: openssl
 Version: 1.0.0
-Release: 0.21.%{beta}%{?dist}
+Release: 0.22.%{beta}%{?dist}
 # We remove certain patented algorithms from the openssl source tarball
 # with the hobble-openssl script which is included below.
 Source: openssl-%{version}-%{beta}-usa.tar.bz2
@@ -387,6 +387,9 @@ rm -rf $RPM_BUILD_ROOT/%{_libdir}/fipscanister.*
 %postun -p /sbin/ldconfig
 
 %changelog
+* Tue Feb 16 2010 Tomas Mraz <tmraz@redhat.com> 1.0.0-0.22.beta5
+- make TLS work in the FIPS mode
+
 * Fri Feb 12 2010 Tomas Mraz <tmraz@redhat.com> 1.0.0-0.21.beta5
 - gracefully handle zero length in assembler implementations of
   OPENSSL_cleanse (#564029)

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

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-06-09 12:42  [this message]
2026-06-09 12:42 [rpms/openssl] rebase_40beta: - make TLS work in the FIPS mode 

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=178100892573.1.2042788319793408289.rpms-openssl-7c4ab8ff8eff@fedoraproject.org \
    --to=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