Uploaded image for project: 'WSS4J'
  1. WSS4J
  2. WSS-278

verifyTrust in Crypto should use CRLs as well

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.6
    • 1.6.1
    • WSS4J Core
    • None
    • all

    Description

      The trust chain is validated without checking the CRLs. It is done this way, because Merlin does not check the CRLs as well. But it could be done by using CertPathValidator with proper parameters:
      java.security.cert.PKIXParameters params = new java.security.cert.PKIXParameters(...);
      params.setRevocationEnabled(true);

      It would be nice, if th verifyTrust-Method in Crypto would provide the functionality of checking the CRLs. Or a new method (validateTrustWithCRLs(...) ?) would be created.

      Attachments

        Activity

          People

            coheigea Colm O hEigeartaigh
            marcin.markiewicz Marcin Markiewicz
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: