Return-Path: X-Original-To: apmail-qpid-proton-archive@minotaur.apache.org Delivered-To: apmail-qpid-proton-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5EAEC10991 for ; Thu, 17 Oct 2013 18:18:49 +0000 (UTC) Received: (qmail 51042 invoked by uid 500); 17 Oct 2013 18:18:44 -0000 Delivered-To: apmail-qpid-proton-archive@qpid.apache.org Received: (qmail 50999 invoked by uid 500); 17 Oct 2013 18:18:43 -0000 Mailing-List: contact proton-help@qpid.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: proton@qpid.apache.org Delivered-To: mailing list proton@qpid.apache.org Received: (qmail 50984 invoked by uid 99); 17 Oct 2013 18:18:43 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Oct 2013 18:18:43 +0000 Date: Thu, 17 Oct 2013 18:18:43 +0000 (UTC) From: "Rafael H. Schloming (JIRA)" To: proton@qpid.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (PROTON-161) SSL impl does not allow verification of the peer's identity 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/PROTON-161?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rafael H. Schloming updated PROTON-161: --------------------------------------- Labels: security (was: ) > SSL impl does not allow verification of the peer's identity > ----------------------------------------------------------- > > Key: PROTON-161 > URL: https://issues.apache.org/jira/browse/PROTON-161 > Project: Qpid Proton > Issue Type: Bug > Components: proton-j > Affects Versions: 0.3 > Reporter: Ken Giusti > Assignee: Philip Harvey > Priority: Blocker > Labels: security > > The current SSL implementation validates the peer's certificate, and will not permit the connection to come up if the certificate is invalid. > However - it does not provide a way to check if the peer's identity as provided in the certificate is the expected identity (eg, the same hostname used to set up the TCP connection). While a certificate may be valid (that is, signed by a CA trusted by the client), it may not belong to the intended destination. > RFC2818 explains how this should be done - see section 3.1 Server Identity. -- This message was sent by Atlassian JIRA (v6.1#6144)