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 sou
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 authori
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 consu
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