Commit History

Author SHA1 Message Date
  Daniel Stenberg d8b0318ad6 x509asn1: cleanup and unify code layout 5 years ago
  Patrick Monnerat fa86d32d59 x509asn1: replace single char with an array 5 years ago
  Patrick Monnerat 489ef6b694 x509asn1: "Dereference of null pointer" 5 years ago
  Daniel Stenberg dcd6f81025 snprintf: renamed and we now only use msnprintf() 6 years ago
  Daniel Stenberg feea1259e4 x509asn1: always check return code from getASN1Element() 6 years ago
  Patrick Monnerat c335b7f1f7 x509asn1: suppress left shift on signed value 6 years ago
  Matthew Whitehead df54b14fb7 x509asn1: Fix SAN IP address verification 6 years ago
  Han Han 0029aabc56 x509asn1: return CURLE_PEER_FAILED_VERIFICATION on failure to parse cert 6 years ago
  Daniel Stenberg 205f5b5972 x509asn1: use FALLTHROUGH 6 years ago
  Daniel Stenberg d26717584c x509asn1: make several functions static 6 years ago
  Daniel Stenberg cb529b713f checksrc: make sure sizeof() is used *with* parentheses 6 years ago
  Marcel Raad 15136a5268 x509asn1: fix implicit-fallthrough warning with GCC 7 7 years ago
  Daniel Stenberg b228d2952b checksrc: stricter no-space-before-paren enforcement 8 years ago
  Jay Satiro 2127457018 x509asn1: Restore the parameter check in Curl_getASN1Element 8 years ago
  Daniel Stenberg dbadaebfc4 checksrc: code style: use 'char *name' style 8 years ago
  Alex Rousskov cb4e2be7c6 proxy: Support HTTPS proxy and SOCKS+HTTP(s) 8 years ago
  Patrick Monnerat 945f60e8a7 Limit ASN.1 structure sizes to 256K. Prevent some allocation size overflows. 8 years ago
  Daniel Stenberg 44c53cc38b strcase: s/strequal/strcasecompare 8 years ago
  Daniel Stenberg 502acba2af strcasecompare: is the new name for strequal() 8 years ago
  Daniel Stenberg 434f8d0389 internals: rename the SessionHandle struct to Curl_easy 8 years ago
  Andrew Kurushin 6cabd78531 schannel: add CURLOPT_CERTINFO support 8 years ago
  Daniel Stenberg 4f45240bc8 lib: include curl_printf.h as one of the last headers 8 years ago
  Daniel Stenberg 4af40b3646 URLs: change all http:// URLs to https:// 8 years ago
  Jay Satiro 6c2c019654 x509asn1: Fix host altname verification 9 years ago
  Daniel Stenberg c341311a0e Revert "cleanup: general removal of TODO (and similar) comments" 9 years ago
  Daniel Stenberg 64e959ffe3 cleanup: general removal of TODO (and similar) comments 9 years ago
  Jay Satiro 0675abbc75 cyassl: Implement public key pinning 9 years ago
  Jay Satiro c3101ae287 x509asn1: Silence x64 loss-of-data warning on RSA key length assignment 9 years ago
  Daniel Stenberg 9cd4d6518f x509asn1: add /* fallthrough */ in switch() case 9 years ago
  Daniel Stenberg e6917d3b77 x509asn1: minor edit to unconfuse Coverity 9 years ago