Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8269272

Add a TLS test with RSA PKCS#1 support

XMLWordPrintable

      We could have a TLS Test with RSA PKCS#1 format support. It is unsure the TLS Tests available uses PKCS#1 format but as per comment in few of SSL*Template.java it uses PKCS#8 format.

      Here is a way to identify format. Similar header applicable to PublicKey too.
      PKCS1 private key (unencrypted) in PEM looks like: -----BEGIN RSA PRIVATE KEY-----
      The same key in PKCS8 unencrypted: -----BEGIN PRIVATE KEY-----

            mdonovan Matthew Donovan
            ssahoo Sibabrata Sahoo (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: