Uploaded image for project: 'Santuario'
  1. Santuario
  2. SANTUARIO-604

Use PSSParameterSpec for RSASSA-PSS without parameters SignatureMethod URIs

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • Java 3.0.2, Java 2.3.3
    • Java 3.0.3, Java 2.3.4
    • Java
    • None

    Description

      Currently, the RSASSA-PSS w/o parameter algorithms defined in RFC 9231 are supported by instantiating Signature objects using algorithms like "SHA256withRSAandMGF1". BouncyCastle supports these algorithms using these names, but the JDK does not.

      A more compatible solution is to instantiate the Signature objects with "RSASSA-PSS" and pass in an appropriate PSSParameterSpec with the default values as specified by RFC 9231.

      Support for the SHA-3 variants of these algorithms will also be added.

      Attachments

        Issue Links

          Activity

            People

              mullan Sean Mullan
              mullan Sean Mullan
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: