Dear friend:
   We are using openssl for SSL,but meet some puzzy problems!
   Our questions are below:
       1. In order to improve security, we want to using ssl with session key of 
128bit. Which  function should to call in negotiation  ? Which function can let us get 
session key and master key?
 
       2. We want to call function "SSL_CIPHER_description" to get readable 
information , but failed. Why?
          We call it like :  
--------------------------------------
SSL_CIPHER_description(SSL_get_cipher(ssl_variable),buf_variable,1024);
printf("%s",buf_variable);
-------------------------------------- 
       3. Why using function SSL_CTX_set_tmp_rsa_callback to generate RSA key. How 
does the temporary RSA key pair work in SSL? 
          

Best Regard!

TechInfo Group

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

Reply via email to