1. 53c424e Apply include-cleaner to the SSL files by Harald Alvestrand · 7 months ago
  2. 5d6fa7d Split SSLAdapter/SSLStreamAdapter and deprecate SSL(Stream)Adapter::SetMode by Philipp Hancke · 7 months ago
  3. 7e41c06 Deprecate the StreamInterface::SignalEvent sigslot by Tommi · 11 months ago
  4. d200488 Introduce StreamInterface::FireEvent for firing stream events by Tommi · 11 months ago
  5. bdb867f Move SocketStream to test. by Tommi · 12 months ago
  6. 11840ce Deprecate void* forms of StreamInterface::Read and ::Write by Harald Alvestrand · 2 years, 4 months ago
  7. 2ab914c Adopt absl::string_view in rtc_base/ (straightforward cases) by Ali Tofigh · 2 years, 11 months ago
  8. 7fa9057 Adopt absl::string_view in function parameters under rtc_base/ by Ali Tofigh · 3 years ago
  9. d0b8879 Delete AsyncSocket class, merge into Socket class by Niels Möller · 3 years, 7 months ago
  10. 42748d8 In rtc_base/ and api/ replace mock macros with unified MOCK_METHOD macro by Danil Chapovalov · 4 years, 10 months ago
  11. 2d2c294 Remove OpenSSLAdapter restartable_ data member. by Mirko Bonadei · 5 years ago
  12. 8515d5a Refactor ssl_stream_adapter API to show object ownership by Harald Alvestrand · 5 years ago
  13. 317a1f0 Use std::make_unique instead of absl::make_unique. by Mirko Bonadei · 5 years ago
  14. 6a489f2 Fully qualify googletest symbols. by Mirko Bonadei · 6 years ago
  15. c84f661 Stop using Googletest legacy APIs. by Mirko Bonadei · 6 years ago
  16. 10542f2 (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries by Steve Anton · 6 years ago
  17. 1c05765 (3) Rename files to snake_case: move the files by Steve Anton · 6 years ago[Renamed from rtc_base/ssladapter_unittest.cc]
  18. b19b497 Refactor: Removing IgnoreBadCert from SSLStreamAdapter. Make test methods more explicit. by Benjamin Wright · 6 years ago
  19. 2e00abc Reland "[cleanup] Remove useless includes." by Yves Gerey · 6 years ago
  20. 96a0f61 Revert "[cleanup] Remove useless includes." by Oleh Prypin · 6 years ago
  21. be8b534 [cleanup] Remove useless includes. by Yves Gerey · 6 years ago
  22. 9c147dd Revert "Add SSLConfig object to IceServer." by Sergey Silkin · 7 years ago
  23. 4f08543 Add SSLConfig object to IceServer. by Diogo Real · 7 years ago
  24. 1d52d2c Revert "Add SSLConfig object to IceServer." by Ying Wang · 7 years ago
  25. 7f1ffcc Add SSLConfig object to IceServer. by Diogo Real · 7 years ago
  26. 918f50c Use absl::make_unique and absl::WrapUnique directly by Karl Wiberg · 7 years ago
  27. 665174f Reformat the WebRTC code base by Yves Gerey · 7 years ago
  28. 6e9c3df Added additional SSL certificate verification tests. by Benjamin Wright · 7 years ago
  29. abbe841 This CL removes all usages of our custom ostream << overloads. by Jonas Olsson · 7 years ago
  30. 675513b Stop using LOG macros in favor of RTC_ prefixed macros. by Mirko Bonadei · 7 years ago
  31. 92ea95e Fixing WebRTC after moving from src/webrtc to src/ by Mirko Bonadei · 7 years ago
  32. bb54720 Moving src/webrtc into src/. by Mirko Bonadei · 7 years ago[Renamed from webrtc/rtc_base/ssladapter_unittest.cc]
  33. 7bd1f1b Add support for changing the TLS elliptic curve set. by Diogo Real · 8 years ago
  34. 1dca9d5 Support a user-provided string for the TLS ALPN extension. by Diogo Real · 8 years ago
  35. e96c45b Reland "Update includes for webrtc/{base => rtc_base} rename (3/3)" by kjellander · 8 years ago
  36. 0072511 Revert "Update includes for webrtc/{base => rtc_base} rename (3/3)" by Henrik Kjellander · 8 years ago
  37. f1c5ebf Update includes for webrtc/{base => rtc_base} rename (3/3) by kjellander · 8 years ago
  38. c036276 Reland "Move webrtc/{base => rtc_base}" (https://codereview.webrtc.org/2877023002) by Henrik Kjellander · 8 years ago[Renamed from webrtc/base/ssladapter_unittest.cc]
  39. ec78f1c Revert "Move webrtc/{base => rtc_base}" (https://codereview.webrtc.org/2877023002) by Henrik Kjellander · 8 years ago[Renamed from webrtc/rtc_base/ssladapter_unittest.cc]
  40. 6776518 Move webrtc/{base => rtc_base} by Henrik Kjellander · 8 years ago[Renamed from webrtc/base/ssladapter_unittest.cc]
  41. ed3b986 Fixing SSL error that occurs when underlying socket is blocked. by deadbeef · 8 years ago
  42. 98e186c Remove VirtualSocketServer's dependency on PhysicalSocketServer. by deadbeef · 8 years ago
  43. 7eaa4ea Delete method MessageQueue::set_socketserver by nisse · 8 years ago
  44. 37f5ecf Replace NULL with nullptr or null in webrtc/base/. by deadbeef · 8 years ago
  45. 1b54a5f Relanding: Removing #defines previously used for building without BoringSSL/OpenSSL. by deadbeef · 8 years ago
  46. f33491e Revert of Removing #defines previously used for building without BoringSSL/OpenSSL. (patchset #2 id:20001 of https://codereview.webrtc.org/2640513002/ ) by deadbeef · 8 years ago
  47. eaa826c Removing #defines previously used for building without BoringSSL/OpenSSL. by deadbeef · 8 years ago
  48. c8762a8 Remove StartSSLWithServer from SSLStreamAdapter. by Taylor Brandstetter · 9 years ago
  49. 9131efd Read recv timestamps from socket (posix only). by Stefan Holmer · 9 years ago
  50. 555604a Replace scoped_ptr with unique_ptr in webrtc/base/ by jbauch · 9 years ago
  51. 4e57247 Provide RSA2048 as per RFC by torbjorng · 9 years ago
  52. 335204c Revert of Provide RSA2048 as per RFC (patchset #9 id:200001 of https://codereview.webrtc.org/1329493005/ ) by torbjorng · 9 years ago
  53. 0df3eb0 provide RSA2048 as per RFC by torbjorng · 9 years ago
  54. b6d4ec4 Support generation of EC keys using P256 curve and support ECDSA certs. by Torbjorn Granlund · 10 years ago
  55. a9b1ec0 Support for DTLS in OpenSSLAdapter by pthatcher@webrtc.org · 10 years ago
  56. 34f2a9e Initialize SSL in unittest_main.cc. by pbos@webrtc.org · 10 years ago
  57. c569a49 Unit tests for SSLAdapter by tkchin@webrtc.org · 10 years ago