Return-Path: X-Original-To: apmail-tomcat-dev-archive@www.apache.org Delivered-To: apmail-tomcat-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 D86551022C for ; Wed, 1 Jan 2014 16:22:49 +0000 (UTC) Received: (qmail 50896 invoked by uid 500); 1 Jan 2014 16:22:33 -0000 Delivered-To: apmail-tomcat-dev-archive@tomcat.apache.org Received: (qmail 50856 invoked by uid 500); 1 Jan 2014 16:22:30 -0000 Mailing-List: contact dev-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Developers List" Delivered-To: mailing list dev@tomcat.apache.org Received: (qmail 50836 invoked by uid 99); 1 Jan 2014 16:22:26 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Jan 2014 16:22:26 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.115] (HELO eir.zones.apache.org) (140.211.11.115) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Jan 2014 16:22:24 +0000 Received: by eir.zones.apache.org (Postfix, from userid 80) id 155BE1C083; Wed, 1 Jan 2014 16:22:03 +0000 (UTC) From: bugzilla@apache.org To: dev@tomcat.apache.org Subject: [Bug 53952] Add support for TLS 1.1 and 1.2 Date: Wed, 01 Jan 2014 16:22:02 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Tomcat Native X-Bugzilla-Component: Library X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: withmudassir@gmail.com X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: dev@tomcat.apache.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://issues.apache.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org https://issues.apache.org/bugzilla/show_bug.cgi?id=53952 Mudassir Aftab changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |withmudassir@gmail.com --- Comment #27 from Mudassir Aftab --- Comment on attachment 29433 --> https://issues.apache.org/bugzilla/attachment.cgi?id=29433 patch for tomcat trunk that adds support for newer TLS versions HI, This patch is not working for me /opt/apache-tomcat-7.0.47-src# patch -R < patch can't find file to patch at input line 5 Perhaps you should have used the -p or --strip option? The text leading up to this was: -------------------------- |Index: webapps/docs/config/http.xml |=================================================================== |--- webapps/docs/config/http.xml (revision 1392879) |+++ webapps/docs/config/http.xml (working copy) -------------------------- File to patch: webapps/docs/config/http.xml patching file webapps/docs/config/http.xml Hunk #1 succeeded at 1212 (offset 22 lines). can't find file to patch at input line 23 Perhaps you should have used the -p or --strip option? The text leading up to this was: -------------------------- |Index: webapps/docs/ssl-howto.xml |=================================================================== |--- webapps/docs/ssl-howto.xml (revision 1392879) |+++ webapps/docs/ssl-howto.xml (working copy) -------------------------- File to patch: webapps/docs/ssl-howto.xml patching file webapps/docs/ssl-howto.xml Unreversed patch detected! Ignore -R? [n] y Hunk #1 succeeded at 368 (offset -1 lines). can't find file to patch at input line 36 Perhaps you should have used the -p or --strip option? The text leading up to this was: -------------------------- |Index: java/org/apache/tomcat/jni/SSLContext.java |=================================================================== |--- java/org/apache/tomcat/jni/SSLContext.java (revision 1392879) |+++ java/org/apache/tomcat/jni/SSLContext.java (working copy) -------------------------- File to patch: java/org/apache/tomcat/jni/SSLContext.java patching file java/org/apache/tomcat/jni/SSLContext.java Unreversed patch detected! Ignore -R? [n] -R Apply anyway? [n] Skipping patch. 1 out of 1 hunk ignored -- saving rejects to file java/org/apache/tomcat/jni/SSLContext.java.rej can't find file to patch at input line 56 Perhaps you should have used the -p or --strip option? The text leading up to this was: -------------------------- |Index: java/org/apache/tomcat/jni/SSL.java |=================================================================== |--- java/org/apache/tomcat/jni/SSL.java (revision 1392879) |+++ java/org/apache/tomcat/jni/SSL.java (working copy) -------------------------- -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org For additional commands, e-mail: dev-help@tomcat.apache.org