summaryrefslogtreecommitdiffstats
path: root/net/socket/ssl_client_socket_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* [net] Use scoped_ptr<> consistently in ClientSocketFactory and related codeakalin@chromium.org2013-08-151-79/+111
* Put ssl_client_socket_unittest.cc in unnamed namespace within netakalin@chromium.org2013-08-141-600/+540
* Remove deprecated functions that take StreamSockets instead of handlesakalin@chromium.org2013-08-141-1/+3
* Gracefully handle an asynchronous write disconnect when an SSL read is pendingrsleevi@chromium.org2013-06-171-10/+85
* 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-32/+34
* Don't call SSL read/write callbacks after an SSL socket is deletedrsleevi@chromium.org2013-05-131-1/+310
* SSLClientSocketNSS should expect and properly handle when thersleevi@chromium.org2013-05-091-21/+173
* Move SpawnedTestServer to its own subdirectory.phajdan.jr@chromium.org2013-05-071-1/+1
* GTTF: rename net::TestServer -> net::SpawnedTestServerphajdan.jr@chromium.org2013-05-031-64/+64
* Remove experimental code to pick the "warmest" socketmmenke@chromium.org2013-03-301-6/+0
* net: extract net/cert out of net/basephajdan.jr@chromium.org2013-03-291-3/+3
* net: move host_resolver files from net/base to net/dnsphajdan.jr@chromium.org2013-03-211-1/+1
* net: split net/ssl out of net/basephajdan.jr@chromium.org2013-03-141-2/+2
* Wire up SSL client authentication for OpenSSL/Android through the net/ stackdigit@chromium.org2013-03-021-14/+3
* When reading from an SSL socket, attempt to fully fill the caller's bufferrsleevi@chromium.org2013-02-161-2/+252
* Replace FilePath with base::FilePath in net.brettw@chromium.org2013-02-081-21/+21
* Add server certificate request parameters to be stored in SSLCertRequestInfo.ppi@chromium.org2013-01-091-0/+111
* Add GetWebSocketTestDataDirectory() to test_data_directorytoyoshim@chromium.org2012-11-061-1/+1
* Add net/base/test_data_directory.htoyoshim@chromium.org2012-11-011-0/+1
* Refactoring for merging WebSocket test server to net::TestServertoyoshim@chromium.org2012-08-231-19/+30
* Remove SSLHostInfo.agl@chromium.org2012-06-271-2/+1
* CapturingNetLog - remove maximum entries constructor argument.mmenke@chromium.org2012-06-081-8/+8
* Revert 140846 - (relanding r140697)rsleevi@chromium.org2012-06-061-0/+2
* Revert 140697 - Maybe caused sizes regression (which would be acceptablersleevi@chromium.org2012-06-061-2/+0
* Move the core state machine of SSLClientSocketNSS into a thread-safe Corersleevi@chromium.org2012-06-061-0/+2
* Rename CapturingNetLog::Entry to CapturingNetLog::CaptureEntry,mmenke@chromium.org2012-06-021-9/+9
* Fix a leak introduced by r131509rsleevi@chromium.org2012-04-101-5/+6
* Implement a MockCertVerifier that can be used to avoidrsleevi@chromium.org2012-04-101-54/+44
* Make CertVerifier a pure virtual interface.rsleevi@chromium.org2012-03-211-1/+1
* Add a boolean |has_context| argument to the TLS ExportKeyingMaterialwtc@chromium.org2012-03-151-2/+2
* Roll OpenSSL deps, implement keying material exporter and testhclam@chromium.org2012-03-081-0/+51
* Disable a failing SSL test when USE_OPENSSL is defined.rsleevi@chromium.org2012-03-081-5/+7
* Use a scoped class for managing test root certs in unit testsrsleevi@chromium.org2012-03-071-2/+1
* Provide the certificate chain as validated to SSLInfo.palmer@chromium.org2012-03-031-0/+104
* Remove usage of a deprecated TestServer constructor.erikwright@chromium.org2012-02-241-8/+24
* Change MockRead and MockWrite (et. al.) to take an IoMode enum, insteadrch@chromium.org2012-02-231-3/+4
* net: split the SSL session cache between incognito and normal.agl@chromium.org2011-12-121-0/+6
* Migrate net/socket/socket.h, net/socket/stream_socket.h to base::Bind().ajwong@chromium.org2011-12-091-50/+54
* Disable SPDY IP pooling for SSL connections with client authentication.wtc@chromium.org2011-10-281-0/+7
* Begin CompletionCallback switchover.willchan@chromium.org2011-10-011-14/+14
* Send only one byte of data in the first CBC encrypted aplication datawtc@chromium.org2011-08-181-1/+1
* Implement PPB_Flash_TCPSocket.InitiateSSL.yzshen@chromium.org2011-08-161-0/+37
* Revert "net: Precede each CBC encrypted application data record with an empty...agl@chromium.org2011-08-091-1/+1
* Added an OriginBoundCertStore field to the SSLClientSocketNSS class andrkn@chromium.org2011-07-211-3/+9
* net: Precede each CBC encrypted application data record with an empty one.agl@chromium.org2011-07-071-1/+1
* Revert "net: Precede each CBC encrypted application data record with an empty...agl@chromium.org2011-06-271-1/+1
* net: Precede each CBC encrypted application data record with an empty one.agl@chromium.org2011-06-271-1/+1
* Include SSL plaintext traffic in addition to the ciphertext when logging raw ...rsleevi@chromium.org2011-05-191-1/+65
* Rename ClientSocket to StreamSocket.sergeyu@chromium.org2011-05-051-12/+12