From: <gel...@mx...> - 2003-02-03 10:39:27
|
gelderen 03/02/03 05:47:11 Modified: jce/doc README.TXT Log: Add note that JCE works without Unlimited Strength Jurisdiction Policy Files, albeit restricted. Revision Changes Path 1.8 +5 -1 projects/jce/doc/README.TXT Index: README.TXT =================================================================== RCS file: /home/cryptix-cvs/cvsroot/projects/jce/doc/README.TXT,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- README.TXT 25 Jun 2001 15:38:19 -0000 1.7 +++ README.TXT 3 Feb 2003 10:47:11 -0000 1.8 @@ -105,7 +105,11 @@ JDK 1.4 (Java 2 version 1.4) - You must have the "Java Cryptography Extension (JCE) Unlimited Strength + Cryptix JCE works out-of-the-box on JDK 1.4 but its functionality is + restricted to the what Sun allows trough their Jurisdiction Policy Files. + + If you require using Cryptix without any restrictions whatsoever, + you must have the "Java Cryptography Extension (JCE) Unlimited Strength Jurisdiction Policy Files" installed. At the time of writing they can be found at: http://java.sun.com/j2se/1.4/ . |