Re: FireFox v3.0.1 of Windows uses SSLv2 Record Layer even when SSLv2 is disabled

2008-08-31 Thread Suresh Kumar J
Please see inline for my repli @ [Suresh]. Thanks for your inputs. Enclosed the packet capture of the failing SSL handshake with FF3.0.1 on Windows. Nelson B Bolyard wrote: Suresh Kumar J wrote, On 2008-08-30 22:40: Am having the FireFox 3.0.1 on Windows XP with the default setti

Re: NSS equivalent of OpenSSL's EVP_CipherUpdate

2008-08-31 Thread Nelson B Bolyard
Graham Leggett wrote, On 2008-08-31 09:52: > Hi all, > > I am trying to port some symmetrical encryption / decryption code using > OpenSSL's EVP_CipherUpdate function to NSS, and I am running into > trouble trying to find the API documentation for NSS. > > So far, the closest to documentation t

Re: FireFox v3.0.1 of Windows uses SSLv2 Record Layer even when SSLv2 is disabled

2008-08-31 Thread Nelson B Bolyard
Suresh Kumar J wrote, On 2008-08-30 22:40: > Am having the FireFox 3.0.1 on Windows XP with the default settings. > When I try to connect(https on 443) to the internal website which is > running on Apache Tomcat (v6.0.14), I get the following error: > (Error code: ssl_error_no_cypher_overlap) >

NSS equivalent of OpenSSL's EVP_CipherUpdate

2008-08-31 Thread Graham Leggett
Hi all, I am trying to port some symmetrical encryption / decryption code using OpenSSL's EVP_CipherUpdate function to NSS, and I am running into trouble trying to find the API documentation for NSS. So far, the closest to documentation that I have found is a list of the API functions, but n