Age | Commit message (Expand) | Author |
2019-06-10 | wolfssl: refer to it as wolfSSL only | Daniel Stenberg |
2019-05-20 | lib: reduce variable scopes | Marcel Raad |
2019-05-16 | cleanup: remove FIXME and TODO comments | Daniel Stenberg |
2019-02-19 | x509asn1: cleanup and unify code layout | Daniel Stenberg |
2019-02-18 | x509asn1: replace single char with an array | Patrick Monnerat |
2019-02-14 | x509asn1: "Dereference of null pointer" | Patrick Monnerat |
2018-11-23 | snprintf: renamed and we now only use msnprintf() | Daniel Stenberg |
2018-10-27 | x509asn1: always check return code from getASN1Element() | Daniel Stenberg |
2018-10-27 | x509asn1: suppress left shift on signed value | Patrick Monnerat |
2018-10-16 | x509asn1: Fix SAN IP address verification | Matthew Whitehead |
2018-09-06 | x509asn1: return CURLE_PEER_FAILED_VERIFICATION on failure to parse cert | Han Han |
2018-08-21 | x509asn1: use FALLTHROUGH | Daniel Stenberg |
2018-08-21 | x509asn1: make several functions static | Daniel Stenberg |
2018-05-21 | checksrc: make sure sizeof() is used *with* parentheses | Daniel Stenberg |
2017-06-03 | x509asn1: fix implicit-fallthrough warning with GCC 7 | Marcel Raad |
2016-12-13 | checksrc: stricter no-space-before-paren enforcement | Daniel Stenberg |
2016-11-24 | x509asn1: Restore the parameter check in Curl_getASN1Element | Jay Satiro |
2016-11-24 | checksrc: code style: use 'char *name' style | Daniel Stenberg |
2016-11-24 | proxy: Support HTTPS proxy and SOCKS+HTTP(s) | Alex Rousskov |
2016-11-24 | Limit ASN.1 structure sizes to 256K. Prevent some allocation size overflows. | Patrick Monnerat |
2016-10-31 | strcase: s/strequal/strcasecompare | Daniel Stenberg |
2016-10-31 | strcasecompare: is the new name for strequal() | Daniel Stenberg |
2016-06-22 | internals: rename the SessionHandle struct to Curl_easy | Daniel Stenberg |
2016-06-01 | schannel: add CURLOPT_CERTINFO support | Andrew Kurushin |
2016-04-29 | lib: include curl_printf.h as one of the last headers | Daniel Stenberg |
2016-02-03 | URLs: change all http:// URLs to https:// | Daniel Stenberg |
2015-12-15 | x509asn1: Fix host altname verification | Jay Satiro |
2015-11-24 | Revert "cleanup: general removal of TODO (and similar) comments" | Daniel Stenberg |
2015-11-13 | cleanup: general removal of TODO (and similar) comments | Daniel Stenberg |
2015-04-22 | cyassl: Implement public key pinning | Jay Satiro |
2015-04-06 | x509asn1: Silence x64 loss-of-data warning on RSA key length assignment | Jay Satiro |
2015-03-21 | x509asn1: add /* fallthrough */ in switch() case | Daniel Stenberg |
2015-03-21 | x509asn1: minor edit to unconfuse Coverity | Daniel Stenberg |
2015-03-20 | gtls: implement CURLOPT_CERTINFO | Alessandro Ghedini |
2015-03-16 | Bug #149: Deletion of unnecessary checks before calls of the function "free" | Markus Elfring |
2015-03-03 | mprintf.h: remove #ifdef CURLDEBUG | Daniel Stenberg |
2014-10-24 | code cleanup: we prefer 'CURLcode result' | Daniel Stenberg |
2014-10-14 | Implement pinned public key in GSKit backend | Patrick Monnerat |
2014-10-13 | vtls: remove QsoSSL | Patrick Monnerat |
2014-03-03 | x509asn: moved out Curl_verifyhost from NSS builds | Daniel Stenberg |
2013-12-26 | vtls: Fixed up include of vtls.h | Steve Holme |
2013-11-03 | x509asn1.c: Fixed compilation warnings | Steve Holme |
2013-10-30 | NSS: support for CERTINFO feature | Patrick Monnerat |
2013-07-15 | OS400: new SSL backend GSKit | Patrick Monnerat |
2013-07-15 | x509asn1.c,x509asn1.h: new module to support ASN.1/X509 parsing & info extract | Patrick Monnerat |