public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Sahana Prasad <sahana@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/openssl] rebase_40beta: - Assign IANA numbers for hybrid PQ KEX
Date: Tue, 09 Jun 2026 12:45:23 GMT	[thread overview]
Message-ID: <178100912318.1.6313696074956631452.rpms-openssl-b14ac3b45738@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/openssl
            Branch : rebase_40beta
            Commit : b14ac3b4573830453533930ff8cf719c0fac450c
            Author : Sahana Prasad <sahana@redhat.com>
            Date   : 2024-07-10T12:09:25+02:00
            Stats  : +35/-1 in 2 file(s)
            URL    : https://src.fedoraproject.org/rpms/openssl/c/b14ac3b4573830453533930ff8cf719c0fac450c?branch=rebase_40beta

            Log:
            - Assign IANA numbers for hybrid PQ KEX
- Porting the fix in https://github.com/openssl/openssl/pull/22803

Signed-off-by: Sahana Prasad <sahana@redhat.com>

---
diff --git a/0122-Assign-IANA-numbers-for-hybrid-PQ-KEX.patch b/0122-Assign-IANA-numbers-for-hybrid-PQ-KEX.patch
new file mode 100644
index 0000000..ff99aa7
--- /dev/null
+++ b/0122-Assign-IANA-numbers-for-hybrid-PQ-KEX.patch
@@ -0,0 +1,27 @@
+From 303b630a564aaf3dcb1e4e96d8fa396e7ad980e4 Mon Sep 17 00:00:00 2001
+From: Sahana Prasad <sahana@redhat.com>
+Date: Tue, 9 Jul 2024 12:29:04 +0200
+Subject: [PATCH 50/50] Assign IANA numbers for hybrid PQ KEX Porting the fix
+ in https://github.com/openssl/openssl/pull/22803
+
+Signed-off-by: Sahana Prasad <sahana@redhat.com>
+---
+ ssl/t1_trce.c | 2 ++
+ 1 file changed, 2 insertions(+)
+
+diff --git a/ssl/t1_trce.c b/ssl/t1_trce.c
+index b05012f74f..29dce65e4f 100644
+--- a/ssl/t1_trce.c
++++ b/ssl/t1_trce.c
+@@ -545,6 +545,8 @@ static const ssl_trace_tbl ssl_groups_tbl[] = {
+     {258, "ffdhe4096"},
+     {259, "ffdhe6144"},
+     {260, "ffdhe8192"},
++    {25497, "X25519Kyber768Draft00"},
++    {25498, "SecP256r1Kyber768Draft00"},
+     {0xFF01, "arbitrary_explicit_prime_curves"},
+     {0xFF02, "arbitrary_explicit_char2_curves"}
+ };
+-- 
+2.41.0
+

diff --git a/openssl.spec b/openssl.spec
index 651d1b6..51a2a94 100644
--- a/openssl.spec
+++ b/openssl.spec
@@ -29,7 +29,7 @@ print(string.sub(hash, 0, 16))
 Summary: Utilities from the general purpose cryptography library with TLS implementation
 Name: openssl
 Version: 3.2.2
-Release: 3%{?dist}
+Release: 4%{?dist}
 Epoch: 1
 Source: openssl-%{version}.tar.gz
 Source2: Makefile.certificate
@@ -151,6 +151,9 @@ Patch117: 0117-ignore-unknown-sigalgorithms-groups.patch
 Patch120: 0120-Allow-disabling-of-SHA1-signatures.patch
 # From CentOS 9
 Patch121: 0121-FIPS-cms-defaults.patch
+# [PATCH 50/50] Assign IANA numbers for hybrid PQ KEX Porting the fix
+#  in https://github.com/openssl/openssl/pull/22803
+Patch122: 0122-Assign-IANA-numbers-for-hybrid-PQ-KEX.patch
 
 License: Apache-2.0
 URL: http://www.openssl.org/
@@ -521,6 +524,10 @@ ln -s /etc/crypto-policies/back-ends/openssl_fips.config $RPM_BUILD_ROOT%{_sysco
 %ldconfig_scriptlets libs
 
 %changelog
+* Tue Jul 09 2024 Sahana Prasad  <sahana@redhat.com> - 1:3.2.2-4
+- Assign IANA numbers for hybrid PQ KEX
+- Porting the fix in https://github.com/openssl/openssl/pull/22803
+
 * Mon Jul 01 2024 Dmitry Belyavskiy <dbelyavs@redhat.com> - 1:3.2.2-3
 - Moving engine-related files to a separate subpackage to be deprecated in future
   Resolves: rhbz#2276420

                 reply	other threads:[~2026-06-09 12:45 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=178100912318.1.6313696074956631452.rpms-openssl-b14ac3b45738@fedoraproject.org \
    --to=sahana@redhat.com \
    --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