Hi all,
I've applied open ssl version 0.9.8d (64bit) to my application. In this
program, user can choose remote PC that he wants to connect. When setting
information of remote PC, user must specify the ciphersuite used by this PC.
There are 3 options for ciphersuite, including  TLS_RSA_WITH_NULL_SHA,
TLS_RSA_WITH_3DES_CBC_SHA and TLS_RSA_WITH_AES_128_CBC_SHA. 
My program runs normally with TLS_RSA_WITH_NULL_SHA,
TLS_RSA_WITH_3DES_CBC_SHA but TLS_RSA_WITH_AES_128_CBC_SHA doesn't. I've
checked and found that ssl_connect() failed and return error code is
SSL_ERROR_SSL. I dont know what the reason is. :(. 

Please help me....
-- 
View this message in context: 
http://www.nabble.com/ssl_connect-failed-when-using-TLS_RSA_WITH_128_CBC_SHA-tp24067477p24067477.html
Sent from the OpenSSL - User mailing list archive at Nabble.com.
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to