1. 3554889 Relanding: Allow the DTLS fingerprint verification to occur after the handshake. by deadbeef · 8 years ago
  2. 779690e 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
  3. 3e056c9 Allow the DTLS fingerprint verification to occur after the handshake. by Taylor Brandstetter · 8 years ago
  4. 079c4a8 Remove StartSSLWithServer from SSLStreamAdapter. by Taylor Brandstetter · 9 years ago
  5. 4443dc4 Add support for GCM cipher suites from RFC 7714. by jbauch · 9 years ago
  6. 44dc40f Enable -Winconsistent-missing-override flag. by nisse · 9 years ago
  7. 1286d0e Replace scoped_ptr with unique_ptr in webrtc/base/ by jbauch · 9 years ago
  8. b137c21 A bunch of interfaces: Return scoped_ptr<SSLCertificate> by kwiberg · 9 years ago
  9. ff610de SSLCertificate::GetChain: Return scoped_ptr by kwiberg · 9 years ago
  10. dea3f23 Add IsAcceptableCipher, use instead of GetDefaultCipher. by torbjorng · 9 years ago
  11. 73a89e6 Roll chromium_revision 508edd3..35d57a0 (379249:379535) by kjellander · 9 years ago
  12. 7209fea Adapt to boringssl's new defaults. by torbjorng · 9 years ago
  13. c8d0d44 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
  14. 47ae718 Update with new default boringssl no-aes cipher suites. Re-enable tests. by Torbjorn Granlund · 9 years ago
  15. 98836c0 Remove DISABLED_ON_ macros. by Peter Boström · 9 years ago
  16. dddcc09 Roll chromium_revision 1b6c421..db567a8 (365999:366304) by kjellander · 9 years ago
  17. bfdf444 Provide method for returning certificate expiration time stamp. by Torbjorn Granlund · 9 years ago
  18. 0e34004 Re-enable mistakenly disabled PEM tests. Misc cleanup and alignment fixes. by torbjorng · 9 years ago
  19. 8448fcf Fix DTLS packet boundary handling in SSLStreamAdapterTests. by jbauch · 9 years ago
  20. 838c3b5 Reland Convert internal representation of Srtp cryptos from string to int by Guo-wei Shieh · 9 years ago
  21. 0eaad21 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
  22. 279937b Convert internal representation of Srtp cryptos from string to int. by guoweis · 9 years ago
  23. 51b05ee Provide RSA2048 as per RFC by torbjorng · 9 years ago
  24. ce47fe9 Revert of Provide RSA2048 as per RFC (patchset #9 id:200001 of https://codereview.webrtc.org/1329493005/ ) by torbjorng · 9 years ago
  25. 951c137 provide RSA2048 as per RFC by torbjorng · 9 years ago
  26. 07e22e6 Use suffixed {uint,int}{8,16,32,64}_t types. by Peter Boström · 9 years ago
  27. 82d2585 Convert uint16_t to int for WebRTC cipher/crypto suite. by Guo-wei Shieh · 9 years ago
  28. 5acc8ec Reland Change WebRTC SslCipher to be exposed as number only by Guo-wei Shieh · 9 years ago
  29. 0b46437 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
  30. fdaf31f Change WebRTC SslCipher to be exposed as number only. by guoweis · 9 years ago
  31. 2237919 Purge nss files and dependencies. by torbjorng · 9 years ago
  32. 582ccef Roll chromium_revision a28d8d5..5482f56 (346100:347609) by Henrik Kjellander · 9 years ago
  33. 22fd889 Revert of purge nss files and dependencies (patchset #1 id:1 of https://codereview.webrtc.org/1313233005/ ) by deadbeef · 10 years ago
  34. a5218e4 purge nss files and dependencies by torbjorng · 10 years ago
  35. 558f029 Support generation of EC keys using P256 curve and support ECDSA certs. by Torbjorn Granlund · 10 years ago
  36. 1bb60c8 Allow setting maximum protocol version for SSL stream adapters. by Joachim Bauch · 10 years ago
  37. 2fb6991 Re-land: Add API to get negotiated SSL ciphers by pthatcher@webrtc.org · 10 years ago
  38. 1a563f2 Revert 8275 "This CL adds an API to the SSL stream adapters and ..." by tommi@webrtc.org · 10 years ago
  39. 34d85f9 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 · 10 years ago
  40. 9a45779 Disable TestDTLSConnectWithSmallMtu on all platforms. by pbos@webrtc.org · 10 years ago
  41. 6f20836 Initialize SSL in unittest_main.cc. by pbos@webrtc.org · 10 years ago
  42. 3673486 Call SSL_shutdown in OpenSSLStreamAdapter::Cleanup. by jiayl@webrtc.org · 10 years ago
  43. 28743aa Revert "Call SSL_shutdown in OpenSSLStreamAdapter::Cleanup." (rev 7293). by andresp@webrtc.org · 10 years ago
  44. ddf9c22 Call SSL_shutdown in OpenSSLStreamAdapter::Cleanup. by jiayl@webrtc.org · 10 years ago
  45. a127c95 base: disabled several base tests on Mac so that rtc_unittests can be turned back on by henrike@webrtc.org · 10 years ago
  46. 47be73b Adds a modified copy of talk/base to webrtc/base. It is the first step in by henrike@webrtc.org · 11 years ago
  47. 50daa53 Revert 6107 "Adds a modified copy of talk/base to webrtc/base. I..." by perkj@webrtc.org · 11 years ago
  48. 04e6703 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