summaryrefslogtreecommitdiff
path: root/lib/hostcheck.c
Commit message (Expand)AuthorAgeFilesLines
* lib: reduce variable scopesMarcel Raad2019-05-201-4/+2
* axtls: removedDaniel Stenberg2018-11-011-3/+2
* schannel: add support for CURLOPT_CAINFODan McNulty2018-04-181-1/+1
* configure: check for netinet/in6.hRandall S. Becker2017-12-061-0/+3
* code style: use spaces around plusesDaniel Stenberg2017-09-111-3/+3
* code style: use spaces around equals signsDaniel Stenberg2017-09-111-4/+4
* Improve code readbilitySylvestre Ledru2017-03-131-1/+1
* schannel: fix wildcard cert name validation on Win CEDan McNulty2016-12-191-3/+6
* strcasecompare: all case insensitive string compares ignore locale nowDaniel Stenberg2016-10-311-7/+7
* URLs: change more http to httpsViktor Szakats2016-02-041-1/+1
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
* openssl: remove all uses of USE_SSLEAYDaniel Stenberg2015-03-051-3/+3
* vtls: remove QsoSSLPatrick Monnerat2014-10-131-3/+2
* hostcheck: added a system include to define struct in_addrDan Fandrich2014-03-261-0/+4
* Curl_cert_hostcheck: strip trailing dots in host name and wildcardDaniel Stenberg2014-03-251-8/+42
* Curl_cert_hostcheck: reject IP address wildcard matchesDaniel Stenberg2014-03-251-0/+13
* hostcheck: update comment after previous changeDaniel Stenberg2014-03-031-1/+1
* hostcheck: Curl_cert_hostcheck is not used by NSS buildsDaniel Stenberg2014-03-031-2/+2
* NSS: support for CERTINFO featurePatrick Monnerat2013-10-301-2/+2
* OS400: new SSL backend GSKitPatrick Monnerat2013-07-151-3/+4
* x509asn1.c,x509asn1.h: new module to support ASN.1/X509 parsing & info extractPatrick Monnerat2013-07-151-3/+3
* build: fix circular header inclusion with other packagesYang Tse2013-01-091-1/+1
* Revert changes relative to lib/*.[ch] recent renamingYang Tse2013-01-061-0/+96
* build: rename 93 lib/*.c filesYang Tse2013-01-031-96/+0
* build: make use of 76 lib/*.h renamed filesYang Tse2012-12-281-3/+3
* hostcheck: only build for the actual usersDaniel Stenberg2012-11-081-2/+7
* SSL: Several SSL-backend related fixesOscar Koeroo2012-11-081-0/+91