SSL in Java

Just an info:

For those who want an FREE Java 2 Implementation of the SSL API based on
SSLeay or its successor OpenSSL, check
http://sponsor.iti.informatik.tu-darmstadt.de/itissl/

It's not 100% pure Java, it uses JNI to interface OpenSSL and it provides a
clean room implementation of Sun's Secure Sockets Layer (SSL) API.
I've tested it under NT and it works fine. Implementation for unix is also
provided of course...

OK, this solution is not perfect, but this is for now the only free java
implementation of SSL...

Thanks to Andrei Popovici, the author...

Ch. Buchs

Received on Thursday, 25 March 1999 09:23:29 UTC