index
:
curl
gemini-meta
master
cURL mirror with patches applied
Ben
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
x509asn1.c
Age
Commit message (
Expand
)
Author
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