]> granicus.if.org Git - curl/commit
axtls_connect: allow connect without peer verification
authorDaniel Stenberg <daniel@haxx.se>
Wed, 15 Dec 2010 10:11:20 +0000 (11:11 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 15 Dec 2010 15:05:17 +0000 (16:05 +0100)
commitc75a9fef592a412de707b45ea1a6f814cf65a23f
tree2dfa797269252f84289c02161d1bfaaa80cb33b3
parent9035709e25232b0a256684626405e0d0b4c15099
axtls_connect: allow connect without peer verification

The SSL_SERVER_VERIFY_LATER bit in the ssl_ctx_new() call allows the
code to verify the peer certificate explicitly after the handshake and
then the "data->set.ssl.verifypeer" option works.
lib/axtls.c