Thanks for the reply. What I found is that it's always slow first time
running from a particular application, but not other applications, no matter
which applications I run first.
--
View this message in context:
http://openssl.6102.n7.nabble.com/slowness-of-ssl-sslwrap-on-first-call-tp49700p49
On 4/25/2014 11:19 PM, summer wrote:
Furthur investigation shows the slowness is happening at _ssl.c line 306,
self->ctx = SSL_CTX_new(SSLv23_method()); /* Set up context */
Is this line code involving client/server communication yet?
I haven't checked, but maybe SSL_CTX_new() is initializin
> From: owner-openssl-us...@openssl.org [mailto:owner-openssl-
> us...@openssl.org] On Behalf Of summer
> Sent: Friday, 25 April, 2014 17:19
>
> Furthur investigation shows the slowness is happening at _ssl.c line 306,
>
> self->ctx = SSL_CTX_new(SSLv23_method()); /* Set up context */
>
> Is thi
Furthur investigation shows the slowness is happening at _ssl.c line 306,
self->ctx = SSL_CTX_new(SSLv23_method()); /* Set up context */
Is this line code involving client/server communication yet?
--
View this message in context:
http://openssl.6102.n7.nabble.com/slowness-of-ssl-sslwrap-on-