Link to home
Start Free TrialLog in
Avatar of paulca
paulca

asked on

Java Wrapper for OpenSSL

Does anyone know a good java wrapper to use with OpenSSL that supports SSL v2.0?  Better yet, does anyone know of any free java libraries that support SSL v2.0?
Avatar of jasonbrome
jasonbrome

Check out the Java Secure Socket Extensions (JSSE) at the following web site:

http://java.sun.com/products/jsse/

This might provide what you're looking for...
Avatar of paulca

ASKER

They don't provide support for SSL v2.0.  They only provide support for SSL v3.0.
Avatar of paulca

ASKER

Sorry, but I should have specified that I am running Windows NT.
ASKER CERTIFIED SOLUTION
Avatar of heyhey_
heyhey_

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of paulca

ASKER

I tried the SSLJava wrapper and it still does not work.  What am I missing?
what exactly does not work ?