Return-Path: Delivered-To: apmail-directory-dev-archive@www.apache.org Received: (qmail 13326 invoked from network); 26 Oct 2005 19:28:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 26 Oct 2005 19:28:23 -0000 Received: (qmail 87063 invoked by uid 500); 26 Oct 2005 19:28:21 -0000 Delivered-To: apmail-directory-dev-archive@directory.apache.org Received: (qmail 86738 invoked by uid 500); 26 Oct 2005 19:28:20 -0000 Mailing-List: contact dev-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Apache Directory Developers List" Delivered-To: mailing list dev@directory.apache.org Received: (qmail 86555 invoked by uid 99); 26 Oct 2005 19:28:19 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [192.87.106.226] (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Oct 2005 12:28:17 -0700 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id 681B821E for ; Wed, 26 Oct 2005 21:27:55 +0200 (CEST) Message-ID: <1174696699.1130354875393.JavaMail.jira@ajax.apache.org> Date: Wed, 26 Oct 2005 21:27:55 +0200 (CEST) From: "Trustin Lee (JIRA)" To: dev@directory.apache.org Subject: [jira] Resolved: (DIRMINA-106) Add TLS closure support to SSLFilter In-Reply-To: <326041296.1129745388084.JavaMail.jira@ajax.apache.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ 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