summaryrefslogtreecommitdiffstats
path: root/net/socket/ssl_server_socket_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Update net/ to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-011-23/+23
* net: Use base::MessageLoop.xhwang@chromium.org2013-05-231-5/+5
* net: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST.scherkus@chromium.org2013-04-301-1/+1
* Remove experimental code to pick the "warmest" socketmmenke@chromium.org2013-03-301-7/+0
* net: extract net/cert out of net/basephajdan.jr@chromium.org2013-03-291-4/+4
* net: split net/ssl out of net/basephajdan.jr@chromium.org2013-03-141-2/+2
* Move file_path.h to base/files.brettw@chromium.org2013-02-241-1/+1
* Replace FilePath with base::FilePath in net.brettw@chromium.org2013-02-081-3/+3
* Linux/ChromeOS Chromium style checker cleanup, net/ edition.rsleevi@chromium.org2013-02-061-3/+3
* Add net/base/test_data_directory.htoyoshim@chromium.org2012-11-011-0/+1
* Revert 151198 - Turn off TLS 1.1.wtc@chromium.org2012-08-201-1/+1
* Turn off TLS 1.1.wtc@chromium.org2012-08-121-1/+1
* Change SpdySession::GetSSLInfo to get the SSLInfo from the underlying socketrch@chromium.org2012-07-191-0/+8
* Remove SSLHostInfo.agl@chromium.org2012-06-271-1/+1
* Convert SSLClientSocketNSS to use the NSS Channel ID callback.mattm@chromium.org2012-06-261-1/+1
* fixed issue 128383 - replace GetPeerAddress(AddressList* address) with GetPee...zhaoqin@chromium.org2012-06-081-3/+3
* Use TLS 1.1.wtc@chromium.org2012-05-261-2/+2
* Prevent the infinite loop inside SSLClientSocketNSS::OnSendComplete.wtc@chromium.org2012-05-161-2/+100
* Implement a MockCertVerifier that can be used to avoidrsleevi@chromium.org2012-04-101-11/+10
* Add a new GetNegotiatedProtocol method to StreamSocket and implement in all s...rch@chromium.org2012-04-031-0/+4
* Make all the things use cert_test_util.h.mattm@chromium.org2012-03-311-6/+2
* Make CertVerifier a pure virtual interface.rsleevi@chromium.org2012-03-211-3/+4
* Change Origin bound certs -> Domain bound certs.mattm@chromium.org2012-03-201-1/+1
* Add a boolean |has_context| argument to the TLS ExportKeyingMaterialwtc@chromium.org2012-03-151-4/+7
* base::Bind: Finish converting net/socket.jhawkins@chromium.org2011-12-211-6/+7
* Migrate net/socket/socket.h, net/socket/stream_socket.h to base::Bind().ajwong@chromium.org2011-12-091-78/+49
* Revert 113699 - base::Bind: Convert Socket::Write.jhawkins@chromium.org2011-12-091-14/+0
* base::Bind: Convert Socket::Write.jhawkins@chromium.org2011-12-081-0/+14
* base::Bind: Convert Socket::Read.jhawkins@chromium.org2011-12-071-8/+33
* base::Bind: Convert StreamSocket::Connect.jhawkins@chromium.org2011-12-061-0/+3
* Begin CompletionCallback switchover.willchan@chromium.org2011-10-011-16/+16
* SSLServerSocketTest.DataTransfer should keep reading until it has readwtc@chromium.org2011-08-171-21/+43
* Expose SSL_ExportKeyingMaterial() in SSLClient/ServerSocket interfaces.wez@chromium.org2011-07-231-6/+50
* Fix instability in SSL client/server socketssergeyu@chromium.org2011-07-211-10/+35
* Added an OriginBoundCertStore field to the SSLClientSocketNSS class andrkn@chromium.org2011-07-211-2/+3
* Adds command-line switch for TLS origin bound certificate extension.rkn@chromium.org2011-07-201-0/+1
* Don't use X509Certificate in SSLConfig.sergeyu@chromium.org2011-07-201-1/+1
* Warmth of a connection (cwnd) is estimated by the amount of data written to t...gagansingh@google.com2011-06-271-0/+8
* Revert 90373 - Warmth of a connection (cwnd) is estimated by the amount of da...dimich@chromium.org2011-06-241-8/+0
* Warmth of a connection (cwnd) is estimated by the amount of data written to t...gagansingh@google.com2011-06-241-0/+8
* Added client-side support for the TLS cached inforkn@chromium.org2011-06-221-0/+1
* This change is part of a cleanup of the remoting component's session initiali...wez@chromium.org2011-06-171-4/+4
* Miscelaneous cleanups to AddressList to make it harder to mis-use.eroman@chromium.org2011-05-121-1/+1
* Rename ClientSocket to StreamSocket.sergeyu@chromium.org2011-05-051-2/+2
* Skip cert verification if it is expected to be bad.hclam@chromium.org2011-04-281-1/+7
* Added GetLocalAddress() in net::ClientSocket.sergeyu@chromium.org2011-04-191-0/+7
* Move crypto files out of base, to a top level directory.rvargas@google.com2011-04-141-5/+5
* Revert r61181.agl@chromium.org2011-04-121-1/+0
* Code cleanup related to allowed_bad_certs.wtc@chromium.org2011-03-141-1/+2
* Enable session resumption in SSLServerSocketNSS and unit testshclam@chromium.org2011-01-211-1/+0