SSLSessionContext should be accessible from SSLContext

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Fixed
    • Priority: P3
    • 1.4.0
    • Affects Version/s: 1.4.0
    • Component/s: 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.
         

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

                Created:
                Updated:
                Resolved:
                Imported:
                Indexed: