-
Bug
-
Resolution: Fixed
-
P2
-
6u10
-
b32
-
x86
-
windows_xp
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2199325 | 7 | Dennis Gu | P2 | Resolved | Fixed | b64 |
This is part of pre-trusted certificate RFE (6569795).
If the certificate is in our pre-trusted list, it will be automcatically trusted and stored in user's trusted keystore, we need to find a way to revoke it if the key is lost or any other reason.
If revocation check (OCSP and CRL) is not enabled by user, we won't be able to do that, so we have to do revocation check (OCSP and CRL) weekly automatically for those pre-trusted certificate.
If the certificate is in our pre-trusted list, it will be automcatically trusted and stored in user's trusted keystore, we need to find a way to revoke it if the key is lost or any other reason.
If revocation check (OCSP and CRL) is not enabled by user, we won't be able to do that, so we have to do revocation check (OCSP and CRL) weekly automatically for those pre-trusted certificate.
- backported by
-
JDK-2199325 Revocation check for pre-trusted certificate only first time
- Resolved