Hello openssl-dev,

  First of all - Big Thanks! for the OpenSSL package!

  Is it possible to have in a text like this:
  
SSL_load_error_strings();
OpenSSL_add_ssl_algorithms();
ssl_ctx = SSL_CTX_new( SSLv3_client_method() );
if( NULL == ssl_ctx )
    {
         printf( "SSL_CTX_new() failed\n" );
         exit( EXIT_FAILURE );
    }

a "lighter" method?
I do not need any networking in my project, so I'd rather prefer to
create a new SSL_CTX object with a call of "SSL_CTX_new( NULL)" and
populate it with other methods (if nesessary) later.
Currently it is not a possibility.
I believe such an option could sometimes save some system resources.

Is it complete lunacy?

Please comment.

-- 
Best regards,
 Tony                     mailto:[EMAIL PROTECTED]

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [email protected]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to