You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My error logs indicate that occasionally, ncp11 is asked to match certs against a template that sets CKA_CLASS to CKO_NSS_CRL. Right now, ncp11 expects CKA_CLASS to always be either CKO_CERTIFICATE or CKO_NSS_TRUST, so it generates a warning (Template contains unknown CKA_CLASS 3461563217) in the error log. AFAICT the warning is harmless (ncp11 returns an empty list of objects, which is the correct behavior), but we should still fix it since it adds noise to the error logs.
The text was updated successfully, but these errors were encountered:
My error logs indicate that occasionally, ncp11 is asked to match certs against a template that sets
CKA_CLASS
toCKO_NSS_CRL
. Right now, ncp11 expectsCKA_CLASS
to always be eitherCKO_CERTIFICATE
orCKO_NSS_TRUST
, so it generates a warning (Template contains unknown CKA_CLASS 3461563217
) in the error log. AFAICT the warning is harmless (ncp11 returns an empty list of objects, which is the correct behavior), but we should still fix it since it adds noise to the error logs.The text was updated successfully, but these errors were encountered: