SSL_SecurityStatus reports the cipher agreed between client and server
after the handshake is successful as a string for eg: RC4 or RC2-CBC.
But few ciphers for eg RC4 is available in both SSL2 and SSL3. So when
SSL_SecurityStatus reports the cipher being used as RC4 how do RC4 cipher
is related to SSL2 or SSL3?
-- Thanks.
Jamie Nicolson wrote:
> The function you're looking for is SSL_SecurityStatus:
> http://mozilla.org/projects/security/pki/nss/ref/ssl/sslfnc.html#1092805
>
> Kannan Bhoopathy wrote:
>
> > I'm wondering if there is a way in NSS by which we can find which cipher
> > the
> > client and server has agreed upon after the successful handshake.