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

Unified Diff: nss/lib/libpkix/pkix/params/pkix_trustanchor.c

Issue 195763027: Update NSS to NSS_3_16_RC0. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/nss/
Patch Set: Use the RTM tag Created 6 years, 9 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: nss/lib/libpkix/pkix/params/pkix_trustanchor.c
===================================================================
--- nss/lib/libpkix/pkix/params/pkix_trustanchor.c (revision 256695)
+++ nss/lib/libpkix/pkix/params/pkix_trustanchor.c (working copy)
@@ -369,8 +369,12 @@
anchor->caName = NULL;
anchor->caPubKey = NULL;
- anchor->nameConstraints = NULL;
+ PKIX_CHECK(PKIX_PL_Cert_GetNameConstraints
+ (anchor->trustedCert, &anchor->nameConstraints, plContext),
+ PKIX_CERTGETNAMECONSTRAINTSFAILED);
+
+
*pAnchor = anchor;
anchor = NULL;
« no previous file with comments | « nss/lib/libpkix/pkix/checker/pkix_nameconstraintschecker.c ('k') | nss/lib/libpkix/pkix_pl_nss/pki/pkix_pl_cert.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698