Age | Commit message (Expand) | Author |
2014-08-01 | openssl: make ossl_send return CURLE_OK better | Daniel Stenberg |
2014-07-31 | RELEASE-NOTES: synced with 7bb4c8cadb5d0 | Daniel Stenberg |
2014-07-31 | CURLOPT_HEADEROPT.3: typo: do -> to | Michael Wallner |
2014-07-31 | schannel: use CryptGenRandom for random numbers | Marcel Raad |
2014-07-31 | curl_version_info.3: 'ssl_version_num' is always 0 | Daniel Stenberg |
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 | opts: fixed some typos | 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 | curl_tlsinfo -> curl_tlssessioninfo | Michael Wallner |
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-29 | libcurl.m4: include the standard source header | Daniel Stenberg |
2014-07-28 | nss: do not check the version of NSS at run time | Kamil Dudka |
2014-07-28 | curl.h: bring back CURLE_OBSOLETE16 | Anthon Pang |
2014-07-26 | tests: Fix a couple of incomplete response lines | Fabian Keil |
2014-07-26 | runtests.pl: Remove filteroff() which hasn't been used since 2001 | Fabian Keil |
2014-07-26 | runtests.pl: Don't expect $TESTDIR/DISABLED to exist | Fabian Keil |
2014-07-26 | getpart.pm: Fix a comment typo | Fabian Keil |
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-24 | symbols: CURL_VERSION_GSSNEGOTIATE is deprecated | Daniel Stenberg |
2014-07-24 | test1013.pl: GSS-Negotiate doesn't exist as a feature anymore | Daniel Stenberg |
2014-07-24 | libtest: fixed duplicated line in Makefile | Sergey Nikulov |
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 | RELEASE-NOTES: synced with 81cd24adb8b | Daniel Stenberg |
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 | symbols-in-versions: new SPNEGO/GSS-API symbols in 7.38.0 | Daniel Stenberg |
2014-07-23 | test1013.pl: remove SPNEGO/GSS-API tweaks | Daniel Stenberg |
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-19 | CURLOPT_CHUNK_BGN_FUNCTION: fix typo | Alessandro Ghedini |
2014-07-18 | build: link curl to NSS libraries when NSS support is enabled | Alessandro Ghedini |