Return-Path: X-Original-To: apmail-hc-dev-archive@www.apache.org Delivered-To: apmail-hc-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 7B72310949 for ; Fri, 3 May 2013 12:44:33 +0000 (UTC) Received: (qmail 90295 invoked by uid 500); 3 May 2013 12:44:33 -0000 Delivered-To: apmail-hc-dev-archive@hc.apache.org Received: (qmail 88903 invoked by uid 500); 3 May 2013 12:44:21 -0000 Mailing-List: contact dev-help@hc.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "HttpComponents Project" Delivered-To: mailing list dev@hc.apache.org Received: (qmail 88333 invoked by uid 99); 3 May 2013 12:44:16 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 May 2013 12:44:16 +0000 Date: Fri, 3 May 2013 12:44:16 +0000 (UTC) From: "David Graff (JIRA)" To: dev@hc.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (HTTPCLIENT-1349) SSLSocketFactory incorrectly identifies key passed with keystore as the keystore password. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 David Graff created HTTPCLIENT-1349: --------------------------------------- Summary: SSLSocketFactory incorrectly identifies key passed with keystore as the keystore password. Key: HTTPCLIENT-1349 URL: https://issues.apache.org/jira/browse/HTTPCLIENT-1349 Project: HttpComponents HttpClient Issue Type: Bug Components: HttpClient Affects Versions: 4.2.4, 4.2.5, 4.2.6 Reporter: David Graff Priority: Minor The constructor signatures for SSLSocketFactory incorrectly identify the password passed as the keystore password. The password passed is, in fact, used by the key manager for private key recovery. If the keystore has one password and the private key has a different password this method will fail if only using the keystore password. I have attached a patch to this covering the changes to this. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org For additional commands, e-mail: dev-help@hc.apache.org