| Commit message (Expand) | Author | Age | Files | Lines |
* | Move socket related files from net/base to net/socket. | willchan@chromium.org | 2009-06-22 | 1 | -127/+0 |
* | Specify new methods for supporting SSL client authentication. | wtc@chromium.org | 2009-06-12 | 1 | -1/+2 |
* | Don't save the cert chain in cert_list_. | ukai@chromium.org | 2009-06-08 | 1 | -2/+0 |
* | Call CertVerifier to verify certificate. | ukai@chromium.org | 2009-06-04 | 1 | -8/+13 |
* | Remember the intermediate CA certs if the server sends them to us. | ukai@chromium.org | 2009-05-29 | 1 | -0/+7 |
* | Extend the use of IOBuffers to the code underneath | rvargas@google.com | 2009-04-30 | 1 | -3/+4 |
* | Remove the now-superfluous STATE_CONNECT and STATE_CONNECT_COMPLETED from SSL... | markus@chromium.org | 2009-04-03 | 1 | -4/+0 |
* | Resubmitted code from revision 12809. The bug in the Windows SSL stack that | markus@chromium.org | 2009-03-31 | 1 | -2/+13 |
* | Reverting, as this changelist broke unittests on Windows. | markus@chromium.org | 2009-03-30 | 1 | -13/+2 |
* | Change the bad-certificate handler for SSL (using NSS) to return an | markus@chromium.org | 2009-03-30 | 1 | -2/+13 |
* | 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/+1 |
* | Enable SSL error handling in Linux again. | dkegel@google.com | 2009-02-19 | 1 | -8/+10 |
* | Revert 9992, as it broke origin-header-for-https.html on Webkit Linux builder | dkegel@google.com | 2009-02-19 | 1 | -10/+8 |
* | Undo revert http://codereview.chromium.org/23028 | dkegel@google.com | 2009-02-18 | 1 | -8/+10 |
* | Reverting r9823 (http://codereview.chromium.org/16207) because | dkegel@google.com | 2009-02-14 | 1 | -10/+8 |
* | ssl_client_socket_unittest.cc: launch local server with TestServerLauncher | dkegel@google.com | 2009-02-14 | 1 | -8/+10 |
* | Third time's a charm? | dkegel@google.com | 2008-12-07 | 1 | -0/+2 |
* | Revert r6233, need to move the cert, there is a policy against | dkegel@google.com | 2008-12-02 | 1 | -2/+0 |
* | For http://code.google.com/p/chromium/issues/detail?id=4510 | dkegel@google.com | 2008-12-02 | 1 | -0/+2 |
* | Roll back r6063. TBR. | dank@chromium.org | 2008-11-26 | 1 | -2/+0 |
* | Point nss at root certs so test_shell can talk to mail.google.com without war... | dank@chromium.org | 2008-11-26 | 1 | -0/+2 |
* | Port SSLClientSocket to Linux | dkegel@google.com | 2008-10-22 | 1 | -0/+104 |