Re: Restricting ciphers list to RSA only in Client Hello

2011-05-04 Thread Gauri Kshirsagar
, 2011 at 3:05 AM, Dave Thompson wrote: > > From: owner-openssl-us...@openssl.org On Behalf Of Gauri > Kshirsagar > > Sent: Tuesday, 03 May, 2011 05:37 > > > I have built an SIP test application using openssl. I am trying > > to restrict the ciphe

Re: Restricting ciphers list to RSA only in Client Hello

2011-05-03 Thread Gauri Kshirsagar
Won't be able to paste the entire source code since the SIP application uses SipXces stack. SipStack has been built with open ssl which calls SSL_connect as shown below void OsSSLConnectionSocket::SSLInitSocket(int socket, long timeoutInSecs) { if (mIsConnected) { int err = -1; // TODO: ev

Restricting ciphers list to RSA only in Client Hello

2011-05-03 Thread Gauri Kshirsagar
Hi All, I have built an SIP test application using openssl. I am trying to restrict the ciphers sent by this application in Client Hello to those with only RSA key exchange. Is there a way to configure it in OpenSSL? I tried to compile the source code with SSL_DEFAULT_CIPHER_LIST set to "RSA:!aN