Openssl benchmark numbers

2009-01-01 Thread Nagaraj Bagepalli
Hi, Has anyone done openssl performance benchmarks on Intel's latest Nehalem processor a.k.a. Core i7? Since there are lot of improvements in this processor, wanted to see how openssl's performance improves. Appreciate if you can share your experience on this? Thanks, Nagaraj

question on the latest version of openssl

2007-06-04 Thread nagaraj
nssl-fips-1.1.1.tar.gz> Does openssl-0.9.8e include changes from openssl-fips-1.1.1.tar.gz ? Please let me know if any body has any clue about this. Thanks, Nagaraj <http://www.openssl.org/source/openssl-0.9.8e.tar.gz>

Re: SSL accept error

2007-04-22 Thread nagaraj
. There is no way ssl_accept function is receiving http packet, since it is accepting connections terminating at port 443 only. Thanks, Nagaraj On 4/21/07, David Schwartz <[EMAIL PROTECTED]> wrote: > I see this error in my web server log when I try to connect > using IE or Firefox.

SSL accept error

2007-04-20 Thread nagaraj
:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol Thanks, Nagaraj

RE: RSA_print_fp() throws exception

2006-01-11 Thread Nagaraj Shyam
Wed, Jan 11, 2006, Nagaraj Shyam wrote: > Hi, > > > > I am trying to print a rsa key and RSA_print_fp(stdout, key.rsa, 0) > throws an exception. > > Heap seems to be corrupted. I am turning CRYPTO_MEM_CHECK_ON before > invoking the > > RSA_print_fp (). Th

RSA_print_fp() throws exception

2006-01-11 Thread Nagaraj Shyam
Hi,   I am trying to print a rsa key and RSA_print_fp(stdout, key.rsa, 0) throws an exception. Heap seems to be corrupted.  I am turning CRYPTO_MEM_CHECK_ON before invoking the RSA_print_fp ().  The heap gets corrupted by the time BIO_printf () is invoked in RSA_print_fp ().    The s

Re: Understanding Key Exchange

2000-11-03 Thread Nagaraj Bagepalli
course there's no restriction. > > So the clients in question are probably old export versions, newer > versions shouldn't have this problem. Does this mean newer clients won't even send the SSL_RSA_EXPORT_* in the ClientHello handshake message? Thanks, Nagaraj ___