summaryrefslogtreecommitdiffstats
path: root/net/base/ssl_client_socket_nss.cc
Commit message (Expand)AuthorAgeFilesLines
* Slight code change to make some global variables const.maruel@google.com2009-03-101-2/+2
* If an idle socket has received data unexpectedly, we can'twtc@chromium.org2009-02-191-0/+20
* Enable SSL error handling in Linux again.dkegel@google.com2009-02-191-26/+27
* Revert 9992, as it broke origin-header-for-https.html on Webkit Linux builderdkegel@google.com2009-02-191-27/+26
* Undo revert http://codereview.chromium.org/23028dkegel@google.com2009-02-181-26/+27
* Reverting r9823 (http://codereview.chromium.org/16207) because dkegel@google.com2009-02-141-27/+26
* ssl_client_socket_unittest.cc: launch local server with TestServerLauncher dkegel@google.com2009-02-141-26/+27
* Move certificate verification off the IO thread.wtc@chromium.org2009-02-031-26/+1
* Fix some crashes by handling an NSS result value more carefully and revertingevanm@google.com2008-12-091-6/+13
* Third time's a charm?dkegel@google.com2008-12-071-41/+155
* Revert r6233, need to move the cert, there is a policy against dkegel@google.com2008-12-021-139/+23
* For http://code.google.com/p/chromium/issues/detail?id=4510dkegel@google.com2008-12-021-23/+139
* Roll back r6063. TBR.dank@chromium.org2008-11-261-138/+23
* Point nss at root certs so test_shell can talk to mail.google.com without war...dank@chromium.org2008-11-261-23/+138
* Allow DoLoop to be called even while no userdkegel@google.com2008-11-051-21/+97
* Port SSLClientSocket to Linuxdkegel@google.com2008-10-221-0/+395