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

Unified Diff: net/cert/cert_verify_proc_nss.cc

Issue 18121007: *WIP* Store NSS slots per profile. Move keygen to chrome. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 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
Index: net/cert/cert_verify_proc_nss.cc
diff --git a/net/cert/cert_verify_proc_nss.cc b/net/cert/cert_verify_proc_nss.cc
index 8a3097004d48288aeee0d9ec773c457f6f30e0d6..90876c83d562cb707f000e925dace8009c023db8 100644
--- a/net/cert/cert_verify_proc_nss.cc
+++ b/net/cert/cert_verify_proc_nss.cc
@@ -459,6 +459,7 @@ SECStatus PKIXVerifyCert(CERTCertificate* cert_handle,
in_param.type = cert_pi_end;
cvin.push_back(in_param);
+ // XXX can't specify slots here
Ryan Sleevi 2013/06/28 17:01:59 Curious what/why you mentioned this?
mattm 2013/09/12 21:46:32 Was just looking at places that would care about u
SECStatus rv = CERT_PKIXVerifyCert(cert_handle, certificateUsageSSLServer,
&cvin[0], cvout, NULL);
if (rv != SECSuccess) {

Powered by Google App Engine
This is Rietveld 408576698