[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?
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
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