aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-08-08sspi: Minor code tidy up to standardise coding styleSteve Holme
2014-08-08schannel: Fixed compilation warning in vtls.cSteve Holme
2014-08-08tool_getparam.c: Fixed compilation warningSteve Holme
2014-08-08RELEASE-NOTES: Synced with 159c3aafd8Steve Holme
2014-08-08curl_ntlm_msgs: make < 80 columns wideDaniel Stenberg
2014-08-08ntlm: Fixed hard coded buffer for SSPI based auth packet generationSteve Holme
2014-08-07ntlm: Added support for SSPI package info querySteve Holme
2014-08-07http2: added some more logging for debugging stream problemsDaniel Stenberg
2014-08-07HTTP/2: Reset promised stream, not its associated stream.Tatsuhiro Tsujikawa
2014-08-07HTTP/2: Move :authority before non-pseudo header fieldsTatsuhiro Tsujikawa
2014-08-07http2: show the received header for better debuggingDaniel Stenberg
2014-08-07openssl: replace call to OPENSSL_configDaniel Stenberg
2014-08-07runtests.pl: Pad test case numbers with up to three zeroesFabian Keil
2014-08-07docs: Added Negotiate to the SSPI current credentials usage descriptionSteve Holme
2014-08-06TODO: HTTP Digest via Windows SSPISteve Holme
2014-08-06TODO: FTP GSSAPI via Windows SSPISteve Holme
2014-08-06http_negotiate_sspi: Fixed specific username and password not workingSteve Holme
2014-08-06http_negotiate_sspi: Fixed endless unauthorized loop in commit 6bc76194e8Steve Holme
2014-08-05RELEASE-NOTES: synced with 5b37db44a3ebDaniel Stenberg
2014-08-05parsedate.c: fix the return code for an overflow edge conditionDan Fandrich
2014-08-05darwinssl: don't use strtok()Toby Peterson
2014-08-05Curl_ossl_version: adapted to detect BoringSSLDaniel Stenberg
2014-08-04Curl_ossl_version: detect and show libresslDaniel Stenberg
2014-08-03HTTP/2: Fix infinite loop in readwrite_data()Tatsuhiro Tsujikawa
2014-08-03gtls: only define Curl_gtls_seed if Nettle is not being usedDan Fandrich
2014-08-03ssl: provide Curl_ssl_backend even if no SSL library is availableDan Fandrich
2014-08-02HTTP2: Support expect: 100-continueTatsuhiro Tsujikawa
2014-08-02CURLOPT_SSL_VERIFYPEER.3. add a warning about disabling itDaniel Stenberg
2014-08-01FEATURES: minor updateDaniel Stenberg
2014-08-01openssl: make ossl_send return CURLE_OK betterDaniel Stenberg
2014-07-31RELEASE-NOTES: synced with 7bb4c8cadb5d0Daniel Stenberg
2014-07-31CURLOPT_HEADEROPT.3: typo: do -> toMichael Wallner
2014-07-31schannel: use CryptGenRandom for random numbersMarcel Raad
2014-07-31curl_version_info.3: 'ssl_version_num' is always 0Daniel Stenberg
2014-07-31ssl: generalize how the ssl backend identifier is setDaniel Stenberg
2014-07-31axtls: define curlssl_random using axTLS's PRNGDan Fandrich
2014-07-31cyassl: fix the test for ASN_NO_SIGNER_EDan Fandrich
2014-07-31cyassl: use RNG_GenerateBlock to generate a good random numberDan Fandrich
2014-07-30opts: fixed some typosDan Fandrich
2014-07-30smtp: fixed a segfault during test 1320 torture testDan Fandrich
2014-07-30vtls: repair build without TLS supportDaniel Stenberg
2014-07-30polarssl: provide a (weak) random functionDaniel Stenberg
2014-07-30curl_tlsinfo -> curl_tlssessioninfoMichael Wallner
2014-07-30cyassl: use the default (weeker) randomDaniel Stenberg
2014-07-30cyassl: made it compile with version 2.0.6 againDaniel Stenberg
2014-07-30vtls: make the random function mandatory in the TLS backendDaniel Stenberg
2014-07-29libcurl.m4: include the standard source headerDaniel Stenberg
2014-07-28nss: do not check the version of NSS at run timeKamil Dudka
2014-07-28curl.h: bring back CURLE_OBSOLETE16Anthon Pang
2014-07-26tests: Fix a couple of incomplete response linesFabian Keil