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; |
/* |