You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by "Trustin Lee (JIRA)" <ji...@apache.org> on 2005/10/19 20:09:48 UTC

[jira] Created: (DIRMINA-106) Add TLS closure support to SSLFilter

Add TLS closure support to SSLFilter
------------------------------------

         Key: DIRMINA-106
         URL: http://issues.apache.org/jira/browse/DIRMINA-106
     Project: Directory MINA
        Type: New Feature
    Reporter: Trustin Lee
 Assigned to: Trustin Lee 
     Fix For: 0.9


SSLFilter doesn't support TLS closure (close_notify in RFC 2246) at all.  It is required to applications that want to switch between TLS and non-TLS mode.

-- 
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-106) Add TLS closure support to SSLFilter

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


> Add TLS closure support to SSLFilter
> ------------------------------------
>
>          Key: DIRMINA-106
>          URL: http://issues.apache.org/jira/browse/DIRMINA-106
>      Project: Directory MINA
>         Type: New Feature
>     Reporter: Trustin Lee
>     Assignee: Trustin Lee
>      Fix For: 0.9

>
> SSLFilter doesn't support TLS closure (close_notify in RFC 2246) at all.  It is required to applications that want to switch between TLS and non-TLS mode.

-- 
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-106) Add TLS closure support to SSLFilter

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

    Resolution: Fixed

SSLFilter now provides three methods:

* startSSL(IoSession)
* stopSSL(IoSession)
* isSSLStarted(IoSession)

Which enables you to implement full StartTLS.

> Add TLS closure support to SSLFilter
> ------------------------------------
>
>          Key: DIRMINA-106
>          URL: http://issues.apache.org/jira/browse/DIRMINA-106
>      Project: Directory MINA
>         Type: New Feature
>     Reporter: Trustin Lee
>     Assignee: Trustin Lee
>      Fix For: 0.9

>
> SSLFilter doesn't support TLS closure (close_notify in RFC 2246) at all.  It is required to applications that want to switch between TLS and non-TLS mode.

-- 
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