- 6f402f9 Remove unnecessary breaks after return. by Mirko Bonadei · 4 years, 8 months ago
- 8515d5a Refactor ssl_stream_adapter API to show object ownership by Harald Alvestrand · 4 years, 8 months ago
- 1379913 Make a switch to disable DTLS 1.0, TLS 1.0 and TLS 1.1 downgrade in WebRTC. by Harald Alvestrand · 4 years, 9 months ago
- 5cb7807 Implement crypto stats on DTLS transport by Harald Alvestrand · 5 years ago
- 317a1f0 Use std::make_unique instead of absl::make_unique. by Mirko Bonadei · 5 years ago
- 637bed5 Add missing BoringSSL ifdef to OpenSSLStreamAdapter by Joachim Reiersen · 6 years ago
- af1f865 Revert "Disable DTLS 1.0, TLS 1.0 and TLS 1.1 downgrade in WebRTC." by Benjamin Wright · 6 years ago
- 7276b97 Disable DTLS 1.0, TLS 1.0 and TLS 1.1 downgrade in WebRTC. by Benjamin Wright · 6 years ago
- 8e98c60 Cleanup for openssl_stream_adapter.cc. by Benjamin Wright · 6 years ago
- f54e30b Add const to variables in openssl_stream_adapter.cc that can use it. by Benjamin Wright · 6 years ago
- 3c119fb Handle HKDF key derivation when building with OpenSSL. by Sergey Sablin · 6 years ago
- 170a4b3 Trim unnecessary OpenSSL/BoringSSL ifdefs. by David Benjamin · 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/opensslstreamadapter.cc]
- 31d8b52 Delete unneeded includes of rtc_base/stringutils.h. by Niels Möller · 6 years ago
- 5d35554 Rename private member functions to use CamelCase. by Benjamin Wright · 6 years ago
- b19b497 Refactor: Removing IgnoreBadCert from SSLStreamAdapter. Make test methods more explicit. by Benjamin Wright · 6 years ago
- 988cc08 [Cleanup] Add missing #include. Remove useless ones. by Yves Gerey · 6 years ago
- f25303e Reland: Modernize rtc::SSLCertificate by Steve Anton · 6 years ago
- d4d5f8a Formatting and style guide improvements for opensslstreamadapter.cc by Benjamin Wright · 6 years ago
- 82c71af Revert "Modernize rtc::SSLCertificate" by Niklas Enbom · 6 years ago
- 55cd3ac Modernize rtc::SSLCertificate by Steve Anton · 6 years ago
- 665174f Reformat the WebRTC code base by Yves Gerey · 6 years ago
- 9d4e840 Change how we get the current cert in SSLVerifyCallback when using OpenSSL. by Jiawei Ou · 6 years ago
- c392866 Implement certificate chain stats. by Taylor Brandstetter · 7 years ago
- eb0df08 Update SSL call sites to compile with both OpenSSL 1.1.0 and BoringSSL by Jiawei Ou · 7 years ago
- a9c94d5 Be explicit about OpenSSL version requriement. by Jiawei Ou · 7 years ago
- addc380 Change some SSL logging to use DLOG by Jonas Olsson · 7 years ago
- 018dd6e Refer to the underlying object when reporting the state of SSL basic I/O by Jiawei Ou · 7 years ago
- 3c1f05d Fix comment about cipher names. by David Benjamin · 7 years ago
- e40468b Move some numeric utility code from rtc_base/ to rtc_base/numerics/ by Karl Wiberg · 7 years ago
- 0a8798b Implement OpenSSLCertificate::GetChain by Jian Cui · 7 years ago
- 675513b Stop using LOG macros in favor of RTC_ prefixed macros. by Mirko Bonadei · 7 years ago
- dc24656 Only verify the certificate once. by David Benjamin · 7 years ago
- 85aa0b6 Mark methods_stream as const. by David Benjamin · 7 years ago
- a8f7376 Switch from SSL_CIPHER_get_rfc_name to SSL_CIPHER_standard_name. by David Benjamin · 7 years ago
- 92ea95e Fixing WebRTC after moving from src/webrtc to src/ by Mirko Bonadei · 7 years ago
- bb54720 Moving src/webrtc into src/. by Mirko Bonadei · 7 years ago[Renamed from webrtc/rtc_base/opensslstreamadapter.cc]
- ee89e78 Replace CHECK(x && y) with two separate CHECK() calls by kwiberg · 7 years ago
- e96c45b Reland "Update includes for webrtc/{base => rtc_base} rename (3/3)" by kjellander · 7 years ago
- 0072511 Revert "Update includes for webrtc/{base => rtc_base} rename (3/3)" by Henrik Kjellander · 7 years ago
- f1c5ebf Update includes for webrtc/{base => rtc_base} rename (3/3) by kjellander · 7 years ago
- c036276 Reland "Move webrtc/{base => rtc_base}" (https://codereview.webrtc.org/2877023002) by Henrik Kjellander · 7 years ago[Renamed from webrtc/base/opensslstreamadapter.cc]
- ec78f1c Revert "Move webrtc/{base => rtc_base}" (https://codereview.webrtc.org/2877023002) by Henrik Kjellander · 7 years ago[Renamed from webrtc/rtc_base/opensslstreamadapter.cc]
- 6776518 Move webrtc/{base => rtc_base} by Henrik Kjellander · 7 years ago[Renamed from webrtc/base/opensslstreamadapter.cc]
- f8f457b Return correct type from OpenSSLStreamAdapter::VerifyPeerCertificate. by jbauch · 8 years ago
- 37f5ecf Replace NULL with nullptr or null in webrtc/base/. by deadbeef · 8 years ago
- 21e4e0b Delete webrtc/base/common.h by nisse · 8 years ago
- c16fa5e Replace all use of the VERIFY macro. by nisse · 8 years ago
- d030912 Pick the DTLS handshake timeout based on the ICE RTT estimate by skvlad · 8 years ago
- 7d25426 Delete unneeded includes of base/common.h. by nisse · 8 years ago
- 1b54a5f Relanding: Removing #defines previously used for building without BoringSSL/OpenSSL. by deadbeef · 8 years ago
- 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
- eaa826c Removing #defines previously used for building without BoringSSL/OpenSSL. by deadbeef · 8 years ago
- bbfed52 Set OPENSSL_EC_NAMED_CURVE explicitly on EC key so that certificate has ASN1 OID and NIST curve info. Without this openSSL handshake negotiation fails throwing NO_SHARED_CIPHER error. the change made is along the lines of openssl behavior documented here: https://wiki.openssl.org/index.php/Elliptic_Curve_Diffie_Hellman#ECDH_and_Named_Curves by ssaroha · 8 years ago
- e36c46e Use SSL_CTX_set_max_proto_version instead of SSL_CTX_set_max_version. by davidben · 8 years ago
- 6cf94a0 Only use BoringSSL time callback in unit tests. by deadbeef · 8 years ago
- deb95f3 Change rtc::TimeNanos and rtc::TimeMicros return value from uint64_t to int64_t. by nisse · 8 years ago
- 7a07f13 Fix TimeCallback used by BoringSSL. by deadbeef · 8 years ago
- fe69a74 Making ContinueSSL synchronously set the state to "open". by Taylor Brandstetter · 8 years ago
- 89824f6 Relanding: Allow the DTLS fingerprint verification to occur after the handshake. by deadbeef · 8 years ago
- 81f6f4f Revert of Allow the DTLS fingerprint verification to occur after the handshake. (patchset #11 id:200001 of https://codereview.webrtc.org/2163683003/ ) by deadbeef · 8 years ago
- 042041b Allow the DTLS fingerprint verification to occur after the handshake. by Taylor Brandstetter · 8 years ago
- d82eee0 Log how often DTLS negotiation failed because of incompatible ciphersuites. by zhihuang · 8 years ago
- c8762a8 Remove StartSSLWithServer from SSLStreamAdapter. by Taylor Brandstetter · 8 years ago
- cb56065 Add support for GCM cipher suites from RFC 7714. by jbauch · 8 years ago
- d685fef Use the new API to set the BoringSSL time callback. by deadbeef · 8 years ago
- 4f0dfbd Change initial DTLS retransmission timer from 1 second to 50ms. by Taylor Brandstetter · 8 years ago
- 5d97a9a Adding more detail to MessageQueue::Dispatch logging. by Taylor Brandstetter · 8 years ago
- 49c0869 Revert of Change initial DTLS retransmission timer from 1 second to 50ms. (patchset #2 id:20001 of https://codereview.webrtc.org/1981463002/ ) by philipel · 8 years ago
- 1e43562 Change initial DTLS retransmission timer from 1 second to 50ms. by Taylor Brandstetter · 8 years ago
- 555604a Replace scoped_ptr with unique_ptr in webrtc/base/ by jbauch · 9 years ago
- aad6780 Protect some cipher suites with ifdefs for legacy openssl compatibility. by torbjorng · 9 years ago
- b4d01c4 A bunch of interfaces: Return scoped_ptr<SSLCertificate> by kwiberg · 9 years ago
- b252856 Remove all uses of the HAVE_CONFIG_H define. by Henrik Kjellander · 9 years ago
- 60d5f3f Don't override curve preferences in BoringSSL. by David Benjamin · 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
- d44c077 Revert of Safe numeric library: base/numerics (copied from Chromium) (patchset #11 id:250001 of https://codereview.webrtc.org/1753293002/ ) by Tommi · 9 years ago
- 43166b8 Add IsAcceptableCipher, use instead of GetDefaultCipher. by torbjorng · 9 years ago
- de1c81b Safe numeric library added: base/numerics (copied from Chromium) by hbos · 9 years ago
- 4cc9f98 Fix bug 574524: DtlsTransportChannel crashes after SSL closes remotely by guoweis · 9 years ago
- 79a5a83 Adapt to boringssl's new defaults. by torbjorng · 9 years ago
- 3542013 Revert of Update with new default boringssl no-aes cipher suites. Re-enable tests. (patchset #3 id:40001 of https://codereview.webrtc.org/1550773002/ ) by sprang · 9 years ago
- 31c8d2e Update with new default boringssl no-aes cipher suites. Re-enable tests. by Torbjorn Granlund · 9 years ago
- a7446d2 Change DTLS default from 1.0 to 1.2 for webrtc. by Guo-wei Shieh · 9 years ago
- efb047d Compilation failed with openssl. by guoweis · 9 years ago
- 521ed7b Reland Convert internal representation of Srtp cryptos from string to int by Guo-wei Shieh · 9 years ago
- 318166b Revert of Convert internal representation of Srtp cryptos from string to int. (patchset #10 id:180001 of https://codereview.webrtc.org/1416673006/ ) by guoweis · 9 years ago
- 2764e10 Convert internal representation of Srtp cryptos from string to int. by guoweis · 9 years ago
- c073615 Update references to TLS1_CK_ECDHE_RSA_CHACHA20_POLY1305, etc. by davidben · 9 years ago
- a41ab93 Switch usage of _DEBUG macro to NDEBUG. by tfarina · 9 years ago
- 0c4e06b Use suffixed {uint,int}{8,16,32,64}_t types. by Peter Boström · 9 years ago
- 6caafbe Convert uint16_t to int for WebRTC cipher/crypto suite. by Guo-wei Shieh · 9 years ago
- 42b4faa Fix a build issue when use external OpenSSL. by Guo-wei Shieh · 9 years ago
- 456696a Reland Change WebRTC SslCipher to be exposed as number only by Guo-wei Shieh · 9 years ago
- 27dc29b Revert of Change WebRTC SslCipher to be exposed as number only. (patchset #20 id:750001 of https://codereview.webrtc.org/1337673002/ ) by guoweis · 9 years ago
- 4fe3c9a Change WebRTC SslCipher to be exposed as number only. by guoweis · 9 years ago
- 07d0936 Purge nss files and dependencies. by torbjorng · 9 years ago
- 9eb1365 Revert of purge nss files and dependencies (patchset #1 id:1 of https://codereview.webrtc.org/1313233005/ ) by deadbeef · 9 years ago