| Commit message (Expand) | Author | Age | Files | Lines |
* | Begin CompletionCallback switchover. | willchan@chromium.org | 2011-10-01 | 1 | -14/+14 |
* | Send only one byte of data in the first CBC encrypted aplication data | wtc@chromium.org | 2011-08-18 | 1 | -1/+1 |
* | Implement PPB_Flash_TCPSocket.InitiateSSL. | yzshen@chromium.org | 2011-08-16 | 1 | -0/+37 |
* | Revert "net: Precede each CBC encrypted application data record with an empty... | agl@chromium.org | 2011-08-09 | 1 | -1/+1 |
* | Added an OriginBoundCertStore field to the SSLClientSocketNSS class and | rkn@chromium.org | 2011-07-21 | 1 | -3/+9 |
* | net: Precede each CBC encrypted application data record with an empty one. | agl@chromium.org | 2011-07-07 | 1 | -1/+1 |
* | Revert "net: Precede each CBC encrypted application data record with an empty... | agl@chromium.org | 2011-06-27 | 1 | -1/+1 |
* | net: Precede each CBC encrypted application data record with an empty one. | agl@chromium.org | 2011-06-27 | 1 | -1/+1 |
* | Include SSL plaintext traffic in addition to the ciphertext when logging raw ... | rsleevi@chromium.org | 2011-05-19 | 1 | -1/+65 |
* | Rename ClientSocket to StreamSocket. | sergeyu@chromium.org | 2011-05-05 | 1 | -12/+12 |
* | Don't require the SSL_CONNECT end event to be last in client auth | davidben@chromium.org | 2011-03-14 | 1 | -3/+19 |
* | Fix SSLClientSocketTest.CipherSuiteDisables flakiness. | rsleevi@chromium.org | 2011-01-09 | 1 | -5/+13 |
* | Mark SSLClientSocketTest.CipherSuiteDisables as flaky. | phajdan.jr@chromium.org | 2011-01-03 | 1 | -1/+2 |
* | Cache certificate verification results in memory. | wtc@google.com | 2010-12-16 | 1 | -21/+37 |
* | Implements disabled cipher support for OpenSSL. (ssl_config_.disabled_cipher_... | joth@chromium.org | 2010-12-07 | 1 | -9/+2 |
* | Update NetLog to be threadsafe. | mmenke@chromium.org | 2010-12-01 | 1 | -12/+35 |
* | Correctly handle SSL Client Authentication requests when connecting | rch@chromium.org | 2010-11-12 | 1 | -22/+11 |
* | Add support for restricting the cipher suites that SSLClientSocket(Mac,NSS) u... | rsleevi@chromium.org | 2010-11-11 | 1 | -0/+75 |
* | Cleanup style nits in SSLClientSocketTest | rsleevi@chromium.org | 2010-11-10 | 1 | -101/+55 |
* | Convert implicit scoped_refptr constructor calls to explicit ones, part 1 | thakis@chromium.org | 2010-11-01 | 1 | -12/+12 |
* | Add support to test_server.py to restrict the SSL/TLS bulk encryption algorit... | rsleevi@chromium.org | 2010-10-28 | 1 | -8/+12 |
* | Add a bunch of missing bug references to FLAKY tests | stuartmorgan@chromium.org | 2010-10-27 | 1 | -0/+1 |
* | Revert revert 62918 - net: clean up SSLHostInfo construction." | agl@chromium.org | 2010-10-19 | 1 | -10/+20 |
* | Revert 62918 - net: clean up SSLHostInfo construction. | agl@chromium.org | 2010-10-18 | 1 | -20/+10 |
* | net: clean up SSLHostInfo construction. | agl@chromium.org | 2010-10-18 | 1 | -10/+20 |
* | net: enable SSLClientSocketTest.(ConnectExpired|ConnectMismatched) | agl@chromium.org | 2010-10-09 | 1 | -21/+5 |
* | net: alter detection of end of SSL connection in tests. | agl@chromium.org | 2010-10-09 | 1 | -2/+2 |
* | net: mark SSLClientSocketTest.(ConnectExpired|ConnectMismatched) as FAILS_ | agl@chromium.org | 2010-10-08 | 1 | -4/+21 |
* | net: remove test flakyness caused by uncorking. | agl@chromium.org | 2010-10-08 | 1 | -13/+18 |
* | Stop refcounting HostResolver. | willchan@chromium.org | 2010-10-01 | 1 | -11/+9 |
* | Revert "net: add test for False Start corking." | agl@chromium.org | 2010-09-21 | 1 | -32/+6 |
* | net: add test for False Start corking. | agl@chromium.org | 2010-09-21 | 1 | -6/+32 |
* | Mark test flakiness | gavinp@chromium.org | 2010-09-03 | 1 | -1/+1 |
* | In about:net-internals, each SOCKET created by a CONNECT_JOB holds a referenc... | mmenke@chromium.org | 2010-08-25 | 1 | -9/+18 |
* | Adds HostResolveImpl Requests and Jobs to log. | mmenke@chromium.org | 2010-08-24 | 1 | -1/+2 |
* | Reintegrate certificate selection in HttpNetworkTransaction DoLoop | davidben@chromium.org | 2010-08-21 | 1 | -2/+56 |
* | Revert 56539 - Added HostResolveImpl Requests and Jobs to log. | mmenke@chromium.org | 2010-08-18 | 1 | -2/+1 |
* | Added HostResolveImpl Requests and Jobs to log. | mmenke@chromium.org | 2010-08-18 | 1 | -1/+2 |
* | Test server cleanup patch of death: | phajdan.jr@chromium.org | 2010-08-17 | 1 | -98/+55 |
* | Revert 56384 - Don't resolve IP literals. | vandebo@chromium.org | 2010-08-17 | 1 | -0/+6 |
* | Don't resolve IP literals. | vandebo@chromium.org | 2010-08-17 | 1 | -6/+0 |
* | Add rudimentary support for client auth in testserver.py and unit tests | davidben@chromium.org | 2010-08-07 | 1 | -0/+50 |
* | GTTF: Move net/socket/ssl_test_util to net/test/test_server | phajdan.jr@chromium.org | 2010-07-21 | 1 | -1/+1 |
* | Add a command line flag to change the default number of parallel DNS requests... | eroman@chromium.org | 2010-07-17 | 1 | -1/+2 |
* | Massively simplify the NetworkChangeNotifier infrastructure: | pkasting@chromium.org | 2010-06-25 | 1 | -1/+1 |
* | Rework the logging for sockets/connectjobs. | eroman@chromium.org | 2010-06-03 | 1 | -3/+3 |
* | net-internals: Log the addresses that were attempted during a TCP connect, an... | eroman@chromium.org | 2010-05-21 | 1 | -15/+6 |
* | net-internals: Log the addresses that were attempted during a TCP connect, an... | eroman@chromium.org | 2010-05-20 | 1 | -6/+16 |
* | Enable the regression test for issue 42538 for Windows. | wtc@chromium.org | 2010-05-03 | 1 | -2/+0 |
* | SSL_ForceHandshake may return SECSuccess prematurely. | wtc@chromium.org | 2010-04-29 | 1 | -0/+46 |