diff --git a/core/src/main/java/org/bouncycastle/crypto/engines/IDEAEngine.java b/core/src/main/java/org/bouncycastle/crypto/engines/IDEAEngine.java index fdf3f6d319..08cf738e6e 100644 --- a/core/src/main/java/org/bouncycastle/crypto/engines/IDEAEngine.java +++ b/core/src/main/java/org/bouncycastle/crypto/engines/IDEAEngine.java @@ -10,22 +10,12 @@ * A class that provides a basic International Data Encryption Algorithm (IDEA) engine. *
* This implementation is based on the "HOWTO: INTERNATIONAL DATA ENCRYPTION ALGORITHM" - * implementation summary by Fauzan Mirza (F.U.Mirza@sheffield.ac.uk). (baring 1 typo at the + * implementation summary by Fauzan Mirza (F.U.Mirza@sheffield.ac.uk). (barring 1 typo at the * end of the mulinv function!). *
* It can be found at ftp://ftp.funet.fi/pub/crypt/cryptography/symmetric/idea/ *
- * Note 1: This algorithm is patented in the USA, Japan, and Europe including - * at least Austria, France, Germany, Italy, Netherlands, Spain, Sweden, Switzerland - * and the United Kingdom. Non-commercial use is free, however any commercial - * products are liable for royalties. Please see - * www.mediacrypt.com for - * further details. This announcement has been included at the request of - * the patent holders. - *
- * Note 2: Due to the requests concerning the above, this algorithm is now only - * included in the extended Bouncy Castle provider and JCE signed jars. It is - * not included in the default distributions. + * Note: This algorithm was patented in the USA, Japan and Europe. These patents expired in 2011/2012. */ public class IDEAEngine implements BlockCipher diff --git a/docs/specifications.html b/docs/specifications.html index 46ca168678..987fe888f0 100644 --- a/docs/specifications.html +++ b/docs/specifications.html @@ -53,17 +53,13 @@
-The IDEA encryption algorithm is patented in the USA, Japan, and Europe -including at least Austria, France, Germany, Italy, Netherlands, Spain, Sweden, -Switzerland and the United Kingdom. Non-commercial use is free, however -any commercial products that make use of IDEA are liable for royalties. -Please see -www.mediacrypt.com for -further details. +The IDEA Encryption algorithm was patented in the USA, Japan and Europe. +These patents expired in 2011/2012, and IDEA is now provided in the standard +Bouncy Castle provider.