Chromium Code Reviews

Unified Diff: webrtc/base/opensslidentity.h

Issue 1468273004: Provide method for returning certificate expiration timestamp. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Fix type typo in last change Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: webrtc/base/opensslidentity.h
diff --git a/webrtc/base/opensslidentity.h b/webrtc/base/opensslidentity.h
index f957ef228823df8f796354c84dc5346cd5d836fd..c8aa69a76eee5551b6ddd748bc23c0fb2d630c82 100644
--- a/webrtc/base/opensslidentity.h
+++ b/webrtc/base/opensslidentity.h
@@ -87,6 +87,8 @@ class OpenSSLCertificate : public SSLCertificate {
bool GetSignatureDigestAlgorithm(std::string* algorithm) const override;
bool GetChain(SSLCertChain** chain) const override;
+ int64_t CertificateExpirationTime() const override;
+
private:
void AddReference() const;

Powered by Google App Engine