[openssl] Correct patent expiry dates, in case of ECC more conservative estimate

Tomáš Mráz tmraz at fedoraproject.org
Tue Jan 4 07:19:28 UTC 2011


commit 540056f0e071bdca42b17e9b4153b8600009b07e
Author: Tomas Mraz <tmraz at fedoraproject.org>
Date:   Tue Jan 4 08:19:15 2011 +0100

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

 hobble-openssl |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
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)


More information about the scm-commits mailing list