summaryrefslogtreecommitdiffstats
path: root/net/base/ssl_client_socket_win.h
Commit message (Expand)AuthorAgeFilesLines
* Extend the use of IOBuffers to the code underneathrvargas@google.com2009-04-301-3/+6
* Remove the now-superfluous STATE_CONNECT and STATE_CONNECT_COMPLETED from SSL...markus@chromium.org2009-04-031-4/+0
* Resubmitted code from revision 12809. The bug in the Windows SSL stack thatmarkus@chromium.org2009-03-311-1/+0
* Reverting, as this changelist broke unittests on Windows.markus@chromium.org2009-03-301-0/+1
* Change the bad-certificate handler for SSL (using NSS) to return anmarkus@chromium.org2009-03-301-1/+0
* Implement SSL renegotiation.wtc@chromium.org2009-03-201-2/+15
* NO CODE CHANGEdeanm@chromium.org2009-03-111-1/+0
* If an idle socket has received data unexpectedly, we can'twtc@chromium.org2009-02-191-0/+1
* Add X509Certificate::Verify stubs for Mac and Linux.wtc@chromium.org2009-02-051-1/+1
* Move certificate verification off the IO thread.wtc@chromium.org2009-02-031-3/+9
* Measure how often the users are encountering MD5wtc@google.com2009-01-121-0/+1
* Enable SSL session resumption by using shared Schannelwtc@google.com2008-11-041-1/+1
* We don't support SSL renegotiation yet. Add thewtc@google.com2008-10-211-0/+1
* Turn SSLClientSocket into an interface.wtc@google.com2008-10-151-0/+139