-
Bug
-
Resolution: Unresolved
-
Normal
-
None
-
rhel-9.0.0
-
None
-
Low
-
rhel-sst-security-crypto
-
ssg_security
-
None
-
False
-
-
None
-
None
-
None
-
None
-
If docs needed, set a value
-
-
Unspecified
-
None
In 2019, a mechanism has been added to NSS to assert time-based distrust of CA certificates through special PKCS#11 attribute values: CKA_NSS_
{SERVER,EMAIL}_DISTRUST_AFTER, which forbid the use of certificates issued by the CA after that time:
https://wiki.mozilla.org/CA/Additional_Trust_Changes#Distrust_After
Since then these attributes are being used for CAs such as TrustCor:
https://bugzilla.mozilla.org/show_bug.cgi?id=1803453
As GnuTLS also uses PKCS#11 trust store, it should respect these attributes and distrust the certificates based on that information.