You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by "Vinod Panicker (JIRA)" <ji...@apache.org> on 2005/06/01 09:21:52 UTC

[jira] Created: (DIRMINA-48) SSLFilter should expose SSLSession

SSLFilter should expose SSLSession
----------------------------------

         Key: DIRMINA-48
         URL: http://issues.apache.org/jira/browse/DIRMINA-48
     Project: Directory MINA
        Type: Improvement
    Versions: 0.7.2, 0.9    
 Environment: All
    Reporter: Vinod Panicker
 Assigned to: Trustin Lee 


The SSLFilter could also expose the SSLSession object.  This is especially necessary when the server needs to determine the client credentials after a successful client/mutual authentication.

Workaround : the SSLFilter can set this object as a session attribute, which can be retrieved later.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Resolved: (DIRMINA-48) SSLFilter should expose SSLSession

Posted by "Trustin Lee (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/DIRMINA-48?page=all ]
     
Trustin Lee resolved DIRMINA-48:
--------------------------------

    Resolution: Fixed

> SSLFilter should expose SSLSession
> ----------------------------------
>
>          Key: DIRMINA-48
>          URL: http://issues.apache.org/jira/browse/DIRMINA-48
>      Project: Directory MINA
>         Type: Improvement
>     Versions: 0.7.1
>  Environment: All
>     Reporter: Vinod Panicker
>     Assignee: Trustin Lee
>      Fix For: 0.7.2
>  Attachments: getSSLSession.patch, sslsession.patch
>
> The SSLFilter could also expose the SSLSession object.  This is especially necessary when the server needs to determine the client credentials after a successful client/mutual authentication.
> Workaround : the SSLFilter can set this object as a session attribute, which can be retrieved later.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Updated: (DIRMINA-48) SSLFilter should expose SSLSession

Posted by "Vinod Panicker (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/DIRMINA-48?page=all ]

Vinod Panicker updated DIRMINA-48:
----------------------------------

    Attachment: getSSLSession.patch

Added support in SSLFilter to get the SSLSession object for a given IoSession.  Added support in SSLHandler to store the SSLSession object after a successful handshake and provided a getter method to retrieve it.

> SSLFilter should expose SSLSession
> ----------------------------------
>
>          Key: DIRMINA-48
>          URL: http://issues.apache.org/jira/browse/DIRMINA-48
>      Project: Directory MINA
>         Type: Improvement
>     Versions: 0.9, 0.7.2
>  Environment: All
>     Reporter: Vinod Panicker
>     Assignee: Trustin Lee
>  Attachments: getSSLSession.patch, sslsession.patch
>
> The SSLFilter could also expose the SSLSession object.  This is especially necessary when the server needs to determine the client credentials after a successful client/mutual authentication.
> Workaround : the SSLFilter can set this object as a session attribute, which can be retrieved later.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Updated: (DIRMINA-48) SSLFilter should expose SSLSession

Posted by "Vinod Panicker (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/DIRMINA-48?page=all ]

Vinod Panicker updated DIRMINA-48:
----------------------------------

    Attachment: sslsession.patch

> SSLFilter should expose SSLSession
> ----------------------------------
>
>          Key: DIRMINA-48
>          URL: http://issues.apache.org/jira/browse/DIRMINA-48
>      Project: Directory MINA
>         Type: Improvement
>     Versions: 0.9, 0.7.2
>  Environment: All
>     Reporter: Vinod Panicker
>     Assignee: Trustin Lee
>  Attachments: sslsession.patch
>
> The SSLFilter could also expose the SSLSession object.  This is especially necessary when the server needs to determine the client credentials after a successful client/mutual authentication.
> Workaround : the SSLFilter can set this object as a session attribute, which can be retrieved later.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Updated: (DIRMINA-48) SSLFilter should expose SSLSession

Posted by "Trustin Lee (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/DIRMINA-48?page=all ]

Trustin Lee updated DIRMINA-48:
-------------------------------

    Fix Version: 0.7.2
    Description: 
The SSLFilter could also expose the SSLSession object.  This is especially necessary when the server needs to determine the client credentials after a successful client/mutual authentication.

Workaround : the SSLFilter can set this object as a session attribute, which can be retrieved later.

  was:
The SSLFilter could also expose the SSLSession object.  This is especially necessary when the server needs to determine the client credentials after a successful client/mutual authentication.

Workaround : the SSLFilter can set this object as a session attribute, which can be retrieved later.

        Version: 0.7.1
                     (was: 0.9)
                     (was: 0.7.2)

> SSLFilter should expose SSLSession
> ----------------------------------
>
>          Key: DIRMINA-48
>          URL: http://issues.apache.org/jira/browse/DIRMINA-48
>      Project: Directory MINA
>         Type: Improvement
>     Versions: 0.7.1
>  Environment: All
>     Reporter: Vinod Panicker
>     Assignee: Trustin Lee
>      Fix For: 0.7.2
>  Attachments: getSSLSession.patch, sslsession.patch
>
> The SSLFilter could also expose the SSLSession object.  This is especially necessary when the server needs to determine the client credentials after a successful client/mutual authentication.
> Workaround : the SSLFilter can set this object as a session attribute, which can be retrieved later.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Closed: (DIRMINA-48) SSLFilter should expose SSLSession

Posted by "Vinod Panicker (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/DIRMINA-48?page=all ]
     
Vinod Panicker closed DIRMINA-48:
---------------------------------


> SSLFilter should expose SSLSession
> ----------------------------------
>
>          Key: DIRMINA-48
>          URL: http://issues.apache.org/jira/browse/DIRMINA-48
>      Project: Directory MINA
>         Type: Improvement
>     Versions: 0.7.1
>  Environment: All
>     Reporter: Vinod Panicker
>     Assignee: Trustin Lee
>      Fix For: 0.7.2
>  Attachments: getSSLSession.patch, sslsession.patch
>
> The SSLFilter could also expose the SSLSession object.  This is especially necessary when the server needs to determine the client credentials after a successful client/mutual authentication.
> Workaround : the SSLFilter can set this object as a session attribute, which can be retrieved later.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira