Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(357)

Unified Diff: net/cert/x509_util_openssl.h

Issue 2682413003: Add a CRYPTO_BUFFER_POOL to SSLClientSocketImpl. (Closed)
Patch Set: Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | net/cert/x509_util_openssl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/cert/x509_util_openssl.h
diff --git a/net/cert/x509_util_openssl.h b/net/cert/x509_util_openssl.h
index b735c1ac21afd771bef9dd36fac9bceb849e4697..791abaf580b2cdb4405a6dfb657a292db0629b5f 100644
--- a/net/cert/x509_util_openssl.h
+++ b/net/cert/x509_util_openssl.h
@@ -51,6 +51,9 @@ bool NET_EXPORT ParseDate(ASN1_TIME* x509_time, base::Time* time);
// after the first call to this function.
bool NET_EXPORT GetDER(X509* x509, base::StringPiece* out_der);
+// Returns a CRYPTO_BUFFER_POOL for deduplicating certificates.
+CRYPTO_BUFFER_POOL* GetBufferPool();
+
} // namespace x509_util
} // namespace net
« no previous file with comments | « no previous file | net/cert/x509_util_openssl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698