1. 675513b Stop using LOG macros in favor of RTC_ prefixed macros. by Mirko Bonadei · 7 years ago
  2. dc24656 Only verify the certificate once. by David Benjamin · 7 years ago
  3. 85aa0b6 Mark methods_stream as const. by David Benjamin · 7 years ago
  4. a8f7376 Switch from SSL_CIPHER_get_rfc_name to SSL_CIPHER_standard_name. by David Benjamin · 7 years ago
  5. 92ea95e Fixing WebRTC after moving from src/webrtc to src/ by Mirko Bonadei · 7 years ago
  6. bb54720 Moving src/webrtc into src/. by Mirko Bonadei · 7 years ago[Renamed from webrtc/rtc_base/opensslstreamadapter.cc]
  7. ee89e78 Replace CHECK(x && y) with two separate CHECK() calls by kwiberg · 7 years ago
  8. e96c45b Reland "Update includes for webrtc/{base => rtc_base} rename (3/3)" by kjellander · 7 years ago
  9. 0072511 Revert "Update includes for webrtc/{base => rtc_base} rename (3/3)" by Henrik Kjellander · 7 years ago
  10. f1c5ebf Update includes for webrtc/{base => rtc_base} rename (3/3) by kjellander · 7 years ago
  11. c036276 Reland "Move webrtc/{base => rtc_base}" (https://codereview.webrtc.org/2877023002) by Henrik Kjellander · 7 years ago[Renamed from webrtc/base/opensslstreamadapter.cc]
  12. 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]
  13. 6776518 Move webrtc/{base => rtc_base} by Henrik Kjellander · 7 years ago[Renamed from webrtc/base/opensslstreamadapter.cc]
  14. f8f457b Return correct type from OpenSSLStreamAdapter::VerifyPeerCertificate. by jbauch · 7 years ago
  15. 37f5ecf Replace NULL with nullptr or null in webrtc/base/. by deadbeef · 7 years ago
  16. 21e4e0b Delete webrtc/base/common.h by nisse · 7 years ago
  17. c16fa5e Replace all use of the VERIFY macro. by nisse · 7 years ago
  18. d030912 Pick the DTLS handshake timeout based on the ICE RTT estimate by skvlad · 7 years ago
  19. 7d25426 Delete unneeded includes of base/common.h. by nisse · 7 years ago
  20. 1b54a5f Relanding: Removing #defines previously used for building without BoringSSL/OpenSSL. by deadbeef · 8 years ago
  21. 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
  22. eaa826c Removing #defines previously used for building without BoringSSL/OpenSSL. by deadbeef · 8 years ago
  23. 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
  24. e36c46e Use SSL_CTX_set_max_proto_version instead of SSL_CTX_set_max_version. by davidben · 8 years ago
  25. 6cf94a0 Only use BoringSSL time callback in unit tests. by deadbeef · 8 years ago
  26. deb95f3 Change rtc::TimeNanos and rtc::TimeMicros return value from uint64_t to int64_t. by nisse · 8 years ago
  27. 7a07f13 Fix TimeCallback used by BoringSSL. by deadbeef · 8 years ago
  28. fe69a74 Making ContinueSSL synchronously set the state to "open". by Taylor Brandstetter · 8 years ago
  29. 89824f6 Relanding: Allow the DTLS fingerprint verification to occur after the handshake. by deadbeef · 8 years ago
  30. 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
  31. 042041b Allow the DTLS fingerprint verification to occur after the handshake. by Taylor Brandstetter · 8 years ago
  32. d82eee0 Log how often DTLS negotiation failed because of incompatible ciphersuites. by zhihuang · 8 years ago
  33. c8762a8 Remove StartSSLWithServer from SSLStreamAdapter. by Taylor Brandstetter · 8 years ago
  34. cb56065 Add support for GCM cipher suites from RFC 7714. by jbauch · 8 years ago
  35. d685fef Use the new API to set the BoringSSL time callback. by deadbeef · 8 years ago
  36. 4f0dfbd Change initial DTLS retransmission timer from 1 second to 50ms. by Taylor Brandstetter · 8 years ago
  37. 5d97a9a Adding more detail to MessageQueue::Dispatch logging. by Taylor Brandstetter · 8 years ago
  38. 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
  39. 1e43562 Change initial DTLS retransmission timer from 1 second to 50ms. by Taylor Brandstetter · 8 years ago
  40. 555604a Replace scoped_ptr with unique_ptr in webrtc/base/ by jbauch · 8 years ago
  41. aad6780 Protect some cipher suites with ifdefs for legacy openssl compatibility. by torbjorng · 8 years ago
  42. b4d01c4 A bunch of interfaces: Return scoped_ptr<SSLCertificate> by kwiberg · 8 years ago
  43. b252856 Remove all uses of the HAVE_CONFIG_H define. by Henrik Kjellander · 8 years ago
  44. 60d5f3f Don't override curve preferences in BoringSSL. by David Benjamin · 8 years ago
  45. 9adc91d Revert of Remove code interfacing legacy openssl. (patchset #3 id:40001 of https://codereview.webrtc.org/1808763002/ ) by Torbjorn Granlund · 8 years ago
  46. 4cd331b Remove code interfacing legacy openssl. by torbjorng · 8 years ago
  47. d44c077 Revert of Safe numeric library: base/numerics (copied from Chromium) (patchset #11 id:250001 of https://codereview.webrtc.org/1753293002/ ) by Tommi · 8 years ago
  48. 43166b8 Add IsAcceptableCipher, use instead of GetDefaultCipher. by torbjorng · 8 years ago
  49. de1c81b Safe numeric library added: base/numerics (copied from Chromium) by hbos · 8 years ago
  50. 4cc9f98 Fix bug 574524: DtlsTransportChannel crashes after SSL closes remotely by guoweis · 8 years ago
  51. 79a5a83 Adapt to boringssl's new defaults. by torbjorng · 9 years ago
  52. 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
  53. 31c8d2e Update with new default boringssl no-aes cipher suites. Re-enable tests. by Torbjorn Granlund · 9 years ago
  54. a7446d2 Change DTLS default from 1.0 to 1.2 for webrtc. by Guo-wei Shieh · 9 years ago
  55. efb047d Compilation failed with openssl. by guoweis · 9 years ago
  56. 521ed7b Reland Convert internal representation of Srtp cryptos from string to int by Guo-wei Shieh · 9 years ago
  57. 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
  58. 2764e10 Convert internal representation of Srtp cryptos from string to int. by guoweis · 9 years ago
  59. c073615 Update references to TLS1_CK_ECDHE_RSA_CHACHA20_POLY1305, etc. by davidben · 9 years ago
  60. a41ab93 Switch usage of _DEBUG macro to NDEBUG. by tfarina · 9 years ago
  61. 0c4e06b Use suffixed {uint,int}{8,16,32,64}_t types. by Peter Boström · 9 years ago
  62. 6caafbe Convert uint16_t to int for WebRTC cipher/crypto suite. by Guo-wei Shieh · 9 years ago
  63. 42b4faa Fix a build issue when use external OpenSSL. by Guo-wei Shieh · 9 years ago
  64. 456696a Reland Change WebRTC SslCipher to be exposed as number only by Guo-wei Shieh · 9 years ago
  65. 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
  66. 4fe3c9a Change WebRTC SslCipher to be exposed as number only. by guoweis · 9 years ago
  67. 07d0936 Purge nss files and dependencies. by torbjorng · 9 years ago
  68. 9eb1365 Revert of purge nss files and dependencies (patchset #1 id:1 of https://codereview.webrtc.org/1313233005/ ) by deadbeef · 9 years ago
  69. 5647a2c purge nss files and dependencies by torbjorng · 9 years ago
  70. b6d4ec4 Support generation of EC keys using P256 curve and support ECDSA certs. by Torbjorn Granlund · 9 years ago
  71. f4baca5 Set mtu for DTLS to 1280 by Henrik Lundin · 9 years ago
  72. a398020 SSL_set_read_ahead no longer needed with BoringSSL. by Joachim Bauch · 9 years ago
  73. 831c558 Allow setting maximum protocol version for SSL stream adapters. by Joachim Bauch · 9 years ago
  74. 5ca688b Enable read-ahead on OpenSSL DTLS stream adapters. by Joachim Bauch · 9 years ago
  75. f7bb6e7 Use new API from BoringSSL to get RFC name of cipher. by pthatcher@webrtc.org · 9 years ago
  76. 3ee4fe5 Re-land: Add API to get negotiated SSL ciphers by pthatcher@webrtc.org · 9 years ago
  77. 2bf0e90 Revert 8275 "This CL adds an API to the SSL stream adapters and ..." by tommi@webrtc.org · 9 years ago
  78. 1d11c82 This CL adds an API to the SSL stream adapters and transport channels to get the SSL cipher that was negotiated with the remote peer. by pthatcher@webrtc.org · 9 years ago
  79. 36d5c3c Leave BIO_METHOD non-const. by davidben@webrtc.org · 10 years ago
  80. c10ecea Always tag SRTP_PROTECTION_PROFILE and BIO_METHOD as const. by henrike@webrtc.org · 10 years ago
  81. d89b69a Fix WebRTC Win64 + BoringSSL build. by henrike@webrtc.org · 10 years ago
  82. f1d751c Call SSL_shutdown in OpenSSLStreamAdapter::Cleanup. by jiayl@webrtc.org · 10 years ago
  83. 37e1846 Revert "Call SSL_shutdown in OpenSSLStreamAdapter::Cleanup." (rev 7293). by andresp@webrtc.org · 10 years ago
  84. fe1eafb Call SSL_shutdown in OpenSSLStreamAdapter::Cleanup. by jiayl@webrtc.org · 10 years ago
  85. c569a49 Unit tests for SSLAdapter by tkchin@webrtc.org · 10 years ago
  86. 11c6bde Specify an ECDH group for ECDHE. by jiayl@webrtc.org · 10 years ago
  87. 4e5f65a Rebase webrtc/base with r6345 version of talk/base: by henrike@webrtc.org · 10 years ago
  88. 14abcc7 libvpx's UNUSED macro conflicts with webrtc/base's. Added missing include of assert.h. Globally defined function "Unused" in talk/base and its copy (webrtc/base) is causing a conflict. by henrike@webrtc.org · 10 years ago
  89. f048872 Adds a modified copy of talk/base to webrtc/base. It is the first step in by henrike@webrtc.org · 10 years ago
  90. e9a604a Revert 6107 "Adds a modified copy of talk/base to webrtc/base. I..." by perkj@webrtc.org · 10 years ago
  91. 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 · 10 years ago