summaryrefslogtreecommitdiffstats
path: root/net/base/ssl_client_socket_win.cc
Commit message (Expand)AuthorAgeFilesLines
* If an idle socket has received data unexpectedly, we can'twtc@chromium.org2009-02-191-0/+11
* Add X509Certificate::Verify stubs for Mac and Linux.wtc@chromium.org2009-02-051-27/+14
* Move certificate verification off the IO thread.wtc@chromium.org2009-02-031-285/+34
* Measure how often our users see MD2 intermediate CAwtc@chromium.org2009-01-301-0/+5
* Reverting 8868.ericroman@google.com2009-01-291-1/+2
* Reverting 8864.wtc@chromium.org2009-01-291-2/+1
* Work around our not caching the intermediate CAwtc@chromium.org2009-01-291-1/+2
* Return ERR_SSL_PROTOCOL_ERROR instead of the defaultwtc@chromium.org2009-01-211-1/+1
* Add a bucket in the connection type histograms forwtc@google.com2009-01-151-3/+9
* Measure how often the users are encountering MD5wtc@google.com2009-01-121-0/+41
* Enable SSL session resumption by using shared Schannelwtc@google.com2008-11-041-67/+154
* Suppress CERT_STATUS_NO_REVOCATION_MECHANISM to be compatiblewtc@google.com2008-10-211-0/+4
* We don't support SSL renegotiation yet. Add thewtc@google.com2008-10-211-28/+170
* Reset server_cert_ to NULL after freeing it to preventwtc@google.com2008-10-151-1/+3
* Turn SSLClientSocket into an interface.wtc@google.com2008-10-151-0/+917