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