summaryrefslogtreecommitdiffstats
path: root/net/base/ssl_client_socket.cc
Commit message (Expand)AuthorAgeFilesLines
* Turn SSLClientSocket into an interface.wtc@google.com2008-10-151-916/+0
* Support servers that request but don't require SSLwtc@google.com2008-10-141-1/+21
* The Schannel considers some cipher suites (e.g., thewtc@google.com2008-10-131-0/+2
* Use the new HTTP stack by default in the net module'swtc@google.com2008-10-081-0/+2
* Handle TLS-intolerant servers by retrying with TLS 1.0wtc@google.com2008-10-081-6/+18
* If we read nothing (EOF) after sending a request on awtc@google.com2008-09-251-0/+6
* First cut at SSL certificate error handling. Mapwtc@google.com2008-09-171-27/+178
* The previous fix doesn't work. We should continuewtc@google.com2008-09-051-4/+10
* If we didn't read enough to be able to decrypt anything,wtc@google.com2008-09-041-0/+4
* We can link with secur32.lib and call the SSPI functions directly.wtc@google.com2008-08-251-48/+18
* Use a more compact license header in source files.license.bot2008-08-241-28/+4
* Back out the previous checkin because buildbot detectswtc@google.com2008-08-221-18/+48
* We can link with secur32.lib and call the SSPI functions directly.wtc@google.com2008-08-221-48/+18
* Don't assert stream_sizes_.cbBlockSize == 1. It fails withwtc@google.com2008-08-141-3/+0
* First cut at implementing SSLClientSocket using Schannel.wtc@google.com2008-08-141-61/+329
* Add net to the repository.initial.commit2008-07-261-0/+502