RE: SSL error: no cipher list

2005-01-23 Thread mclellan, dave
On my first SSL implementation, I struggled with this specific error. The Diffie-Hellman parameters for key exchange must be initialized, and if I remember correctly they weren't in my case. You must set up a callback to your code where it initializes DH parms. Call SSL_CTX_set_tmp_dh_callback

Test SSL certificate

2005-01-23 Thread Milan Tomic
Title: Test SSL certificate Please, could you tell me where could I get one test SSL certificate? I need to do a small SSL test with IIS and I need one. I've tried VeriSign, FreeSSL and similar CAs, but for test certificates they require some document or some other kind of time consuming

Re: Test SSL certificate

2005-01-23 Thread Bernhard Froehlich
Milan Tomic wrote: Please, could you tell me where could I get one test SSL certificate? I need to do a small SSL test with IIS and I need one. I've tried VeriSign, FreeSSL and similar CAs, but for test certificates they require some document or some other kind of time consuming

Backwards Compatibility between 0.9.7 d and b

2005-01-23 Thread seppanen
I am trying to install an application on a device running embedded linux. the device runs on an 8xx ppc cpu, so I have to cross compile openssl and the application to get it to run on this device. The application will compile if it uses the source for openssl-0.9.7b but not if it uses the