Index: mozilla/security/nss/lib/certhigh/certvfypkix.c |
=================================================================== |
--- mozilla/security/nss/lib/certhigh/certvfypkix.c (revision 180567) |
+++ mozilla/security/nss/lib/certhigh/certvfypkix.c (working copy) |
@@ -1711,6 +1711,13 @@ |
} |
break; |
+ case cert_pi_useOnlyTrustAnchors: |
+ error = |
+ PKIX_ProcessingParams_SetUseOnlyTrustAnchors(procParams, |
+ (PRBool)(param->value.scalar.b != 0), |
+ plContext); |
+ break; |
+ |
default: |
PORT_SetError(errCode); |
r = SECFailure; |