summaryrefslogtreecommitdiffstats
path: root/net/socket/ssl_client_socket_nss.h
Commit message (Expand)AuthorAgeFilesLines
* Fix a regression on Windows introduced by r48650.wtc@chromium.org2010-06-041-3/+9
* Use SSLClientSocketNSS on Mac OS X. By default, chrome still useswtc@chromium.org2010-06-011-4/+2
* SSL_ForceHandshake may return SECSuccess prematurely.wtc@chromium.org2010-04-291-0/+6
* Add net log entries that summarize transmit and receive byte counts.vandebo@chromium.org2010-04-231-2/+3
* Generalize the net module's LoadLog facility from a passive container, to an ...eroman@chromium.org2010-03-161-3/+4
* When using NSS for SSL on Windows, fall back on SSLClientSocketWinwtc@chromium.org2010-03-121-3/+6
* Log an informational message if an SSL server does not supportwtc@chromium.org2010-02-271-0/+1
* Really connect to the same server in FTP network transaction.phajdan.jr@chromium.org2010-02-201-1/+1
* Port SSLClientSocketNSS to Windows. The next step is towtc@chromium.org2010-01-281-2/+10
* Turn GetPeerName into a pure virtual and provide local impls, this way any fu...thomasvl@chromium.org2010-01-201-0/+1
* Rename GetNextProtocol -> GetNextProtoagl@chromium.org2009-12-111-1/+1
* Add GetNextProtocol method to SSLClientSocket.agl@chromium.org2009-12-101-0/+1
* Remove the unnecessary workaround for NSS bug 455424, now that we requirewtc@chromium.org2009-12-011-4/+0
* Add LoadLog to ClientSocket::Connect().willchan@chromium.org2009-11-021-1/+7
* Look up client certificates in ClientAuthHandler to get rid of manual CAwtc@chromium.org2009-10-241-1/+2
* Provides a certificate for SSL client authentication on NSS sockets.wtc@chromium.org2009-10-151-0/+13
* Make SSLClientSocketNSS full-duplexukai@chromium.org2009-10-131-13/+24
* Add methods for setting socket buffers to the Socket mbelshe@google.com2009-09-091-0/+2
* Stop leaking ConnectCallbackWrapper if Connect() does not complete before the...willchan@chromium.org2009-06-301-0/+2
* Fix a crash in net::SSLClientSocketWin::OnIOComplete(int) whenwtc@chromium.org2009-06-251-2/+2
* Move socket related files from net/base to net/socket.willchan@chromium.org2009-06-221-0/+127