private key from pkcs#12 file

2003-01-01 Thread Ravi
Hello, I am trying to extract out a private key stored within a PKCS#12 formatted file. Following is the command i used pkcs12 -in clientp12.p12 -out private.txt -passin pass:abcdefgh -passout pass:abcdefgh -nocerts The private.txt file contains only the header portion and not the RSA private key

RE: Slapper denial-of-service problem - why isn't this fixed?

2003-01-01 Thread Barry, Richard
Jeffrey Altman wrote: >Since absolutely no one that is experiencing this problem >has looked at a suffering process in a debugger it is >impossible to know what is the cause of the problem. As >far as I can tell all the theories that have been put >forward as to what this is or is not are simply b

Renegotiating the cipher

2003-01-01 Thread Ken Murchison
Hello, Is it possible to have a server force a client to renegotiate the cipher? I'd like to have my server encrypt part of the protocol exchange (authentication), and then do the rest of the exchange in the clear (null cipher). Is it possible to do this in OpenSSL, and if so, any there any code