From 540056f0e071bdca42b17e9b4153b8600009b07e Mon Sep 17 00:00:00 2001 From: Tomas Mraz Date: Jan 04 2011 07:19:15 +0000 Subject: 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)