# HG changeset patch # User Kai Engert # Date 1486667455 -3600 # Thu Feb 09 20:10:55 2017 +0100 # Node ID 29858a467f45b3964c7403ab4e41daf5c5bc18ad # Parent 867f6176020d098a5c069bf43f06ef5c68e4c3cd Bug 1334976, use a new attribute in the builtins root CA list, to distinguish between Mozilla policy CAs and other CAs, code changes, r=rrelyea diff --git a/lib/util/pkcs11n.h b/lib/util/pkcs11n.h --- a/lib/util/pkcs11n.h +++ b/lib/util/pkcs11n.h @@ -93,6 +93,8 @@ #define CKA_NSS_JPAKE_X2 (CKA_NSS + 32) #define CKA_NSS_JPAKE_X2S (CKA_NSS + 33) +#define CKA_NSS_MOZILLA_CA_POLICY (CKA_NSS + 34) + /* * Trust attributes: *