public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/openssl] rebase_40beta: Correct patent expiry dates, in case of ECC more conservative estimate
@ 2026-06-09 12:42 Tomas Mraz
  0 siblings, 0 replies; only message in thread
From: Tomas Mraz @ 2026-06-09 12:42 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/openssl
Branch : rebase_40beta
Commit : 540056f0e071bdca42b17e9b4153b8600009b07e
Author : Tomas Mraz <tmraz@fedoraproject.org>
Date   : 2011-01-04T08:19:15+01:00
Stats  : +3/-3 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/openssl/c/540056f0e071bdca42b17e9b4153b8600009b07e?branch=rebase_40beta

Log:
Correct patent expiry dates, in case of ECC more conservative estimate

---
diff --git a/hobble-openssl b/hobble-openssl
index 24b05f9..a8be844 100755
--- a/hobble-openssl
+++ b/hobble-openssl
@@ -5,9 +5,9 @@ set -e
 
 # Clean out patent-or-otherwise-encumbered code.
 # MDC-2: 4,908,861 13/03/2007 - expired, we do not remove it but do not enable it anyway
-# IDEA:  5,214,703 25/05/2010
-# RC5:   5,724,428 03/03/2015
-# EC:    ????????? ??/??/2015
+# IDEA:  5,214,703 07/01/2012
+# RC5:   5,724,428 01/11/2015
+# EC:    ????????? ??/??/2020
 
 # Remove assembler portions of IDEA, MDC2, and RC5.
 (find crypto/{idea,rc5}/asm -type f | xargs -r rm -fv)

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-06-09 12:42 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:42 [rpms/openssl] rebase_40beta: Correct patent expiry dates, in case of ECC more conservative estimate Tomas Mraz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox