I have created certificate and priv key as follows:
openssl.exe dsaparam 512 -out dsa512.pem  
openssl req -config req.cnf -x509 -newkey dsa:dsa512.pem -out DsaCa.pem

When I do SSL_connect ... and on the server side SSL_accept the accept call
fails
on      c=ssl3_choose_cipher(s,s->session->ciphers,
ssl_get_ciphers_by_id(s)); that is because currently I am not setting any
ciphers...
What should I use and set?

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to