summaryrefslogtreecommitdiffstats
path: root/net/socket/ssl_client_socket_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Don't require the SSL_CONNECT end event to be last in client authdavidben@chromium.org2011-03-141-3/+19
* Fix SSLClientSocketTest.CipherSuiteDisables flakiness.rsleevi@chromium.org2011-01-091-5/+13
* Mark SSLClientSocketTest.CipherSuiteDisables as flaky.phajdan.jr@chromium.org2011-01-031-1/+2
* Cache certificate verification results in memory.wtc@google.com2010-12-161-21/+37
* Implements disabled cipher support for OpenSSL. (ssl_config_.disabled_cipher_...joth@chromium.org2010-12-071-9/+2
* Update NetLog to be threadsafe.mmenke@chromium.org2010-12-011-12/+35
* Correctly handle SSL Client Authentication requests when connectingrch@chromium.org2010-11-121-22/+11
* Add support for restricting the cipher suites that SSLClientSocket(Mac,NSS) u...rsleevi@chromium.org2010-11-111-0/+75
* Cleanup style nits in SSLClientSocketTestrsleevi@chromium.org2010-11-101-101/+55
* Convert implicit scoped_refptr constructor calls to explicit ones, part 1thakis@chromium.org2010-11-011-12/+12
* Add support to test_server.py to restrict the SSL/TLS bulk encryption algorit...rsleevi@chromium.org2010-10-281-8/+12
* Add a bunch of missing bug references to FLAKY testsstuartmorgan@chromium.org2010-10-271-0/+1
* Revert revert 62918 - net: clean up SSLHostInfo construction."agl@chromium.org2010-10-191-10/+20
* Revert 62918 - net: clean up SSLHostInfo construction.agl@chromium.org2010-10-181-20/+10
* net: clean up SSLHostInfo construction.agl@chromium.org2010-10-181-10/+20
* net: enable SSLClientSocketTest.(ConnectExpired|ConnectMismatched)agl@chromium.org2010-10-091-21/+5
* net: alter detection of end of SSL connection in tests.agl@chromium.org2010-10-091-2/+2
* net: mark SSLClientSocketTest.(ConnectExpired|ConnectMismatched) as FAILS_agl@chromium.org2010-10-081-4/+21
* net: remove test flakyness caused by uncorking.agl@chromium.org2010-10-081-13/+18
* Stop refcounting HostResolver.willchan@chromium.org2010-10-011-11/+9
* Revert "net: add test for False Start corking."agl@chromium.org2010-09-211-32/+6
* net: add test for False Start corking.agl@chromium.org2010-09-211-6/+32
* Mark test flakinessgavinp@chromium.org2010-09-031-1/+1
* In about:net-internals, each SOCKET created by a CONNECT_JOB holds a referenc...mmenke@chromium.org2010-08-251-9/+18
* Adds HostResolveImpl Requests and Jobs to log.mmenke@chromium.org2010-08-241-1/+2
* Reintegrate certificate selection in HttpNetworkTransaction DoLoopdavidben@chromium.org2010-08-211-2/+56
* Revert 56539 - Added HostResolveImpl Requests and Jobs to log.mmenke@chromium.org2010-08-181-2/+1
* Added HostResolveImpl Requests and Jobs to log.mmenke@chromium.org2010-08-181-1/+2
* Test server cleanup patch of death:phajdan.jr@chromium.org2010-08-171-98/+55
* Revert 56384 - Don't resolve IP literals.vandebo@chromium.org2010-08-171-0/+6
* Don't resolve IP literals.vandebo@chromium.org2010-08-171-6/+0
* Add rudimentary support for client auth in testserver.py and unit testsdavidben@chromium.org2010-08-071-0/+50
* GTTF: Move net/socket/ssl_test_util to net/test/test_serverphajdan.jr@chromium.org2010-07-211-1/+1
* Add a command line flag to change the default number of parallel DNS requests...eroman@chromium.org2010-07-171-1/+2
* Massively simplify the NetworkChangeNotifier infrastructure:pkasting@chromium.org2010-06-251-1/+1
* Rework the logging for sockets/connectjobs.eroman@chromium.org2010-06-031-3/+3
* net-internals: Log the addresses that were attempted during a TCP connect, an...eroman@chromium.org2010-05-211-15/+6
* net-internals: Log the addresses that were attempted during a TCP connect, an...eroman@chromium.org2010-05-201-6/+16
* Enable the regression test for issue 42538 for Windows.wtc@chromium.org2010-05-031-2/+0
* SSL_ForceHandshake may return SECSuccess prematurely.wtc@chromium.org2010-04-291-0/+46
* Cleanup: Remove the implicit constructor for BoundNetLog that allowed passing...eroman@chromium.org2010-04-281-7/+7
* Add net log entries that summarize transmit and receive byte counts.vandebo@chromium.org2010-04-231-28/+28
* Generalize the net module's LoadLog facility from a passive container, to an ...eroman@chromium.org2010-03-161-17/+17
* Pass the NetworkChangeNotifier to HostResolver.willchan@chromium.org2010-02-041-1/+1
* Cleanup the unittest helpers in load_log_unittest.h.eroman@chromium.org2010-01-291-18/+18
* BufferSend needs to call memio_GetWriteParams() and transport_->Write()wtc@chromium.org2009-12-101-11/+73
* Improve the display of LoadLogs when truncation occurs.eroman@chromium.org2009-11-061-3/+3
* Add LoadLog to ClientSocket::Connect().willchan@chromium.org2009-11-021-12/+37
* Enable SSLClientSocketTest unit tests on Mac OS X by implementing our own cer...hawk@chromium.org2009-08-271-34/+6
* LoadLog is used as an output parameter, reorder it to the last parameter.willchan@chromium.org2009-08-141-6/+6