Chris Cleeland <[EMAIL PROTECTED]> writes: > On 30 Apr 2002, Eric Rescorla wrote: > Right. Good point. However, for some reason I remember that we had problems > with JSSE doing RSA properly, too. But memory is fuzzy anymore. That could be. I've heard such reports but never really verified them.
> > PureTLS (http://www.rtfm.com/puretls) is a free Java SSL/TLS > > implementation that interoperates fine with OpenSSL. > > Thanks for the link! I checked it out. Do you have any idea what the > performance is like compared to JSSE? (I notice that you suggest using > GoNative accelerated implementations of crypto stuff, so comparisons should > specify whether PureTLS uses GoNative or not.) I haven't benchmarked JSSE. I imagine the performance of JSSE and PureTLS are pretty similar, since the DSA and RSA impls. use the same bignum operations and there's only so much you can do to optimize DES or SHA-1 in Java. The purpose of GoNative is to improve performance over what you can get in Java. -Ekr -- [Eric Rescorla [EMAIL PROTECTED]] http://www.rtfm.com/ ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]