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

Better JSSE configuration mechanisms

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P3 P3
    • 6
    • 6
    • security-libs
    • None
    • beta
    • generic
    • generic

      The JSSE configuration mechanisms are lacking:

       . the Sun JSSE provider has a default SSL context, but it is only indirectly via the SSL socket factories. This means that it is not possible to create SSLEngines using the default context, determine the Provider of the default context, etc.

       . the default SSL context can only be configured via system properties, which is inherently inflexible

       . the individual SSL connection parameters must be set and retrieved by calling multiple methods, which makes it more complicated to pass them between different components.

            andreas Andreas Sterbenz
            andreas Andreas Sterbenz
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: