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

SSLSessionContext should be accessible from SSLContext

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P3 P3
    • 1.4.0
    • 1.4.0
    • security-libs
    • None
    • beta2
    • generic
    • generic

        A SSLSessionContext is a grouping of SSLSessions associated
        with a single entity For example, it could be associated with
        a server or client who participates in many sessions concurrently.

        Logically, the SSLSessionContext must be accessible from a
        SSLContext, since the SSLContext holds all of the state information
        shared across all sockets created under that context, including the session
        state information.

        Using the JSSE API a SSLSessionContext can be obtained from a SSLSession
        with a call on getSessionContext() method where, the SSLSession is
        obtained from a SSLSocket.

        The following proposal is for adding two new methods to the SSLContext class, to obtain the SSLSessionContexts associated with the client and the server.
         

              jhangalsunw Jayalaxmi Hangal (Inactive)
              jhangalsunw Jayalaxmi Hangal (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved:
                Imported:
                Indexed: