1. e3c3a3b0 Enable Legacy TLS interstitial by default by Chris Thompson · 4 years, 6 months ago
  2. 66a5106 Make SSLClientSocketVersionTest.CTIsRequiredByExpectCT with partitioning by Matt Menke · 4 years, 6 months ago
  3. 5a58e05e Disabled flaky EarlyDataReasonReadServerHello test by Sergey Ulanov · 4 years, 7 months ago
  4. b20d589 Combine CTVerifier usage into CertAndCTVerifier by Chris Thompson · 4 years, 7 months ago
  5. 4807a9a Remove calls to NetworkIsolationKey's old constructor in net/. by Matt Menke · 4 years, 7 months ago
  6. 4d473a5 Remove some TODOs referencing issue 950069. by Matt Menke · 4 years, 7 months ago
  7. 15f50ffc Reland "Remove net::ct::CTVerifyResult and merge with net::CertVerifyResult" by Chris Thompson · 4 years, 9 months ago
  8. 8fd5389 Revert "Remove net::ct::CTVerifyResult and merge with net::CertVerifyResult" by Emily Stark · 4 years, 9 months ago
  9. 0d9bc82 Remove net::ct::CTVerifyResult and merge with net::CertVerifyResult by Chris Thompson · 4 years, 9 months ago
  10. 2bc7716 Plumb a NetworkQualityEstimator* into TCPClientSocket. by Eric Roman · 4 years, 9 months ago
  11. 94c7e180 Remove TLS 1.3 downgrade policy and associated flags. by David Benjamin · 4 years, 11 months ago
  12. f31b249 Implement SCT auditing cache by Chris Thompson · 5 years ago
  13. b073f4cc Convert a few more SSLClientSocket tests to EmbeddedTestServer. by David Benjamin · 5 years ago
  14. 7e1aff26 Enable tls13_hardening_for_local_anchors_enabled by default. by David Benjamin · 5 years ago
  15. ad7fa0b Wire NetworkIsolationKey up to TransportSecurityPersister. by Matt Menke · 5 years ago
  16. 32ae142 Make SSLClientSocketImpl pass in its NIK to TransportSecurityState. by Matt Menke · 5 years ago
  17. dd70f5ec Make ExpectCTReporter take and use a NetworkIsolationKey. by Matt Menke · 5 years ago
  18. 3b819c4f Clear 0-RTT on existing sessions when 0-RTT is rejected by David Benjamin · 5 years ago
  19. f566f0e5 Migrate OCSP tests from SpawnedTestServer to EmbeddedTestServer by Matt Mueller · 5 years ago
  20. befba47 Revert "Disable flaky test in ssl_client_socket_unittest" by Ryan Sleevi · 5 years ago
  21. 826e1f7 Disable flaky test in ssl_client_socket_unittest by Brandon Wylie · 5 years ago
  22. 9edc2e6 Make TransportSecurityState::ShouldRequireCT a boolean by Ryan Sleevi · 5 years ago
  23. 07a07d65 Put 3DES and SHA-1 server signatures behind a fallback by David Benjamin · 5 years ago
  24. 91900ce5 Deflake TLSEarlyDataTooEarlyTest and TLSEarlyDataTest. by David Benjamin · 5 years ago
  25. e49f21f3 Make legacy TLS errors non-fatal by Christopher Thompson · 5 years ago
  26. 493f106 Add LEGACY_TLS error by Christopher Thompson · 5 years ago
  27. 7cd35b9 Fix SSLClientSocketReadTest.Read_ManySmallRecords by David Benjamin · 5 years ago
  28. 531af17 Disabling flaky SSLClientSocketReadTest.Read_ManySmallRecords test for ChromeOS by Joe Downing · 5 years ago
  29. 2dfd921 Add prefix to empty param tests. by Ilia Samsonov · 6 years ago
  30. 3462787 Switch net::test_server::SendCompleteCallback to a OnceClosure by David Benjamin · 6 years ago
  31. d9342e3a Rename TestNetLog->RecordingTestNetLog and BoundTestNetLog->RecordingBoundTestNetLog by Matt Mueller · 6 years ago
  32. bba56ef Switch a bunch of SSLClientSocket tests to EmbeddedTestServer by David Benjamin · 6 years ago
  33. 9f3533f Switch the TLS13DowngradeEnforced test to a TEST_P by David Benjamin · 6 years ago
  34. bff2960 Disable SSLClientSocketTest.TLS13DowngradeEnforced on macOS by Hajime Hoshi · 6 years ago
  35. 0ba66c9 Fix SSLClientSocketReadTest.Read_FullDuplex test by David Benjamin · 6 years ago
  36. e567bb9 Disable SSLClientSocketTest.SessionResumptionAlpn on Android. by Xing Liu · 6 years ago
  37. b9c645c Add a flag and policy for TLS 1.3 downgrade checking for local anchors. by David Benjamin · 6 years ago
  38. 4134d5b Reland "Expand TLS 1.3 handshake 0-RTT UMA detail" by David Van Cleve · 6 years ago
  39. 43527bf Run the read pipe in SSLClientSocket immediately after the handshake. by David Benjamin · 6 years ago
  40. 55cc2a2 Revert "Expand TLS 1.3 handshake 0-RTT UMA detail" by Jeffrey Yasskin · 6 years ago
  41. ef7a869a Expand TLS 1.3 handshake 0-RTT UMA detail by David Van Cleve · 6 years ago
  42. cc716d4 Apply base_bind_rewriters to //net by Yannic Bonenberger · 6 years ago
  43. 903d337e Disable SSLClientSocketTest.TLS13DowngradeEnforcedKnownKnown on Android. by Xing Liu · 6 years ago
  44. c710874 Reland "[TaskEnvironment] Complete migration with header rename" by Gabriel Charette · 6 years ago
  45. d6b13668 Fix enforcing RSA certificate keyUsage for known roots when cert verification completes asynchronously. by Matt Mueller · 6 years ago
  46. 694c3c33 [TaskEnvironment] Mass-migrate away from ScopedTaskEnvironment (1/2) by Gabriel Charette · 6 years ago
  47. 4e0215d Remove SSLConfig::false_start_enabled by David Benjamin · 6 years ago
  48. bac8dff Move client auth handling into SSLClientContext by David Benjamin · 6 years ago
  49. 151ec6b Move SSLConfigService lookups into SSLClientContext by David Benjamin · 6 years ago
  50. 24725be Make SSLClient[Socket]Context into a non-copyable SSLClientSocket factory by David Benjamin · 6 years ago
  51. 8ae506c Split Cache: Adds frame origin while creating NetworkIsolationKey by Shivani Sharma · 6 years ago
  52. 79cc755 [refactor] Remove TestNetLogEntry. by Eric Roman · 6 years ago
  53. 630830c [refactor] Remove NetLog::SetObserverCaptureMode(). by Eric Roman · 6 years ago
  54. 2346c1c Fix UAF of NetLog by a number of unit-tests. by Eric Roman · 6 years ago
  55. 3124cde Make NetLogCaptureMode an enum. by Eric Roman · 6 years ago
  56. 1c4b6d01 Switch SSLCertRequestInfo creations to MakeRefCounted by David Benjamin · 6 years ago
  57. 26cf55a Key RSA-KX TLS sessions on the destination IP address too. by Adam Langley · 6 years ago
  58. 0627236e Add Net.SSLHandshakeDetails metric by David Benjamin · 6 years ago
  59. 6f2da65 Split the TLS session cache by NetworkIsolationKey by David Benjamin · 6 years ago
  60. 3e59ea3a0 Unwind the CT DNS-based proof inclusion experiment by Ryan Sleevi · 6 years ago
  61. b08b797 Factor SSLClientSocketZeroRTTTest EmbeddedTestServer code. by David Benjamin · 6 years ago
  62. 9dc103f Roll src/third_party/boringssl/src 777a23917..f014d609c by David Benjamin · 6 years ago
  63. 1360bf8 Unwind Socket::kReadIfReadyExperiment. by David Benjamin · 6 years ago
  64. d61bd53 Unwind the SSL version interference probe. by David Benjamin · 6 years ago
  65. 4ae157d Enforce RSA certificate keyUsage for known roots. by Jesse Selover · 6 years ago
  66. 0f5fd35 Remove ChannelIDService from the socket and HTTP layers. by David Benjamin · 6 years ago
  67. 1d82faf Regenerate signatures automatically in x509_util_unittest.c, and create helper functions for future tests. by Jesse Selover · 6 years ago
  68. 94493c65 Run clang-tidy modernize-use-nullptr on //net by Raul Tambre · 6 years ago
  69. 841fc41 Remove ClientSocketFactory constructors that take ClientSocketHandles. by Matt Menke · 6 years ago
  70. da3fa94 SSLClientSessionCache ownership refactor 2: privacy mode by Daniel McArdle · 6 years ago
  71. 8fb98f6f test: Replace _TEST_CASE_ with _TEST_SUITE_ in /net. by Victor Costan · 6 years ago
  72. 3a663d6 SSLClientSessionCache ownership refactor by Daniel McArdle · 6 years ago
  73. 6d0558fd Include base/bind.h in the files that use it. by Sebastien Marchand · 6 years ago
  74. 94c9a94 Use the BoringSSL callback for certificate verification. by Jesse Selover · 6 years ago
  75. 4365a478 Use base::size rather than arraysize in net/. by Avi Drissman · 6 years ago
  76. afd8eed Add some tests for asynchronous CertVerifiers. by David Benjamin · 7 years ago
  77. eec684e3e Enforce TLS 1.3 downgrade on known_roots by default. by Steven Valdez · 7 years ago
  78. bf059c75 Fix TLS 1.3 downgrade protection. by Steven Valdez · 7 years ago
  79. daf8790 Replace ignore_cert_errors with an SSLConfig-level bool. by Jesse Selover · 7 years ago
  80. 50a3d2c9 Reland of "Add Finch param to control TLS 1.3 Downgrade enforcement on known/unknown roots." by Steven Valdez · 7 years ago
  81. 84b6bcf Revert "Add Finch param to control TLS 1.3 Downgrade enforcement on known/unknown roots." by Sergey Ulanov · 7 years ago
  82. 75ffb18 Add Finch param to control TLS 1.3 Downgrade enforcement on known/unknown roots. by Steven Valdez · 7 years ago
  83. e1d4273 Add a test for the 0-RTT send limit. by David Benjamin · 7 years ago
  84. f7f7011 Remove Channel ID code from SSLClientSocketImpl by Nick Harper · 7 years ago
  85. 230996f1 Reland "Remove HTTP-Based Public Key Pinning header parsing and persistence code." by Matt Mueller · 7 years ago
  86. c4d2bed Disable static pins in TLS13DowngradeMetricsTest. by David Benjamin · 7 years ago
  87. 570460e Revise TLS 1.3 downgrade feature and metrics. by David Benjamin · 7 years ago
  88. 4e4967bcb Revert "Remove HTTP-Based Public Key Pinning header parsing and persistence code." by Hiroki Nakagawa · 7 years ago
  89. e211b725 Remove HTTP-Based Public Key Pinning header parsing and persistence code. by Matt Mueller · 7 years ago
  90. 2243e800 Remove support for Token Binding by Nick Harper · 7 years ago
  91. cd43978 net: Make net::DrainableIOBuffer constructors take scoped_refptr. by Victor Costan · 7 years ago
  92. 9c7302b Use base::MakeRefCounted instead of new to alloc net::IOBuffer instances. by Victor Costan · 7 years ago
  93. 6af02df Initial SSL/Socket 0RTT changes. by Steven Valdez · 7 years ago
  94. 4db85cf Replace DupCryptoBuffer with bssl::UpRef. by David Benjamin · 7 years ago
  95. 3d40a3c Use OnceCallback in ChannelIDStore. by Bence Béky · 7 years ago
  96. 8ddc249 Use CompletionOnceCallback in test helper classes. by Bence Béky · 7 years ago
  97. e4bcb40e [Cleanup] Update histogram_tester.h includes in //net by Devlin Cronin · 7 years ago
  98. 98447b1 Remove ScopedTaskEnvironment from NetTestSuite. by Bence Béky · 7 years ago
  99. b8d7ea0 Switch //net SocketDataProviders to base::span<> by Ryan Sleevi · 7 years ago
  100. 3a81417 Move sockets to CompletionOnceCallbacks by Brad Lassey · 7 years ago