Modifying the cipher in OpenSSL for TLS

2008-07-05 Thread Shridhar
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

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