> 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 this line code involving client/server communication yet?
Philosophical questions aside (doesn't everything with SSL/TLS "involv[e] client/server communication" on some conceptual level?), the simple answer is "no". How could it, when the functions in question have no parameters, and (since OpenSSL is not OO and does not carry hidden data around) thus cannot know about any sockets? -- Michael Wojcik Technology Specialist, Micro Focus This message has been scanned for malware by Websense. www.websense.com ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List openssl-users@openssl.org Automated List Manager majord...@openssl.org