Age | Commit message (Expand) | Author |
2012-11-08 | SSL: Several SSL-backend related fixes | Oscar Koeroo |
2012-11-06 | CURLOPT_SSL_VERIFYHOST: stop supporting the 1 value | Daniel Stenberg |
2012-10-06 | curl_schannel.c: Fixed caching more data than required | Marc Hoersken |
2012-10-06 | curl_schannel: Removed buffer limit and optimized buffer strategy | Marc Hoersken |
2012-10-04 | lib/curl_schannel.c: Hide size_t conversion warning | Marc Hoersken |
2012-10-03 | lib/curl_schannel: Increased maximum buffer size to factor 128 | Marc Hoersken |
2012-09-09 | curl_schannel.c: Reference count the credential/session handle | Marc Hoersken |
2012-07-09 | Make Curl_schannel_version() return "WinSSL" | Yang Tse |
2012-07-05 | unicode NTLM SSPI: cleanup follow-up | Yang Tse |
2012-07-05 | unicode NTLM SSPI: cleanup | Yang Tse |
2012-06-25 | curl_schannel.c: Remove redundant NULL assignments following Curl_safefree() | Yang Tse |
2012-06-25 | curl_schannel.c: Replace free() with Curl_safefree() | Marc Hoersken |
2012-06-20 | schannel: Implement new buffer size strategy | Marc Hoersken |
2012-06-20 | schannel SSL: fix compiler warning | Yang Tse |
2012-06-20 | schannel SSL: fix for renegotiate problem | Mark Salisbury |
2012-06-20 | schannel_connect_step2: checksrc whitespace fix | Daniel Stenberg |
2012-06-20 | schannel SSL: changes in schannel_connect_step2 | Mark Salisbury |
2012-06-20 | schannel SSL: Made send method handle unexpected cases better | Mark Salisbury |
2012-06-19 | curl_schannel.c: Avoid unnecessary realloc calls to reduce buffer size | Marc Hoersken |
2012-06-19 | schannel SSL: Use standard Curl read/write methods | Mark Salisbury |
2012-06-19 | schannel SSL: make wording of some trace messages better reflect reality | Yang Tse |
2012-06-19 | schannel SSL: Implemented SSL shutdown | Mark Salisbury |
2012-06-19 | schannel SSL: certificate validation on WinCE | Mark Salisbury |
2012-06-19 | schannel SSL: Added helper methods to simplify code | Mark Salisbury |
2012-06-16 | Win32: downplay MS bazillion type synonyms game | Yang Tse |
2012-06-15 | SSPI related code: Unicode support for WinCE | Mark Salisbury |
2012-06-14 | schannel: fix printf-style format strings | Yang Tse |
2012-06-14 | Fix bad failf() and info() usage | Yang Tse |
2012-06-14 | schannel: fix unused parameter warnings | Yang Tse |
2012-06-14 | schannel: fix comparisons between signed and unsigned | Yang Tse |
2012-06-14 | schannel: fix discarding qualifier from pointer type | Yang Tse |
2012-06-14 | schannel: fix shadowing of global declarations | Yang Tse |
2012-06-14 | schannel: fix Curl_schannel_init() and Curl_schannel_cleanup() declarations | Yang Tse |
2012-06-13 | Changed Schannel string to SSL-Windows-native. | Guenter Knauf |
2012-06-13 | schannel: remove version number and identify its use with 'schannel' literal | Yang Tse |
2012-06-12 | sspi: make Curl_sspi_strerror() libcurl's sspi status code string function | Yang Tse |
2012-06-11 | checksrc: shorten a few lines to comply | Daniel Stenberg |
2012-06-11 | sspi: Reworked Curl_sspi_version() to return version components | Steve Holme |
2012-06-11 | schannel: Code cleanup and bug fixes | Marc Hoersken |
2012-06-11 | curl_sspi: Added Curl_sspi_version function | Marc Hoersken |
2012-06-11 | schannel: Replace ASCII specific code with general defines | Marc Hoersken |
2012-06-11 | schannel: Moved interal struct types to urldata.h | Marc Hoersken |
2012-06-11 | schannel: Fixed compiler warnings about pointer type assignments | Marc Hoersken |
2012-06-11 | schannel: Fixed critical typo in conditions and added buffer length checks | Marc Hoersken |
2012-06-11 | sspi: Refactored socks_sspi and schannel to use same error message functions | Marc Hoersken |
2012-06-11 | schannel: Added special shutdown check for Windows 2000 Professional | Marc Hoersken |
2012-06-11 | schannel: Implemented SSL/TLS renegotiation | Marc Hoersken |
2012-06-11 | schannel: Save session credential handles in session cache | Marc Hoersken |
2012-06-11 | schannel: Code cleanup | Marc Hoersken |
2012-06-11 | schannel: Check for required context attributes | Marc Hoersken |