Did you also include the requirement on Cryptix and cryptix asn ?
Nota that the cryptix-asn to be used is a patched version of 
the 'official'.

from puretls announce :

==>

DEPENDENCIES
JDK:
PureTLS has been developed under JDK 1.1.8 on FreeBSD. It 
has been tested under JDK 1.2 on Solaris and Windows.

Cryptix:
Although PureTLS includes some crypto functionality (DH and DSS
implementations) it depends on Cryptix for a number of algorithms
(RSA, MD5, SHA-1, DES, 3DES, RC4, RC2). It would be nice if any
JCE-compliant provider would work and we'll work on that for future
releases, but for the moment, Cryptix is required. The issue is that
key formats are not standardized and we depend on Cryptix-specific
formats. 

The latest version of Cryptix (3.2) can be obtained at:
http://www.cryptix.org/

pCryptix ASN.1 kit:
PureTLS uses the Cryptix ASN.1 kit for it's certificate and key parsing.
Due to version skew you need to get a modified version from
http://www.rtfm.com/puretls
This version is known to work.

<==

-
Henri Gomez                 ___[_]____
EMAIL : [EMAIL PROTECTED]        (. .)                     
PGP KEY : 697ECEDD    ...oOOo..(_)..oOOo...
PGP Fingerprint : 9DF8 1EA8 ED53 2F39 DC9B 904A 364F 80E6 



>-----Original Message-----
>From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
>Sent: Friday, December 07, 2001 6:37 AM
>To: [EMAIL PROTECTED]
>Subject: cvs commit: jakarta-tomcat RELEASE-NOTES-3.3.1.txt
>
>
>billbarker    01/12/06 21:36:39
>
>  Modified:    .        RELEASE-NOTES-3.3.1.txt
>  Log:
>  Document PureTLS support.
>  
>  Revision  Changes    Path
>  1.11      +4 -1      jakarta-tomcat/RELEASE-NOTES-3.3.1.txt
>  
>  Index: RELEASE-NOTES-3.3.1.txt
>  ===================================================================
>  RCS file: /home/cvs/jakarta-tomcat/RELEASE-NOTES-3.3.1.txt,v
>  retrieving revision 1.10
>  retrieving revision 1.11
>  diff -u -r1.10 -r1.11
>  --- RELEASE-NOTES-3.3.1.txt  2001/12/05 11:29:50     1.10
>  +++ RELEASE-NOTES-3.3.1.txt  2001/12/07 05:36:39     1.11
>  @@ -3,7 +3,7 @@
>                                    Release Notes
>                                    =============
>   
>  -$Id: RELEASE-NOTES-3.3.1.txt,v 1.10 2001/12/05 11:29:50 larryi Exp $
>  +$Id: RELEASE-NOTES-3.3.1.txt,v 1.11 2001/12/07 05:36:39 
>billbarker Exp $
>   
>   
>   This document describes the changes that have been made since the
>  @@ -41,6 +41,8 @@
>        Moved the setting of the default "*.jsp" mapping so 
>that it is now 
>        possible to entirely disable support for jsp files.
>   
>  +     Fixed problem with jsp_precompile parameter to JSP files.
>  +
>            Context properties and ContextManager properties 
>can now be set with
>            <Property ... /> elements, i.e: 
>                <Property name="propname" value="thevalue" />
>  @@ -51,6 +53,7 @@
>            variable substitution to be used in <Context ...></Context>
>            declarations.
>   
>  +     Added support for PureTLS as an SSL option.
>   
>   Server:
>   
>  
>  
>  
>
>--
>To unsubscribe, e-mail:   
><mailto:[EMAIL PROTECTED]>
>For 
>additional commands, e-mail: 
><mailto:[EMAIL PROTECTED]>
>

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to