[openssl-users] Why is CARoot handling different in Servers verifying Clients versus Clients verifying Servers? Is Server verifying Clients broken in dual-cert-type installations?

2018-04-27 Thread Simon Edwards
Hello, Its been about 12 years since my last post here. So I apologize in advance if I trample anyone/anything due to any changes in etiquette since back then. I wonder of anyone can shed light on why OpenSSL treats the two CARoot file collections used in Servers and Clients differently? Is it

Verifying servers

2009-08-10 Thread Rij
Hello All, Do the following two perform the same job? 1) SSL_CTX_set_verify(ctx, SSL_VERIFY_PEER, NULL) 2) SSL_get_verify_result(ssl) -Rij __ OpenSSL Project http://www.openssl.org User Support Ma