Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8042967 Add variant of DSA Signature algorithms that do not ASN.1 encode the signature bytes
  3. JDK-8177080

Release Note: Add variant of DSA Signature algorithms that do not ASN.1 encode the signature bytes

XMLWordPrintable

    • Verified

      A non-ASN.1 encoded form for DSA and ECDSA signatures has been implemented. This new signature output format concatenates the r and s values from the signature in conformance with IEEE P1363. Signature objects using this format must provide one of the following algorithm Strings to the Signature.getInstance() method:

      For DSA:
      NONEwithDSAinP1363Format
      SHA1withDSAinP1363Format
      SHA224withDSAinP1363Format
      SHA256withDSAinP1363Format
       
      For ECDSA:
      NONEwithECDSAinP1363Format
      SHA1withECDSAinP1363Format
      SHA224withECDSAinP1363Format
      SHA256withECDSAinP1363Format
      SHA384withECDSAinP1363Format
      SHA512withECDSAinP1363Format

            jnimeh Jamil Nimeh
            jnimeh Jamil Nimeh
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: