Endre Meckelborg Rognerud <[EMAIL PROTECTED]> writes: > I'm trying to write a client in Java that should connect to an OpenSSL > server through a SSLConnection. I have tried to write it with the JSSE > package from Sun, but I've had a lot of problems. The first problem > was related to the message 'no cipher suites in common'. > > Then I tried to make a client that imported a pkcs12-export of the > servers certificate, but then a bug in JSSE made this difficult. And > the problems goes on :) > > Then I have though of making use of the same libraries that OpenSSL > uses, and I have look at ITISSL (linked up from the OpenSSL > pages). This looks OK, but I have problems with building it. And it > seems that it's not so up to date when you look at OpenSSL versions. > > Can anyone give me an advice what Java packages that I should take a > look on? You could try PureTLS (http://www.rtfm.com/puretls). However, it does not have PKCS-12 support yet. It's pretty much your only other option besides JSSE if you want pure Java and don't want to pay.
I believe that there is a Java bridge to OpenSSL but I don't know where off the top of my head. -Ekr ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]