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

Unified Diff: net/cert/internal/trust_store_nss.h

Issue 2535733003: pki library: Add CertIssuerSourceNSS that retrieves intermediate certs from NSS. (Closed)
Patch Set: review changes Created 4 years, 1 month 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
Index: net/cert/internal/trust_store_nss.h
diff --git a/net/cert/internal/trust_store_nss.h b/net/cert/internal/trust_store_nss.h
index 997ec2f5abe280b28eee0be6aa4d745033ddd8c5..760d49953c20d4a2626f6cead9413b07bdc2d2a0 100644
--- a/net/cert/internal/trust_store_nss.h
+++ b/net/cert/internal/trust_store_nss.h
@@ -15,10 +15,6 @@ namespace net {
// TrustStoreNSS is an implementation of TrustStore which uses NSS to find trust
// anchors for path building.
-// TODO(mattm): also implement CertIssuerSource to return intermediates in NSS
-// DB? Or have a separate CertIssuerSourceNSS for that? (implementing both in
-// the same class could be more efficient with some caching/etc. Need to be
-// careful about caching between different pathbuilder instances though.)
class NET_EXPORT TrustStoreNSS : public TrustStore {
public:
// Creates a TrustStoreNSS which will find anchors that are trusted for
« no previous file with comments | « net/cert/internal/cert_issuer_source_sync_unittest.h ('k') | net/data/cert_issuer_source_static_unittest/c1.pem » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698