History log of /libevent-2.1.12/sample/hostcheck.c (Results 1 – 1 of 1)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: release-2.2.1-alpha, release-2.1.12-stable, release-2.1.11-stable, release-2.1.10-stable, release-2.1.9-beta, release-2.0.23-beta, release-2.1.8-stable, release-2.1.7-rc, release-2.1.6-beta, release-2.0.22-stable, release-1.4.15-stable, release-2.1.5-beta, release-2.1.4-alpha, release-2.1.3-alpha
# 4db9da6b 28-Feb-2013 Patrick Pelletier <[email protected]>

pull in wildcard matching code from cURL

Now, https-client accepts both:

https://ip.appspot.com/ (matching wildcard certificate)
https://github.com/ (matching non-wildcard certificate)

but sti

pull in wildcard matching code from cURL

Now, https-client accepts both:

https://ip.appspot.com/ (matching wildcard certificate)
https://github.com/ (matching non-wildcard certificate)

but still rejects

https://www.kegel.com/ (non-matching wildcard certificate)

which should match the behavior of these sites in a web browser.

show more ...