summaryrefslogtreecommitdiffstats
path: root/net/socket/ssl_client_socket_win.cc
Commit message (Expand)AuthorAgeFilesLines
* Make X509Certificate::CreateFromHandle() copy the OSCertHandle, rather than a...rsleevi@chromium.org2010-06-261-3/+4
* Enable the regression test for issue 42538 for Windows.wtc@chromium.org2010-05-031-0/+6
* More cleanup to address TODOs in net_log.h.eroman@chromium.org2010-04-281-4/+4
* Add net log entries that summarize transmit and receive byte counts.vandebo@chromium.org2010-04-231-9/+7
* Generalize the net module's LoadLog facility from a passive container, to an ...eroman@chromium.org2010-03-161-8/+8
* When using NSS for SSL on Windows, fall back on SSLClientSocketWinwtc@chromium.org2010-03-121-0/+2
* Thread-safety for X509Certificate's intermediate-certs list.snej@chromium.org2010-03-051-10/+6
* Revert my last commit 'cause it breaks net unit tests on OS X 10.6 :(snej@chromium.org2010-03-051-6/+10
* Thread-safety for X509Certificate's intermediate-certs list.snej@chromium.org2010-03-051-10/+6
* A follow-up of r28664.wtc@chromium.org2010-03-031-11/+11
* Remove connection failed histograms.vandebo@chromium.org2010-03-021-8/+9
* Handle the TLS no_renegotiation alert message.wtc@chromium.org2010-02-251-0/+8
* Really connect to the same server in FTP network transaction.phajdan.jr@chromium.org2010-02-201-2/+2
* Turn GetPeerName into a pure virtual and provide local impls, this way any fu...thomasvl@chromium.org2010-01-201-0/+4
* Several fixes to the Net.ConnectionTypeCount histogram.mbelshe@google.com2009-12-241-8/+8
* Rename GetNextProtocol -> GetNextProtoagl@chromium.org2009-12-111-1/+1
* Add GetNextProtocol method to SSLClientSocket.agl@chromium.org2009-12-101-0/+6
* Remove unnecessary null pointer tests to avoid a false Coveritywtc@chromium.org2009-11-091-7/+13
* Add LoadLog to ClientSocket::Connect().willchan@chromium.org2009-11-021-7/+29
* Document that the handshake_failure alert message is alsowtc@chromium.org2009-10-291-2/+4
* Pass the SCH_CRED_REVOCATION_CHECK_CHAIN_EXCLUDE_ROOT flagwtc@chromium.org2009-10-291-1/+10
* Change the SSL Socket to be capable of having reads andmbelshe@google.com2009-10-101-220/+298
* Add methods for setting socket buffers to the Socket mbelshe@google.com2009-09-091-0/+8
* Implement SSL certificate error handling on the Mac. If the user giveswtc@chromium.org2009-08-131-3/+3
* Initialize 'processed' to 0 before passing its address to SSLRead orwtc@chromium.org2009-08-061-2/+2
* Add some CHECKs to track down the source of a NULL deref in the SSLClientSock...willchan@chromium.org2009-07-101-0/+4
* Fix a crash in net::SSLClientSocketWin::OnIOComplete(int) whenwtc@chromium.org2009-06-251-2/+9
* Use LOAD_VERIFY_EV_CERT to verify EV-ness in Verify().ukai@chromium.org2009-06-231-2/+6
* Move socket related files from net/base to net/socket.willchan@chromium.org2009-06-221-0/+1190