SSL_CTX_use_certificate_file with UTF8 certificate file name

2009-04-01 Thread AnneB
://www.nabble.com/SSL_CTX_use_certificate_file-with-UTF8-certificate-file-name-tp22829318p22829318.html Sent from the OpenSSL - User mailing list archive at Nabble.com. __ OpenSSL Project http

Re: SSL_CTX_use_certificate_file with UTF8 certificate file name

2009-04-01 Thread Dr. Stephen Henson
On Wed, Apr 01, 2009, AnneB wrote: I have generated programatically a certificate using _tfopen and PEM_write_X509 in order to support unicode for certificate file names. How can I load a certificate in this case? SSL_CTX_use_certificate_file doesn't work in my case. You can read the