aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2015-05-04gtls: properly retrieve certificate statusAlessandro Ghedini
2015-05-04OpenSSL: conditional check for SSL3_RT_HEADERDaniel Stenberg
2015-05-04openssl: skip trace outputs for ssl_ver == 0Daniel Stenberg
2015-05-02schannel.c: Small changesMarc Hoersken
2015-05-02schannel.c: Improve code path and readabilityMarc Hoersken
2015-05-02schannel.c: Improve error and return code handling upon aa99a63f03Marc Hoersken
2015-05-02schannel: fix regression in schannel_recvChris Araman
2015-05-01Bug born in changes made several days ago 9a91e80.Marc Hoersken
2015-04-30http_negotiate_sspi: added missing data variableDan Fandrich
2015-04-30build: update depedency versions, urls, example makefilesViktor Szakats
2015-04-30curl_multi_add_handle: next is already NULLAnders Bakken
2015-04-30schannel: Fix out of bounds arrayJay Satiro
2015-04-29lib/makefile.m32: add arch -m32/-m64 to LDFLAGSViktor Szakats
2015-04-28CURLOPT_HEADEROPT: default to separateDaniel Stenberg
2015-04-28hash: simplify Curl_str_key_compare()Daniel Stenberg
2015-04-28Negotiate: custom service names for SPNEGO.Linus Nielsen
2015-04-27http2: unify http_conn variable names to 'c'Daniel Stenberg
2015-04-27ConnectionExists: call it multi-use instead of pipeliningDaniel Stenberg
2015-04-27nss: fix compilation failure with old versions of NSSPaul Howarth
2015-04-26schannel.c: Fix typo introduced with 3447c973d0Marc Hoersken
2015-04-26schannel.c: Fix possible SEC_E_BUFFER_TOO_SMALL errorMarc Hoersken
2015-04-26schannel: re-indented file to follow curl style betterDaniel Stenberg
2015-04-26Curl_ossl_init: load builtin modulesDaniel Stenberg
2015-04-26openssl: fix serial number outputDaniel Stenberg
2015-04-26sasl_sspi: Populate domain from the realm in the challengeGrant Pannell
2015-04-24netrc: support 'default' tokenViktor Szakats
2015-04-22cyassl: Implement public key pinningJay Satiro
2015-04-22connectionexists: follow-up to fd9d3a1ef1fDaniel Stenberg
2015-04-22connectionexists: fix build without NTLMDaniel Stenberg
2015-04-22nss: implement public key pinning for NSS backendKamil Dudka
2015-04-22dist: include {src,lib}/checksrc.whitelistDaniel Stenberg
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