Return-Path: X-Original-To: apmail-directory-dev-archive@www.apache.org Delivered-To: apmail-directory-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 1095E176E0 for ; Sun, 23 Nov 2014 09:37:13 +0000 (UTC) Received: (qmail 72430 invoked by uid 500); 23 Nov 2014 09:37:12 -0000 Delivered-To: apmail-directory-dev-archive@directory.apache.org Received: (qmail 72381 invoked by uid 500); 23 Nov 2014 09:37:12 -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 72301 invoked by uid 99); 23 Nov 2014 09:37:12 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 23 Nov 2014 09:37:12 +0000 Date: Sun, 23 Nov 2014 09:37:12 +0000 (UTC) From: "Emmanuel Lecharny (JIRA)" To: dev@directory.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (DIRSERVER-2024) Add some configuration for the list of supported TLS protocol MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/DIRSERVER-2024?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14222350#comment-14222350 ] Emmanuel Lecharny commented on DIRSERVER-2024: ---------------------------------------------- Currently, the CipherSuite is stored into the LdapServer, which is wrong. Everything that is SSL specific should be associated with a transport, and more specifically to the TcpTransport. There is no mean to support SSL for UDP, and we can use SSL for some other protocols than just LDAP. > Add some configuration for the list of supported TLS protocol > ------------------------------------------------------------- > > Key: DIRSERVER-2024 > URL: https://issues.apache.org/jira/browse/DIRSERVER-2024 > Project: Directory ApacheDS > Issue Type: Task > Affects Versions: 2.0.0-M19 > Reporter: Emmanuel Lecharny > Fix For: 2.0.0-M20 > > > We should add some element in the configuration to propagate the list of supported security parameters in the SslEngine -- This message was sent by Atlassian JIRA (v6.3.4#6332)