Modifying the cipher in OpenSSL for TLS

2008-07-05 Thread Shridhar KS
Hi All, I want to use TLS_RSA_WITH_AES_128_CBC_SHA cipher for encrypting the application data in TLS. But, OpenSSL negotiates this encryption algorithm to be used(selected cipher in ServerHello) based on the first common algorithm presented by the client in ClientHello message. Since I want to t

Modifying the cipher in OpenSSL for TLS

2008-07-05 Thread Shridhar
test the TLS_RSA_WITH_AES_128_CBC_SHA algorithm, could anyone please let me know how to make TLS_RSA_WITH_AES_128_CBC_SHA as the default(force to use)? Thanks a lot in advance, Shridhar. -- View this message in context: http://www.nabble.com/Modifying-the-cipher-in-OpenSSL-for-TLS