Re: Testing DSA ciphersuites..

2007-08-23 Thread Wan-Teh Chang
On 8/23/07, Steffen Schulz <[EMAIL PROTECTED]> wrote: > Hi, > > > I want to test DSA ciphersuites, but 'server' and 'selfsrv' seem to be > unable to handle them. > > I changed the source to enable some TLS-DSA suites but it seems > the ssl library is not being supplied with a valid certificate. > >

Testing DSA ciphersuites..

2007-08-23 Thread Steffen Schulz
Hi, I want to test DSA ciphersuites, but 'server' and 'selfsrv' seem to be unable to handle them. I changed the source to enable some TLS-DSA suites but it seems the ssl library is not being supplied with a valid certificate. I created the dsa certificates with: openssl pkcs12 -export -in dsa

stepping through NSS library code

2007-08-23 Thread Umesh Bywar
Hi all: I want to step through the NSS library code. For example, I want to step through SSL_ResetHandshake in mozilla/security/nss/lib/ssl/sslsecur.c. I am not able to do so using the Visual Studio .Net 2003's debugger. I can step through other files but when I press F11 on SSL_ResetHandsh