summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2015-04-21http_done: close Negotiate connections when doneDaniel Stenberg
2015-04-21fix_hostname: zero length host name caused -1 index offsetDaniel Stenberg
2015-04-21cookie: cookie parser out of boundary memory accessDaniel Stenberg
2015-04-21ConnectionExists: for NTLM re-use, require credentials to matchDaniel Stenberg
2015-04-21openssl: add OPENSSL_NO_SSL3_METHOD checkbyronhe
2015-04-19vtls/openssl: use https in URLs and a comment typo fixedViktor Szakáts
2015-04-17Revert "HTTP: don't abort connections with pending Negotiate authentication"Daniel Stenberg
2015-04-17cyassl: Fix include orderJay Satiro
2015-04-14cyassl: Add support for TLS extension SNIJay Satiro
2015-04-13vtls_openssl: improve PKCS#12 load failure error messageMatthew Hall
2015-04-13vtls_openssl: fix minor typo in PKCS#12 load routineMatthew Hall
2015-04-13vtls_openssl: improve client certificate load failure error messagesMatthew Hall
2015-04-13vtls_openssl: remove ambiguous SSL_CLIENT_CERT_ERR constantMatthew Hall
2015-04-13firefox-db2pem: fix wildcard to find Firefox default profileDaniel Stenberg
2015-04-11cyassl: Include the CyaSSL build configJay Satiro
2015-04-09lib/makefile.m32: add missing libs to build libcurl.dllViktor Szakats
2015-04-07lib/transfer.c: Remove factor of 8 from sleep time calculationDa-Yoon Chung
2015-04-06x509asn1: Silence x64 loss-of-data warning on RSA key length assignmentJay Satiro
2015-04-06cyassl: Use CYASSL_MAX_ERROR_SZ for error buffer sizeJay Satiro
2015-04-05cyassl: Remove 'Connecting to' message from cyassl_connect_step2Jay Satiro
2015-04-03hostip: fix compiler warningsDaniel Stenberg
2015-04-03actually implement CURLOPT_RESOLVE removalsStefan Bühler
2015-04-03move Curl_share_lock and ref counting into Curl_fetch_addrStefan Bühler
2015-04-03fix refreshing of obsolete dns cache entriesStefan Bühler
2015-04-03cyassl: Set minimum protocol version before CTX callbackJay Satiro
2015-04-02cyassl: Fix certificate load checkJay Satiro
2015-04-02http2: Fix missing nghttp2_session_send call in Curl_http2_switchedTatsuhiro Tsujikawa
2015-04-01cookie: handle spaces after the name in Set-CookieDaniel Stenberg
2015-04-01cyassl: Fix library initialization return valueJay Satiro
2015-03-31axtls: add timeout within Curl_axtls_connectDan Fandrich
2015-03-30checksrc: Windows-specific input fixesJay Satiro
2015-03-29multi: remove_handle: move pending connectionsDaniel Stenberg
2015-03-28cyassl: CTX callback cosmetic changes and doc fixJay Satiro
2015-03-27cyassl: add SSL context callback support for CyaSSLKyle L. Huff
2015-03-27cyassl: remove undefined reference to CyaSSL_no_filesystem_verifyKyle L. Huff
2015-03-27vtls: Don't accept unknown CURLOPT_SSLVERSION valuesJay Satiro
2015-03-27url: Don't accept CURLOPT_SSLVERSION unless USE_SSL is definedJay Satiro
2015-03-26multi: on a request completion, check all CONNECT_PEND transfersDaniel Stenberg
2015-03-25README.http2: refreshed and added TODO itemsDaniel Stenberg
2015-03-25polarssl: called mbedTLS in 1.3.10 and laterDaniel Stenberg
2015-03-25polarssl: remove dead codeDaniel Stenberg
2015-03-25polarssl: remove superfluous for(;;) loopDaniel Stenberg
2015-03-25Curl_ssl_md5sum: return CURLcodeDaniel Stenberg
2015-03-25cyassl: default to highest possible TLS versionJay Satiro
2015-03-25cyassl: Check for invalid length parameter in Curl_cyassl_randomJay Satiro
2015-03-25cyassl: If wolfSSL then identify as such in version stringJay Satiro
2015-03-24curl_memory: make curl_memory.h the second-last header file loadedDan Fandrich
2015-03-24openssl: do the OCSP work-around for libressl tooDaniel Stenberg
2015-03-24openssl: verifystatus: only use the OCSP work-around <= 1.0.2aDaniel Stenberg
2015-03-24openssl: adapt to ASN1/X509 things gone opaque in 1.1Daniel Stenberg