| #
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 ...
|