summaryrefslogtreecommitdiff
path: root/lib/x509asn1.c
Commit message (Expand)AuthorAgeFilesLines
* checksrc: stricter no-space-before-paren enforcementDaniel Stenberg2016-12-131-7/+7
* x509asn1: Restore the parameter check in Curl_getASN1ElementJay Satiro2016-11-241-5/+5
* checksrc: code style: use 'char *name' styleDaniel Stenberg2016-11-241-63/+63
* proxy: Support HTTPS proxy and SOCKS+HTTP(s)Alex Rousskov2016-11-241-8/+13
* Limit ASN.1 structure sizes to 256K. Prevent some allocation size overflows.Patrick Monnerat2016-11-241-12/+21
* strcase: s/strequal/strcasecompareDaniel Stenberg2016-10-311-1/+1
* strcasecompare: is the new name for strequal()Daniel Stenberg2016-10-311-5/+5
* internals: rename the SessionHandle struct to Curl_easyDaniel Stenberg2016-06-221-4/+4
* schannel: add CURLOPT_CERTINFO supportAndrew Kurushin2016-06-011-2/+2
* lib: include curl_printf.h as one of the last headersDaniel Stenberg2016-04-291-2/+3
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
* x509asn1: Fix host altname verificationJay Satiro2015-12-151-8/+4
* Revert "cleanup: general removal of TODO (and similar) comments"Daniel Stenberg2015-11-241-0/+5
* cleanup: general removal of TODO (and similar) commentsDaniel Stenberg2015-11-131-5/+0
* cyassl: Implement public key pinningJay Satiro2015-04-221-2/+3
* x509asn1: Silence x64 loss-of-data warning on RSA key length assignmentJay Satiro2015-04-061-1/+1
* x509asn1: add /* fallthrough */ in switch() caseDaniel Stenberg2015-03-211-0/+2
* x509asn1: minor edit to unconfuse CoverityDaniel Stenberg2015-03-211-3/+1
* gtls: implement CURLOPT_CERTINFOAlessandro Ghedini2015-03-201-3/+2
* Bug #149: Deletion of unnecessary checks before calls of the function "free"Markus Elfring2015-03-161-2/+1
* mprintf.h: remove #ifdef CURLDEBUGDaniel Stenberg2015-03-031-5/+2
* code cleanup: we prefer 'CURLcode result'Daniel Stenberg2014-10-241-6/+6
* Implement pinned public key in GSKit backendPatrick Monnerat2014-10-141-3/+12
* vtls: remove QsoSSLPatrick Monnerat2014-10-131-4/+4
* x509asn: moved out Curl_verifyhost from NSS buildsDaniel Stenberg2014-03-031-27/+29
* vtls: Fixed up include of vtls.hSteve Holme2013-12-261-1/+1
* x509asn1.c: Fixed compilation warningsSteve Holme2013-11-031-6/+6
* NSS: support for CERTINFO featurePatrick Monnerat2013-10-301-35/+65
* OS400: new SSL backend GSKitPatrick Monnerat2013-07-151-2/+2
* x509asn1.c,x509asn1.h: new module to support ASN.1/X509 parsing & info extractPatrick Monnerat2013-07-151-0/+1151