Re: Re:Verify certificates

2009-04-06 Thread AnneB
SSL_set_verify with SSL_VERIFY_PEER mode in client application. Best regards, Tom 在2009-04-02,AnneB lianne...@yahoo.com 写道: Hello, I have a server application that generates certificate and key files and loads them. How can I programatically, at client side, verify the server's

Verify certificates

2009-04-02 Thread AnneB
Hello, I have a server application that generates certificate and key files and loads them. How can I programatically, at client side, verify the server's certificate when I make a connection? Thanks, Anne -- View this message in context:

SSL_CTX_use_certificate_file with UTF8 certificate file name

2009-04-01 Thread AnneB
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. Thanks in advance. -- View this message in context: