Re: ssl methods

2007-05-29 Thread Jean Francois HUYNH
Thank you very much Marek ... Marek Marcola a écrit : Hello, I would like to know if it is possible to build a SSL server which accepts both sslv3 and tlsV1 methods .. As far as I understand, SSl_CTX_NEW API accepts only one method ... Yes, but if you want to support SSL3 and TLS1 then

Re: How to load CA content in context ??

2007-04-24 Thread Jean Francois HUYNH
Thank you very much for this fast answer ;) jf Dr. Stephen Henson a écrit : On Tue, Apr 24, 2007, [EMAIL PROTECTED] wrote: I try to build a SSL server which performs client authentication. But I cannot use SSL_CTX_load_verify_locations which has a CA file as parameter. (CA file is not loc