Age | Commit message (Expand) | Author |
2014-08-08 | ntlm: Fixed hard coded buffer for SSPI based auth packet generation | Steve Holme |
2014-08-07 | ntlm: Added support for SSPI package info query | Steve Holme |
2014-08-07 | http2: added some more logging for debugging stream problems | Daniel Stenberg |
2014-08-07 | HTTP/2: Reset promised stream, not its associated stream. | Tatsuhiro Tsujikawa |
2014-08-07 | HTTP/2: Move :authority before non-pseudo header fields | Tatsuhiro Tsujikawa |
2014-08-07 | http2: show the received header for better debugging | Daniel Stenberg |
2014-08-07 | openssl: replace call to OPENSSL_config | Daniel Stenberg |
2014-08-06 | http_negotiate_sspi: Fixed specific username and password not working | Steve Holme |
2014-08-06 | http_negotiate_sspi: Fixed endless unauthorized loop in commit 6bc76194e8 | Steve Holme |
2014-08-05 | parsedate.c: fix the return code for an overflow edge condition | Dan Fandrich |
2014-08-05 | darwinssl: don't use strtok() | Toby Peterson |
2014-08-05 | Curl_ossl_version: adapted to detect BoringSSL | Daniel Stenberg |
2014-08-04 | Curl_ossl_version: detect and show libressl | Daniel Stenberg |
2014-08-03 | HTTP/2: Fix infinite loop in readwrite_data() | Tatsuhiro Tsujikawa |
2014-08-03 | gtls: only define Curl_gtls_seed if Nettle is not being used | Dan Fandrich |
2014-08-03 | ssl: provide Curl_ssl_backend even if no SSL library is available | Dan Fandrich |
2014-08-02 | HTTP2: Support expect: 100-continue | Tatsuhiro Tsujikawa |
2014-08-01 | openssl: make ossl_send return CURLE_OK better | Daniel Stenberg |
2014-07-31 | schannel: use CryptGenRandom for random numbers | Marcel Raad |
2014-07-31 | ssl: generalize how the ssl backend identifier is set | Daniel Stenberg |
2014-07-31 | axtls: define curlssl_random using axTLS's PRNG | Dan Fandrich |
2014-07-31 | cyassl: fix the test for ASN_NO_SIGNER_E | Dan Fandrich |
2014-07-31 | cyassl: use RNG_GenerateBlock to generate a good random number | Dan Fandrich |
2014-07-30 | smtp: fixed a segfault during test 1320 torture test | Dan Fandrich |
2014-07-30 | vtls: repair build without TLS support | Daniel Stenberg |
2014-07-30 | polarssl: provide a (weak) random function | Daniel Stenberg |
2014-07-30 | cyassl: use the default (weeker) random | Daniel Stenberg |
2014-07-30 | cyassl: made it compile with version 2.0.6 again | Daniel Stenberg |
2014-07-30 | vtls: make the random function mandatory in the TLS backend | Daniel Stenberg |
2014-07-28 | nss: do not check the version of NSS at run time | Kamil Dudka |
2014-07-25 | c-ares: fix build without IPv6 support | Daniel Stenberg |
2014-07-25 | Curl_base64url_encode: unit-tested in 1302 | Daniel Stenberg |
2014-07-25 | base64: added Curl_base64url_encode() | Daniel Stenberg |
2014-07-24 | SSPI Negotiate: Fix 3 memory leaks | Marcel Raad |
2014-07-23 | GSSAPI: remove useless *_MECHANISM defines. | Patrick Monnerat |
2014-07-23 | findprotocol: show unsupported protocol within quotes | Daniel Stenberg |
2014-07-23 | GSSAPI: private export mechanisms OIDs. OS400: Make RPG binding up to date. | Patrick Monnerat |
2014-07-23 | conncache: fix compiler warning | Marcel Raad |
2014-07-23 | http2: more and better error checking | Daniel Stenberg |
2014-07-23 | cyassl.c: return the correct error code on no CA cert | Dan Fandrich |
2014-07-23 | http_negotiate: remove unused variable | Daniel Stenberg |
2014-07-23 | docs: Improve inline GSS-API naming in code documentation | Michael Osipov |
2014-07-23 | curl.h/features: Deprecate GSS-Negotiate macros due to bad naming | Michael Osipov |
2014-07-23 | configure/features: Add feature and version info for GSS-API and SPNEGO | Michael Osipov |
2014-07-23 | HTTP: Remove checkprefix("GSS-Negotiate") | Michael Osipov |
2014-07-23 | curl_gssapi: Add macros for common mechs and pass them appropriately | Michael Osipov |
2014-07-22 | CONNECT: Revert Curl_proxyCONNECT back to 7.29.0 design | Daniel Stenberg |
2014-07-22 | url.c: use the preferred symbol name: *READDATA | Marcel Raad |
2014-07-16 | curl_gssapi.c: make line shorter than 80 columns | Daniel Stenberg |
2014-07-16 | Fix negotiate auth to proxies to track correct state | David Woodhouse |