aboutsummaryrefslogtreecommitdiff
path: root/lib/curl_schannel.c
AgeCommit message (Expand)Author
2012-06-11sspi: Reworked Curl_sspi_version() to return version componentsSteve Holme
2012-06-11schannel: Code cleanup and bug fixesMarc Hoersken
2012-06-11curl_sspi: Added Curl_sspi_version functionMarc Hoersken
2012-06-11schannel: Replace ASCII specific code with general definesMarc Hoersken
2012-06-11schannel: Moved interal struct types to urldata.hMarc Hoersken
2012-06-11schannel: Fixed compiler warnings about pointer type assignmentsMarc Hoersken
2012-06-11schannel: Fixed critical typo in conditions and added buffer length checksMarc Hoersken
2012-06-11sspi: Refactored socks_sspi and schannel to use same error message functionsMarc Hoersken
2012-06-11schannel: Added special shutdown check for Windows 2000 ProfessionalMarc Hoersken
2012-06-11schannel: Implemented SSL/TLS renegotiationMarc Hoersken
2012-06-11schannel: Save session credential handles in session cacheMarc Hoersken
2012-06-11schannel: Code cleanupMarc Hoersken
2012-06-11schannel: Check for required context attributesMarc Hoersken
2012-06-11schannel: Allow certificate and revocation checks being deactivatedMarc Hoersken
2012-06-11schannel: Added SSL/TLS support with Microsoft Windows Schannel SSPIMarc Hoersken