Hi,

How do I use the API to set up a server with certificate-less SSL? Is it enough
with:

SSL_CTX_set_cipher_list(gServerContext,"EXP-ADH-DES-CBC-SHA:EXP-ADH-RC4-MD5:ADH-DES-CBC-SHA:ADH-RC4-MD5:ADH-DES-CBC3-SHA");


I tried this and connecting a client with any of the ADH ciphers but I get "no
shared cipher" error.

Is it required to handle the random generator seed in files, with RAND_load_file
etc or can I ignore that and just seed the generator with RAND_seed and RAND_add
and then use it in the tmp_rsa_callback?

Please advise

Andreas Rehn
Software Engineer - Product Development
_____________________________________________________________
Viewlocity AB
Tritonv�gen 17, P.O. Box 13, S-171 18 Solna, Sweden
Phone: +46 8 799 32 00, Direct: +46 8 799 32 38, Fax: +46 8 799 32 99
Email: [EMAIL PROTECTED]


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

Reply via email to