1. 10542f2 (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries by Steve Anton · 6 years ago
  2. 1c05765 (3) Rename files to snake_case: move the files by Steve Anton · 6 years ago[Renamed from rtc_base/opensslidentity.cc]
  3. 988cc08 [Cleanup] Add missing #include. Remove useless ones. by Yves Gerey · 6 years ago
  4. f25303e Reland: Modernize rtc::SSLCertificate by Steve Anton · 6 years ago
  5. 82c71af Revert "Modernize rtc::SSLCertificate" by Niklas Enbom · 6 years ago
  6. 55cd3ac Modernize rtc::SSLCertificate by Steve Anton · 6 years ago
  7. 918f50c Use absl::make_unique and absl::WrapUnique directly by Karl Wiberg · 7 years ago
  8. 665174f Reformat the WebRTC code base by Yves Gerey · 7 years ago
  9. a041f92 Removing warning suppression flags from rtc_base. by Mirko Bonadei · 7 years ago
  10. d6f86e8 This changeset adds dependency injection support for SSL Root Certs. by Benjamin Wright · 7 years ago
  11. c392866 Implement certificate chain stats. by Taylor Brandstetter · 7 years ago
  12. eb0df08 Update SSL call sites to compile with both OpenSSL 1.1.0 and BoringSSL by Jiawei Ou · 7 years ago
  13. e062385 Avoid to unconditionally include rtc_base/win32.h. by Mirko Bonadei · 7 years ago
  14. addc380 Change some SSL logging to use DLOG by Jonas Olsson · 7 years ago
  15. ea84b6b Fix OpenSSLIdentity::GetReference. by David Benjamin · 7 years ago
  16. 0a8798b Implement OpenSSLCertificate::GetChain by Jian Cui · 7 years ago
  17. 675513b Stop using LOG macros in favor of RTC_ prefixed macros. by Mirko Bonadei · 7 years ago
  18. 92ea95e Fixing WebRTC after moving from src/webrtc to src/ by Mirko Bonadei · 8 years ago
  19. bb54720 Moving src/webrtc into src/. by Mirko Bonadei · 8 years ago[Renamed from webrtc/rtc_base/opensslidentity.cc]
  20. e96c45b Reland "Update includes for webrtc/{base => rtc_base} rename (3/3)" by kjellander · 8 years ago
  21. 0072511 Revert "Update includes for webrtc/{base => rtc_base} rename (3/3)" by Henrik Kjellander · 8 years ago
  22. f1c5ebf Update includes for webrtc/{base => rtc_base} rename (3/3) by kjellander · 8 years ago
  23. c036276 Reland "Move webrtc/{base => rtc_base}" (https://codereview.webrtc.org/2877023002) by Henrik Kjellander · 8 years ago[Renamed from webrtc/base/opensslidentity.cc]
  24. ec78f1c Revert "Move webrtc/{base => rtc_base}" (https://codereview.webrtc.org/2877023002) by Henrik Kjellander · 8 years ago[Renamed from webrtc/rtc_base/opensslidentity.cc]
  25. 6776518 Move webrtc/{base => rtc_base} by Henrik Kjellander · 8 years ago[Renamed from webrtc/base/opensslidentity.cc]
  26. 37f5ecf Replace NULL with nullptr or null in webrtc/base/. by deadbeef · 8 years ago
  27. 1b54a5f Relanding: Removing #defines previously used for building without BoringSSL/OpenSSL. by deadbeef · 8 years ago
  28. 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
  29. eaa826c Removing #defines previously used for building without BoringSSL/OpenSSL. by deadbeef · 8 years ago
  30. ede5da4 Replace ASSERT by RTC_DCHECK in all non-test code. by nisse · 8 years ago
  31. 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
  32. 6b470a9 RTCCertificate serialization. by hbos · 9 years ago
  33. 555604a Replace scoped_ptr with unique_ptr in webrtc/base/ by jbauch · 9 years ago
  34. 1d846b2 This CL addresses late feedback on https://codereview.webrtc.org/1683193003/ by Torbjorn Granlund · 9 years ago
  35. f816035 Move to x509 v3 as required by the WebRTC draft. by torbjorng · 9 years ago
  36. 9adc91d Revert of Remove code interfacing legacy openssl. (patchset #3 id:40001 of https://codereview.webrtc.org/1808763002/ ) by Torbjorn Granlund · 9 years ago
  37. 4cd331b Remove code interfacing legacy openssl. by torbjorng · 9 years ago
  38. f5d4786 SSLCertificate::GetChain: Return scoped_ptr by kwiberg · 9 years ago
  39. e8dc081 Implement certificate lifetime parameter as required by WebRTC RFC. by torbjorng · 9 years ago
  40. 46c9cc0 Provide method for returning certificate expiration time stamp. by Torbjorn Granlund · 9 years ago
  41. a41ab93 Switch usage of _DEBUG macro to NDEBUG. by tfarina · 9 years ago
  42. 4e57247 Provide RSA2048 as per RFC by torbjorng · 9 years ago
  43. 335204c Revert of Provide RSA2048 as per RFC (patchset #9 id:200001 of https://codereview.webrtc.org/1329493005/ ) by torbjorng · 9 years ago
  44. 0df3eb0 provide RSA2048 as per RFC by torbjorng · 9 years ago
  45. b6d4ec4 Support generation of EC keys using P256 curve and support ECDSA certs. by Torbjorn Granlund · 10 years ago
  46. 770cc38 Don't call CRYPTO_add in BoringSSL. by Jiayang Liu · 10 years ago
  47. 1b794d5 Switch to use SHA-256 for certificates / fingerprints. by Joachim Bauch · 10 years ago
  48. 01aeaee Fix GetSignatureDigestAlgorithm for openssl to prepare for EC key switch. by JiaYang (佳扬) Liu · 10 years ago
  49. 9478437 rtc::Buffer improvements by Karl Wiberg · 10 years ago
  50. 67186fe Fix clang style warnings in webrtc/base by kwiberg@webrtc.org · 10 years ago
  51. a5b7869 Add CHECK and friends from Chromium. by andrew@webrtc.org · 11 years ago
  52. f048872 Adds a modified copy of talk/base to webrtc/base. It is the first step in by henrike@webrtc.org · 11 years ago
  53. e9a604a Revert 6107 "Adds a modified copy of talk/base to webrtc/base. I..." by perkj@webrtc.org · 11 years ago
  54. 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