summaryrefslogtreecommitdiffstats
path: root/net/socket/ssl_server_socket_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Change base/file_utils.h includes to base/files/file_utils.h in net/thestig2014-09-041-1/+1
* Remove implicit conversions from scoped_refptr to T* in net/socket/dcheng2014-08-251-1/+1
* Fix a few stray net::'s in net/socket/davidben@chromium.org2014-07-171-76/+74
* Fix buffer reuse bug in SSLServerSocket tests.davidben@chromium.org2014-07-161-8/+8
* Disable SSLServerSocketTest_ClientWriteAfterServerClose on Androidmathp@chromium.org2014-06-051-1/+7
* Implement SSL server socket over OpenSSL.byungchul@chromium.org2014-05-171-4/+0
* make SetReceiveBufferSize and SetSendBufferSize return net error codes (inste...jar@chromium.org2014-04-091-4/+4
* Revert 261966 "make SetReceiveBufferSize and SetSendBufferSize r..."jschuh@chromium.org2014-04-051-4/+4
* make SetReceiveBufferSize and SetSendBufferSize return net error codes (inste...jar@chromium.org2014-04-051-4/+4
* Remove vestigal traces of the TLS Cached Info Extension supportrsleevi@chromium.org2014-01-111-1/+0
* Fix WeakPtrFactory member order in net/socket/.wez@chromium.org2013-11-101-4/+4
* The SSLServerSocket constructor should use the supplied SSLConfig as is.wtc@chromium.org2013-10-311-2/+0
* Move ReadFileToString to the base namespace.brettw@chromium.org2013-08-301-2/+2
* [net] Use scoped_ptr<> consistently in ClientSocketFactory and related codeakalin@chromium.org2013-08-151-8/+10
* Remove deprecated functions that take StreamSockets instead of handlesakalin@chromium.org2013-08-141-1/+3
* Use a direct include of the message_loop header in net/, part 2.avi@chromium.org2013-07-181-1/+1
* Give more request types a TransportSecurityState.palmer@chromium.org2013-06-131-1/+5
* 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