summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* vtls_openssl: improve PKCS#12 load failure error messageMatthew Hall2015-04-131-1/+3
* vtls_openssl: fix minor typo in PKCS#12 load routineMatthew Hall2015-04-131-1/+1
* vtls_openssl: improve client certificate load failure error messagesMatthew Hall2015-04-131-2/+8
* vtls_openssl: remove ambiguous SSL_CLIENT_CERT_ERR constantMatthew Hall2015-04-131-3/+0
* firefox-db2pem: fix wildcard to find Firefox default profileDaniel Stenberg2015-04-131-2/+2
* cyassl: Include the CyaSSL build configJay Satiro2015-04-111-0/+4
* lib/makefile.m32: add missing libs to build libcurl.dllViktor Szakats2015-04-091-0/+3
* lib/transfer.c: Remove factor of 8 from sleep time calculationDa-Yoon Chung2015-04-071-1/+1
* x509asn1: Silence x64 loss-of-data warning on RSA key length assignmentJay Satiro2015-04-061-1/+1
* cyassl: Use CYASSL_MAX_ERROR_SZ for error buffer sizeJay Satiro2015-04-061-4/+9
* cyassl: Remove 'Connecting to' message from cyassl_connect_step2Jay Satiro2015-04-051-3/+0
* hostip: fix compiler warningsDaniel Stenberg2015-04-031-36/+1
* actually implement CURLOPT_RESOLVE removalsStefan Bühler2015-04-031-4/+38
* move Curl_share_lock and ref counting into Curl_fetch_addrStefan Bühler2015-04-033-27/+55
* fix refreshing of obsolete dns cache entriesStefan Bühler2015-04-032-42/+35
* cyassl: Set minimum protocol version before CTX callbackJay Satiro2015-04-031-17/+23
* cyassl: Fix certificate load checkJay Satiro2015-04-021-3/+3
* http2: Fix missing nghttp2_session_send call in Curl_http2_switchedTatsuhiro Tsujikawa2015-04-021-0/+9
* cookie: handle spaces after the name in Set-CookieDaniel Stenberg2015-04-011-1/+1
* cyassl: Fix library initialization return valueJay Satiro2015-04-011-4/+1
* axtls: add timeout within Curl_axtls_connectDan Fandrich2015-03-311-1/+12
* checksrc: Windows-specific input fixesJay Satiro2015-03-302-4/+5
* multi: remove_handle: move pending connectionsDaniel Stenberg2015-03-291-2/+6
* cyassl: CTX callback cosmetic changes and doc fixJay Satiro2015-03-282-5/+7
* cyassl: add SSL context callback support for CyaSSLKyle L. Huff2015-03-272-0/+21
* cyassl: remove undefined reference to CyaSSL_no_filesystem_verifyKyle L. Huff2015-03-271-4/+0
* vtls: Don't accept unknown CURLOPT_SSLVERSION valuesJay Satiro2015-03-271-0/+19
* url: Don't accept CURLOPT_SSLVERSION unless USE_SSL is definedJay Satiro2015-03-271-0/+4
* multi: on a request completion, check all CONNECT_PEND transfersDaniel Stenberg2015-03-261-2/+3
* README.http2: refreshed and added TODO itemsDaniel Stenberg2015-03-251-14/+24
* polarssl: called mbedTLS in 1.3.10 and laterDaniel Stenberg2015-03-251-2/+6
* polarssl: remove dead codeDaniel Stenberg2015-03-251-19/+16
* polarssl: remove superfluous for(;;) loopDaniel Stenberg2015-03-251-21/+18
* Curl_ssl_md5sum: return CURLcodeDaniel Stenberg2015-03-253-13/+16
* cyassl: default to highest possible TLS versionJay Satiro2015-03-251-8/+27
* cyassl: Check for invalid length parameter in Curl_cyassl_randomJay Satiro2015-03-251-1/+3
* cyassl: If wolfSSL then identify as such in version stringJay Satiro2015-03-251-2/+2
* curl_memory: make curl_memory.h the second-last header file loadedDan Fandrich2015-03-2440-80/+101
* openssl: do the OCSP work-around for libressl tooDaniel Stenberg2015-03-241-1/+2
* openssl: verifystatus: only use the OCSP work-around <= 1.0.2aDaniel Stenberg2015-03-241-0/+2
* openssl: adapt to ASN1/X509 things gone opaque in 1.1Daniel Stenberg2015-03-241-1/+1
* vtls: fix compile with --disable-crypto-auth but with SSLDan Fandrich2015-03-241-0/+2
* CURLOPT_PATH_AS_IS: addedDaniel Stenberg2015-03-242-2/+5
* curl_easy_recv/send: make them work with the multi interfaceYamada Yasuharu2015-03-231-4/+9
* http2: move the init too for when its actually neededDaniel Stenberg2015-03-231-5/+6
* dict: rename byte to avoid compiler shadowed declaration warningDan Fandrich2015-03-231-5/+5
* cyassl: include version.h to ensure the version macros are definedDan Fandrich2015-03-231-0/+1
* darwinsssl: add support for TLS False StartNick Zitzmann2015-03-212-1/+14
* gtls: add check of return codeDaniel Stenberg2015-03-211-1/+9
* gtls: dereferencing NULL pointerDaniel Stenberg2015-03-211-1/+1