, 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
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
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