From dbadd5da6ccbb17ec5c4bbb142fdc244b4903bfb Mon Sep 17 00:00:00 2001 From: Kai Engert Date: Thu, 2 Feb 2017 16:01:01 +0100 Subject: Support loading new NSS attribute CKA_NSS_MOZILLA_CA_POLICY from .p11-kit files. See also NSS bug https://bugzilla.mozilla.org/show_bug.cgi?id=1334976 and p11-kit bug https://bugs.freedesktop.org/show_bug.cgi?id=99453 --- trust/persist.c | 1 + 1 file changed, 1 insertion(+) (limited to 'trust/persist.c') diff --git a/trust/persist.c b/trust/persist.c index de827a6..63a531e 100644 --- a/trust/persist.c +++ b/trust/persist.c @@ -200,6 +200,7 @@ format_bool (CK_ATTRIBUTE *attr, case CKA_HAS_RESET: case CKA_COLOR: case CKA_X_DISTRUSTED: + case CKA_NSS_MOZILLA_CA_POLICY: break; default: return false; -- cgit v1.1