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
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>
. 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.
:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol
Thanks,
Nagaraj
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
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
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
___