Re: problem using SSLv23_method()

2001-12-25 Thread Lutz Jaenicke
On Mon, Dec 24, 2001 at 12:35:36PM -0800, Patrick Li wrote: > Hi, > > I created the SSL context using SSLv23_method() and specified 4 SSLV2 > ciphers. When I used this SSL context to talk to an apache server with > mod_ssl extension, it failed. > > Apache reported the following errors: > > [Mo

Re: OpenSSL version 0.9.6c released

2001-12-25 Thread Kurt Seifried
be nice if these announcements were signed. Apart from that thank you for the excellent work and in generall making my life much easier by providing strong crypto =). Kurt Seifried, [EMAIL PROTECTED] A15B BEE5 B391 B9AD B0EF AEB0 AD63 0B4E AD56 E574 http://www.seifried.org/security/ ___

Apache and SSL

2001-12-25 Thread Mike Brandonisio
Hi, I wanted to post an answer to a problem I had with Apache and SSL. It took some time to figure this one out but here it is: PROBLEM: When I installed Apache and setup a virtual server for my test web site the standard HTTP requests worked fine and port 80 requests work fine. However when I w

Seems to be a bug with EVP_get_cipherbyname(p)

2001-12-25 Thread chris mollis
It appears that there may be a bug? with the call to EVP_get_cipherbyname().  My private key is saved in the following format -BEGIN RSA PRIVATE KEY-Proc-Type: 4,ENCRYPTEDDEK-Info: DES-EDE-CBC,D2C954A223AC6C1C   so far so good (I hope).. when I use the function PEM_Read_PrivateKey(fp

basic constraints extension

2001-12-25 Thread Schor, Bella
Title: basic constraints extension HI, can please anybody help me with using this extension? I try to create and sign a certificate. I define basicConstraints=CA:true, and that's ok. When I add (pathLengConstraint:0) I receive an error message that this name is unknown. What can I do to mak