Sign in
webrtc
/
src.git
/
40889f35fcd36979fdd466be9ea36beb63a3d5a5
/
rtc_base
/
openssl_identity.cc
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/opensslidentity.cc]
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
82c71af
Revert "Modernize rtc::SSLCertificate"
by Niklas Enbom
· 6 years ago
55cd3ac
Modernize rtc::SSLCertificate
by Steve Anton
· 6 years ago
918f50c
Use absl::make_unique and absl::WrapUnique directly
by Karl Wiberg
· 7 years ago
665174f
Reformat the WebRTC code base
by Yves Gerey
· 7 years ago
a041f92
Removing warning suppression flags from rtc_base.
by Mirko Bonadei
· 7 years ago
d6f86e8
This changeset adds dependency injection support for SSL Root Certs.
by Benjamin Wright
· 7 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
e062385
Avoid to unconditionally include rtc_base/win32.h.
by Mirko Bonadei
· 7 years ago
addc380
Change some SSL logging to use DLOG
by Jonas Olsson
· 7 years ago
ea84b6b
Fix OpenSSLIdentity::GetReference.
by David Benjamin
· 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
92ea95e
Fixing WebRTC after moving from src/webrtc to src/
by Mirko Bonadei
· 8 years ago
bb54720
Moving src/webrtc into src/.
by Mirko Bonadei
· 8 years ago
[Renamed from webrtc/rtc_base/opensslidentity.cc]
e96c45b
Reland "Update includes for webrtc/{base => rtc_base} rename (3/3)"
by kjellander
· 8 years ago
0072511
Revert "Update includes for webrtc/{base => rtc_base} rename (3/3)"
by Henrik Kjellander
· 8 years ago
f1c5ebf
Update includes for webrtc/{base => rtc_base} rename (3/3)
by kjellander
· 8 years ago
c036276
Reland "Move webrtc/{base => rtc_base}" (https://codereview.webrtc.org/2877023002)
by Henrik Kjellander
· 8 years ago
[Renamed from webrtc/base/opensslidentity.cc]
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]
6776518
Move webrtc/{base => rtc_base}
by Henrik Kjellander
· 8 years ago
[Renamed from webrtc/base/opensslidentity.cc]
37f5ecf
Replace NULL with nullptr or null in webrtc/base/.
by deadbeef
· 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
ede5da4
Replace ASSERT by RTC_DCHECK in all non-test code.
by nisse
· 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
6b470a9
RTCCertificate serialization.
by hbos
· 9 years ago
555604a
Replace scoped_ptr with unique_ptr in webrtc/base/
by jbauch
· 9 years ago
1d846b2
This CL addresses late feedback on https://codereview.webrtc.org/1683193003/
by Torbjorn Granlund
· 9 years ago
f816035
Move to x509 v3 as required by the WebRTC draft.
by torbjorng
· 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
f5d4786
SSLCertificate::GetChain: Return scoped_ptr
by kwiberg
· 9 years ago
e8dc081
Implement certificate lifetime parameter as required by WebRTC RFC.
by torbjorng
· 9 years ago
46c9cc0
Provide method for returning certificate expiration time stamp.
by Torbjorn Granlund
· 9 years ago
a41ab93
Switch usage of _DEBUG macro to NDEBUG.
by tfarina
· 9 years ago
4e57247
Provide RSA2048 as per RFC
by torbjorng
· 9 years ago
335204c
Revert of Provide RSA2048 as per RFC (patchset #9 id:200001 of https://codereview.webrtc.org/1329493005/ )
by torbjorng
· 9 years ago
0df3eb0
provide RSA2048 as per RFC
by torbjorng
· 9 years ago
b6d4ec4
Support generation of EC keys using P256 curve and support ECDSA certs.
by Torbjorn Granlund
· 10 years ago
770cc38
Don't call CRYPTO_add in BoringSSL.
by Jiayang Liu
· 10 years ago
1b794d5
Switch to use SHA-256 for certificates / fingerprints.
by Joachim Bauch
· 10 years ago
01aeaee
Fix GetSignatureDigestAlgorithm for openssl to prepare for EC key switch.
by JiaYang (佳扬) Liu
· 10 years ago
9478437
rtc::Buffer improvements
by Karl Wiberg
· 10 years ago
67186fe
Fix clang style warnings in webrtc/base
by kwiberg@webrtc.org
· 10 years ago
a5b7869
Add CHECK and friends from Chromium.
by andrew@webrtc.org
· 11 years ago
f048872
Adds a modified copy of talk/base to webrtc/base. It is the first step in
by henrike@webrtc.org
· 11 years ago
e9a604a
Revert 6107 "Adds a modified copy of talk/base to webrtc/base. I..."
by perkj@webrtc.org
· 11 years ago
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