- d1771e9 Enable SSL logging per default by Per K · 1 year, 11 months ago
- e7280c3 Remove usage of rtc::MessageHandler in OpenSSLAdapter by Danil Chapovalov · 2 years, 7 months ago
- 9aa46c6 Delete rtc::join by Niels Möller · 2 years, 10 months ago
- 2ab914c Adopt absl::string_view in rtc_base/ (straightforward cases) by Ali Tofigh · 2 years, 11 months ago
- 7fa9057 Adopt absl::string_view in function parameters under rtc_base/ by Ali Tofigh · 3 years ago
- ac9a288 Disable SSLAdapter methods Listen and Accept by Niels Möller · 3 years, 5 months ago
- b32650e Improve SSLVerifyCallback variable naming by Harald Alvestrand · 3 years, 6 months ago
- d0b8879 Delete AsyncSocket class, merge into Socket class by Niels Möller · 3 years, 7 months ago
- 96e3b99 Use backticks not vertical bars to denote variables in comments for /rtc_base by Artem Titov · 3 years, 8 months ago
- f11f0e0 openssl: Use unique_ptr to remove unnecessary goto statements from openssl_adapter by Vojin Ilic · 3 years, 9 months ago
- 165c618 Reland: Use CRYPTO_BUFFER APIs instead of X509 when building with BoringSSL. by Taylor Brandstetter · 4 years, 3 months ago
- 7e6290d Revert "Use CRYPTO_BUFFER APIs instead of X509 when building with BoringSSL." by Sam Zackrisson · 4 years, 3 months ago
- 72f638a Use CRYPTO_BUFFER APIs instead of X509 when building with BoringSSL. by Taylor Brandstetter · 4 years, 3 months ago
- abdb470 Make MessageHandler cleanup optional. by Tomas Gunnarsson · 4 years, 6 months ago
- dce6174 Remove deprecated SSLAdapter::SetIdentity. by Mirko Bonadei · 5 years ago
- 2d2c294 Remove OpenSSLAdapter restartable_ data member. by Mirko Bonadei · 5 years ago
- 8515d5a Refactor ssl_stream_adapter API to show object ownership by Harald Alvestrand · 5 years ago
- 4db28b5 Cleanup: Removes redundant includes on message_queue.h by Sebastian Jansson · 5 years ago
- a4d8737 Format almost everything. by Jonas Olsson · 6 years ago
- 10542f2 (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries by Steve Anton · 6 years ago
- 1c05765 (3) Rename files to snake_case: move the files by Steve Anton · 6 years ago[Renamed from rtc_base/openssladapter.h]
- 61c5cc8 Makes OpenSSL concrete implementations final. by Benjamin Wright · 6 years ago
- 988cc08 [Cleanup] Add missing #include. Remove useless ones. by Yves Gerey · 6 years ago
- 2e00abc Reland "[cleanup] Remove useless includes." by Yves Gerey · 6 years ago
- 96a0f61 Revert "[cleanup] Remove useless includes." by Oleh Prypin · 6 years ago
- be8b534 [cleanup] Remove useless includes. by Yves Gerey · 6 years ago
- 9c147dd Revert "Add SSLConfig object to IceServer." by Sergey Silkin · 7 years ago
- 4f08543 Add SSLConfig object to IceServer. by Diogo Real · 7 years ago
- 1d52d2c Revert "Add SSLConfig object to IceServer." by Ying Wang · 7 years ago
- 7f1ffcc Add SSLConfig object to IceServer. by Diogo Real · 7 years ago
- 918f50c Use absl::make_unique and absl::WrapUnique directly by Karl Wiberg · 7 years ago
- 665174f Reformat the WebRTC code base by Yves Gerey · 7 years ago
- d6f86e8 This changeset adds dependency injection support for SSL Root Certs. by Benjamin Wright · 7 years ago
- 19aab2e Refactor OpenSSLSessionCache out of OpenSSLAdapterFactory. by Benjamin Wright · 7 years ago
- 9201d1a Fixed Hostname Validation in OpenSSLAdapter. by Benjamin Wright · 7 years ago
- eb0df08 Update SSL call sites to compile with both OpenSSL 1.1.0 and BoringSSL by Jiawei Ou · 7 years ago
- 92ea95e Fixing WebRTC after moving from src/webrtc to src/ by Mirko Bonadei · 8 years ago
- bb54720 Moving src/webrtc into src/. by Mirko Bonadei · 8 years ago[Renamed from webrtc/rtc_base/openssladapter.h]
- 7bd1f1b Add support for changing the TLS elliptic curve set. by Diogo Real · 8 years ago
- 1dca9d5 Support a user-provided string for the TLS ALPN extension. by Diogo Real · 8 years ago
- 786de70 Add TLS TURN tests. by Steve Anton · 8 years ago
- 1d44550 Implementation of SSL caching; tests in separate CL. by Justin Uberti · 8 years ago
- e96c45b Reland "Update includes for webrtc/{base => rtc_base} rename (3/3)" by kjellander · 8 years ago
- 0072511 Revert "Update includes for webrtc/{base => rtc_base} rename (3/3)" by Henrik Kjellander · 8 years ago
- f1c5ebf Update includes for webrtc/{base => rtc_base} rename (3/3) by kjellander · 8 years ago
- c036276 Reland "Move webrtc/{base => rtc_base}" (https://codereview.webrtc.org/2877023002) by Henrik Kjellander · 8 years ago[Renamed (96%) from webrtc/base/openssladapter.h]
- ec78f1c Revert "Move webrtc/{base => rtc_base}" (https://codereview.webrtc.org/2877023002) by Henrik Kjellander · 8 years ago
- 6776518 Move webrtc/{base => rtc_base} by Henrik Kjellander · 8 years ago
- ed3b986 Fixing SSL error that occurs when underlying socket is blocked. by deadbeef · 8 years ago
- 9131efd Read recv timestamps from socket (posix only). by Stefan Holmer · 9 years ago
- 9adc91d Revert of Remove code interfacing legacy openssl. (patchset #3 id:40001 of https://codereview.webrtc.org/1808763002/ ) by Torbjorn Granlund · 9 years ago
- 4cd331b Remove code interfacing legacy openssl. by torbjorng · 9 years ago
- a41ab93 Switch usage of _DEBUG macro to NDEBUG. by tfarina · 9 years ago
- 67186fe Fix clang style warnings in webrtc/base by kwiberg@webrtc.org · 10 years ago
- a9b1ec0 Support for DTLS in OpenSSLAdapter by pthatcher@webrtc.org · 10 years ago
- f048872 Adds a modified copy of talk/base to webrtc/base. It is the first step in by henrike@webrtc.org · 11 years ago
- e9a604a Revert 6107 "Adds a modified copy of talk/base to webrtc/base. I..." by perkj@webrtc.org · 11 years ago
- 2c7d1b3 Adds a modified copy of talk/base to webrtc/base. It is the first step in migrating talk/base to webrtc/base. by henrike@webrtc.org · 11 years ago