diff options
author | Marc Hoersken <info@marc-hoersken.de> | 2015-01-31 12:30:11 +0100 |
---|---|---|
committer | Marc Hoersken <info@marc-hoersken.de> | 2015-01-31 12:30:11 +0100 |
commit | 4161624e9402ee5d66a261792a47ed399df38861 (patch) | |
tree | 08cebad30afe3022ab69c64d38bc8186a1651be0 /lib | |
parent | 04f246f8c7630877c19ebebf2e5dc2c6e63fe185 (diff) |
TODO: moved WinSSL/SChannel todo items into docs
Diffstat (limited to 'lib')
-rw-r--r-- | lib/vtls/curl_schannel.c | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/lib/vtls/curl_schannel.c b/lib/vtls/curl_schannel.c index 787929c1d..100933755 100644 --- a/lib/vtls/curl_schannel.c +++ b/lib/vtls/curl_schannel.c @@ -38,19 +38,6 @@ * Thanks for code and inspiration! */ -/* - * TODO list for TLS/SSL implementation: - * - implement client certificate authentication - * - implement custom server certificate validation - * - implement cipher/algorithm option - * - * Related articles on MSDN: - * - Getting a Certificate for Schannel - * http://msdn.microsoft.com/en-us/library/windows/desktop/aa375447.aspx - * - Specifying Schannel Ciphers and Cipher Strengths - * http://msdn.microsoft.com/en-us/library/windows/desktop/aa380161.aspx - */ - #include "curl_setup.h" #ifdef USE_SCHANNEL |