Made CURLOPT_SSL_VERIFYHOST set to 1 acts as described in the documentation:
authorDaniel Stenberg <daniel@haxx.se>
Wed, 11 Jul 2007 22:20:46 +0000 (22:20 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 11 Jul 2007 22:20:46 +0000 (22:20 +0000)
commitd12759c73e34e432c5e2d438d6d34668b9c98a0e
tree6c1cb8e3e43a243be59b1dd776e92c1b7e9d1a73
parentc0095d6dd904c6ad82fe834cbef790ca4d231944
Made CURLOPT_SSL_VERIFYHOST set to 1 acts as described in the documentation:
fail to connect if there is no Common Name field found in the remote cert.
We should deprecate the support for this set to 1 anyway soon, since the
feature is pointless and most likely never really used by anyone.
CHANGES
RELEASE-NOTES
lib/ssluse.c