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

Document the "Default" SSLContext protocol in the Standard Algorithm Names specification

XMLWordPrintable

    • Icon: CSR CSR
    • Resolution: Unresolved
    • Icon: P4 P4
    • None
    • security-libs
    • None
    • minimal
    • Java API
    • SE

      Summary

      Document the "Default" SSLContext protocol in the Standard Algorithm Names specification

      Problem

      SSLContext.getDefault says that "Default" is used as the protocol name, but this is not listed as one of the standard protocols in the SSLContext section of the Standard Algorithm Names specification. This is an oversight and we should add it since it is part of the SSLContext API specification.

      Solution

      Add "Default" as one of the standard names in the SSLContext section of the Standard Algorithm Names specification.

      Specification

      Add the following row to the SSLContext table in the Standard Algorithm Names specification (columns are in boldface):

      Algorithm Name

      Default

      Description

      Supports some version of TLS; may support other SSL/TLS versions. The SSLContext is initialized with a provider-specific default KeyManager, TrustManager, and SecureRandom.

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

              Created:
              Updated: