在2007-08-04,"Kyle Hamilton" <[EMAIL PROTECTED]> 写道:
 
This needs to go on openssl-users, not openssl-dev.

AES can only be used in TLS, not SSL2.  To use it, call
SSL_CTX_set_cipher_list(ptrSSL_CTX,"!DEFAULT:AES128-SHA"); or
SSL_set_ciphers(ptrSSL, "!DEFAULT:AES128-SHA");.

For more details, look at the man pages for
SSL_CTX_set_cipher_list(3), SSL_set_cipher_list(3), and ciphers(1).

-Kyle H

--------------------------------------------------------------------
thank you ,AES cannot be used in SSL2,can be used in SSL3? now I am going to 
use OpenSSL 0.9.8b.I think
I can write SSL_METHOD* SSLv3_client_method(void); //SSLv3 




iPod、万 点 巨 额 点 卡、奖 学 金……海 量 奖 品,想 拿 就 拿! 

Reply via email to