summaryrefslogtreecommitdiffstats
path: root/net/socket/ssl_server_socket_nss.h
Commit message (Expand)AuthorAgeFilesLines
* Remove experimental code to pick the "warmest" socketmmenke@chromium.org2013-03-301-2/+0
* net: split net/ssl out of net/basephajdan.jr@chromium.org2013-03-141-1/+1
* Add a new GetTlsUniqueChannelBinding method to SSLSocket, and implement nss v...rch@chromium.org2012-07-311-0/+3
* Change SpdySession::GetSSLInfo to get the SSLInfo from the underlying socketrch@chromium.org2012-07-191-0/+2
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-111-1/+0
* fixed issue 128383 - replace GetPeerAddress(AddressList* address) with GetPee...zhaoqin@chromium.org2012-06-081-1/+1
* Add a new GetNegotiatedProtocol method to StreamSocket and implement in all s...rch@chromium.org2012-04-031-0/+1
* Add a boolean |has_context| argument to the TLS ExportKeyingMaterialwtc@chromium.org2012-03-151-2/+3
* base::Bind: Finish converting net/socket.jhawkins@chromium.org2011-12-211-2/+2
* Migrate net/socket/socket.h, net/socket/stream_socket.h to base::Bind().ajwong@chromium.org2011-12-091-8/+2
* Revert 113699 - base::Bind: Convert Socket::Write.jhawkins@chromium.org2011-12-091-4/+1
* base::Bind: Convert Socket::Write.jhawkins@chromium.org2011-12-081-1/+4
* base::Bind: Convert Socket::Read.jhawkins@chromium.org2011-12-071-1/+4
* base::Bind: Convert StreamSocket::Connect.jhawkins@chromium.org2011-12-061-1/+2
* Add OVERRIDE to net/.avi@chromium.org2011-11-161-19/+19
* Begin CompletionCallback switchover.willchan@chromium.org2011-10-011-9/+9
* Expose SSL_ExportKeyingMaterial() in SSLClient/ServerSocket interfaces.wez@chromium.org2011-07-231-0/+4
* Warmth of a connection (cwnd) is estimated by the amount of data written to t...gagansingh@google.com2011-06-271-0/+2
* Revert 90373 - Warmth of a connection (cwnd) is estimated by the amount of da...dimich@chromium.org2011-06-241-2/+0
* Warmth of a connection (cwnd) is estimated by the amount of data written to t...gagansingh@google.com2011-06-241-0/+2
* This change is part of a cleanup of the remoting component's session initiali...wez@chromium.org2011-06-171-17/+25
* Move crypto files out of base, to a top level directory.rvargas@google.com2011-04-141-2/+2
* Move some files from base to base/memory.levin@chromium.org2011-03-281-2/+2
* More net/ method ordering.erg@google.com2011-01-261-8/+9
* Defines SSLServerSocket and implements SSLServerSocketNSShclam@chromium.org2010-12-231-0/+133