| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove the now-superfluous STATE_CONNECT and STATE_CONNECT_COMPLETED from SSL... | markus@chromium.org | 2009-04-03 | 1 | -67/+53 |
* | Resubmitted code from revision 12809. The bug in the Windows SSL stack that | markus@chromium.org | 2009-03-31 | 1 | -7/+7 |
* | Set completed_handshake_ to true after the entire Connect | wtc@chromium.org | 2009-03-31 | 1 | -1/+6 |
* | Reverting, as this changelist broke unittests on Windows. | markus@chromium.org | 2009-03-30 | 1 | -7/+7 |
* | Change the bad-certificate handler for SSL (using NSS) to return an | markus@chromium.org | 2009-03-30 | 1 | -7/+7 |
* | Implement SSL renegotiation. | wtc@chromium.org | 2009-03-20 | 1 | -75/+107 |
* | NO CODE CHANGE | deanm@chromium.org | 2009-03-11 | 1 | -1/+0 |
* | If an idle socket has received data unexpectedly, we can't | wtc@chromium.org | 2009-02-19 | 1 | -0/+11 |
* | Add X509Certificate::Verify stubs for Mac and Linux. | wtc@chromium.org | 2009-02-05 | 1 | -27/+14 |
* | Move certificate verification off the IO thread. | wtc@chromium.org | 2009-02-03 | 1 | -285/+34 |
* | Measure how often our users see MD2 intermediate CA | wtc@chromium.org | 2009-01-30 | 1 | -0/+5 |
* | Reverting 8868. | ericroman@google.com | 2009-01-29 | 1 | -1/+2 |
* | Reverting 8864. | wtc@chromium.org | 2009-01-29 | 1 | -2/+1 |
* | Work around our not caching the intermediate CA | wtc@chromium.org | 2009-01-29 | 1 | -1/+2 |
* | Return ERR_SSL_PROTOCOL_ERROR instead of the default | wtc@chromium.org | 2009-01-21 | 1 | -1/+1 |
* | Add a bucket in the connection type histograms for | wtc@google.com | 2009-01-15 | 1 | -3/+9 |
* | Measure how often the users are encountering MD5 | wtc@google.com | 2009-01-12 | 1 | -0/+41 |
* | Enable SSL session resumption by using shared Schannel | wtc@google.com | 2008-11-04 | 1 | -67/+154 |
* | Suppress CERT_STATUS_NO_REVOCATION_MECHANISM to be compatible | wtc@google.com | 2008-10-21 | 1 | -0/+4 |
* | We don't support SSL renegotiation yet. Add the | wtc@google.com | 2008-10-21 | 1 | -28/+170 |
* | Reset server_cert_ to NULL after freeing it to prevent | wtc@google.com | 2008-10-15 | 1 | -1/+3 |
* | Turn SSLClientSocket into an interface. | wtc@google.com | 2008-10-15 | 1 | -0/+917 |