aboutsummaryrefslogtreecommitdiff
path: root/webrtc/base/rtccertificate.h
AgeCommit message (Collapse)Author
2015-12-09RTCCertificate::Expires() and ::HasExpired() implemented using ↵hbos
SSLCertificate::CertificateExpirationTime(). This is a re-upload of https://codereview.webrtc.org/1494103003 which was reverted and now re-landing. BUG=chromium:544894 Review URL: https://codereview.webrtc.org/1511753003 Cr-Commit-Position: refs/heads/master@{#10951}
2015-12-08Revert of RTCCertificate::Expires() and ::HasExpired() implemented (patchset ↵hbos
#5 id:140001 of https://codereview.webrtc.org/1494103003/ ) Reason for revert: RTCCertificate's expires_timestamp_ns was renamed to Expires but the old function is still used in one place in Chromium... https://uberchromegw.corp.google.com/i/chromium.webrtc.fyi/builders/Mac%20Builder/builds/7405 Original issue's description: > RTCCertificate::Expires() and ::HasExpired() implemented using SSLCertificate::CertificateExpirationTime(). > > NOPRESUBMIT=true > BUG=chromium:544894 > > Committed: https://crrev.com/20ef654174e245b3a06c9e9045bb97be9acd90cf > Cr-Commit-Position: refs/heads/master@{#10930} TBR=torbjorng@webrtc.org,hta@webrtc.org,kjellander@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=chromium:544894 Review URL: https://codereview.webrtc.org/1506883005 Cr-Commit-Position: refs/heads/master@{#10933}
2015-12-08RTCCertificate::Expires() and ::HasExpired() implemented using ↵hbos
SSLCertificate::CertificateExpirationTime(). NOPRESUBMIT=true BUG=chromium:544894 Review URL: https://codereview.webrtc.org/1494103003 Cr-Commit-Position: refs/heads/master@{#10930}
2015-10-07Use suffixed {uint,int}{8,16,32,64}_t types.Peter Boström
Removes the use of uint8, etc. in favor of uint8_t. BUG=webrtc:5024 R=henrik.lundin@webrtc.org, henrikg@webrtc.org, perkj@webrtc.org, solenberg@webrtc.org, stefan@webrtc.org, tina.legrand@webrtc.org Review URL: https://codereview.webrtc.org/1362503003 . Cr-Commit-Position: refs/heads/master@{#10196}
2015-08-20Adds RTCCertificate, a reference counted object indirectly owning an ↵Henrik Boström
SSLCertificate (by owning the SSLIdentity). BUG=webrtc:4927 R=tommi@chromium.org, tommi@webrtc.org, torbjorng@webrtc.org Review URL: https://codereview.webrtc.org/1299223002 . Cr-Commit-Position: refs/heads/master@{#9741}