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

Unified Diff: nss/lib/libpkix/include/pkix_pl_pki.h

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
« no previous file with comments | « nss/lib/freebl/win_rand.c ('k') | nss/lib/libpkix/pkix/certsel/pkix_certselector.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: nss/lib/libpkix/include/pkix_pl_pki.h
===================================================================
--- nss/lib/libpkix/include/pkix_pl_pki.h (revision 256695)
+++ nss/lib/libpkix/include/pkix_pl_pki.h (working copy)
@@ -1269,6 +1269,9 @@
* Must be non-NULL.
* "nameConstraints"
* Address of CertNameConstraints that need to be satisfied.
+ * "treatCommonNameAsDNSName"
+ * PKIX_TRUE if the subject common name should be considered a dNSName
+ * when evaluating name constraints.
* "plContext"
* Platform-specific context pointer.
* THREAD SAFETY:
@@ -1282,6 +1285,7 @@
PKIX_PL_Cert_CheckNameConstraints(
PKIX_PL_Cert *cert,
PKIX_PL_CertNameConstraints *nameConstraints,
+ PKIX_Boolean treatCommonNameAsDNSName,
void *plContext);
/*
@@ -1511,7 +1515,7 @@
* explicitly untrustworthy, explicitly configured trust anchors
* MAY be ignored/rejected.
*/
- PKIX_PL_TrustAnchorMode_Exclusive,
+ PKIX_PL_TrustAnchorMode_Exclusive
} PKIX_PL_TrustAnchorMode;
/*
« no previous file with comments | « nss/lib/freebl/win_rand.c ('k') | nss/lib/libpkix/pkix/certsel/pkix_certselector.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698