summaryrefslogtreecommitdiffstats
path: root/net/base/ssl_client_socket_win.cc
Commit message (Expand)AuthorAgeFilesLines
* Reduce header dependencies in net/phajdan.jr@chromium.org2009-05-291-0/+1
* If Schannel's InitializeSecurityContext calls returnwtc@chromium.org2009-05-141-2/+17
* Fix a crash on the SSL logic, when a state transitionrvargas@google.com2009-05-011-5/+9
* Extend the use of IOBuffers to the code underneathrvargas@google.com2009-04-301-17/+60
* Remove the now-superfluous STATE_CONNECT and STATE_CONNECT_COMPLETED from SSL...markus@chromium.org2009-04-031-67/+53
* Resubmitted code from revision 12809. The bug in the Windows SSL stack thatmarkus@chromium.org2009-03-311-7/+7
* Set completed_handshake_ to true after the entire Connectwtc@chromium.org2009-03-311-1/+6
* Reverting, as this changelist broke unittests on Windows.markus@chromium.org2009-03-301-7/+7
* Change the bad-certificate handler for SSL (using NSS) to return anmarkus@chromium.org2009-03-301-7/+7
* Implement SSL renegotiation.wtc@chromium.org2009-03-201-75/+107
* 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/+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