Bug report for Tomcat Native [2017/08/27]

2017-08-27 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat 8 [2017/08/27]

2017-08-27 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat 9 [2017/08/27]

2017-08-27 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Taglibs [2017/08/27]

2017-08-27 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat 7 [2017/08/27]

2017-08-27 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat Connectors [2017/08/27]

2017-08-27 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat Modules [2017/08/27]

2017-08-27 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

svn commit: r1806356 - /tomcat/trunk/java/org/apache/tomcat/util/net/openssl/OpenSSLEngine.java

2017-08-27 Thread rjung
Author: rjung Date: Sun Aug 27 12:21:41 2017 New Revision: 1806356 URL: http://svn.apache.org/viewvc?rev=1806356&view=rev Log: Revert part of r1805525: Some attributes of the SSL connection actually can change dynamically after initialization, especially the auth mode during renegotiation. Not a

Re: [VOTE] Release Apache Tomcat Native 1.2.13

2017-08-27 Thread Rainer Jung
Am 26.08.2017 um 19:11 schrieb Rainer Jung: Am 25.08.2017 um 23:25 schrieb Rainer Jung: Am 25.08.2017 um 18:24 schrieb Mark Thomas: Version 1.2.13 includes the following changes compared to 1.2.12: - Update minimum recommended OpenSSL version to 1.0.2l - Update minimum recommended APR version

Re: [VOTE] Release Apache Tomcat Native 1.2.13

2017-08-27 Thread Rainer Jung
Am 25.08.2017 um 23:25 schrieb Rainer Jung: Am 25.08.2017 um 18:24 schrieb Mark Thomas: Version 1.2.13 includes the following changes compared to 1.2.12: - Update minimum recommended OpenSSL version to 1.0.2l - Update minimum recommended APR version to 1.6.2 - Windows binaries built with OpenSS

svn commit: r1806376 - /tomcat/native/trunk/native/src/ssl.c

2017-08-27 Thread rjung
Author: rjung Date: Sun Aug 27 16:24:08 2017 New Revision: 1806376 URL: http://svn.apache.org/viewvc?rev=1806376&view=rev Log: Fix thread local key leak introduced in r1781943. The leak breaks TC trunk test TestDefaultServletEncoding which executes more than 2500 APR init/terminate. Modified:

Re: [VOTE] Release Apache Tomcat Native 1.2.13

2017-08-27 Thread Mark Thomas
On 27/08/17 15:01, Rainer Jung wrote: > Unfortunately that would be a change to tcnative, so we would have to do > another tag. I would prefer to include this fix in the release. Thanks for tracking these various issues down. I'm happy to tag 1.2.14. I'll do that early next week. Before I do,

svn commit: r1806380 - /tomcat/native/trunk/xdocs/miscellaneous/changelog.xml

2017-08-27 Thread rjung
Author: rjung Date: Sun Aug 27 17:08:45 2017 New Revision: 1806380 URL: http://svn.apache.org/viewvc?rev=1806380&view=rev Log: Update changelog, add entry for r1806376. Modified: tomcat/native/trunk/xdocs/miscellaneous/changelog.xml Modified: tomcat/native/trunk/xdocs/miscellaneous/changelog

Re: [VOTE] Release Apache Tomcat Native 1.2.13

2017-08-27 Thread Rainer Jung
Am 27.08.2017 um 18:57 schrieb Mark Thomas: On 27/08/17 15:01, Rainer Jung wrote: Unfortunately that would be a change to tcnative, so we would have to do another tag. I would prefer to include this fix in the release. Thanks for tracking these various issues down. I'm happy to tag 1.2.14.

svn commit: r1806399 - in /tomcat/native/trunk: native/src/sslinfo.c xdocs/miscellaneous/changelog.xml

2017-08-27 Thread rjung
Author: rjung Date: Mon Aug 28 03:19:15 2017 New Revision: 1806399 URL: http://svn.apache.org/viewvc?rev=1806399&view=rev Log: Replace use of deprecated ASN1_STRING_data with ASN1_STRING_get0_data when building against OpenSSL 1.1.0 and newer. Modified: tomcat/native/trunk/native/src/sslinfo.

[Bug 61450] issue when certificateKeyAlias is not set

2017-08-27 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=61450 Svetlin Zarev changed: What|Removed |Added CC||svetlin.za...@abv.bg -- You are recei

svn commit: r1806404 - in /tomcat/native/trunk: native/src/sslcontext.c xdocs/miscellaneous/changelog.xml

2017-08-27 Thread rjung
Author: rjung Date: Mon Aug 28 06:49:29 2017 New Revision: 1806404 URL: http://svn.apache.org/viewvc?rev=1806404&view=rev Log: Fix a small memory leak during certificate initialization. Also silence a compiler warning: SSL_CTX_set_ecdh_auto() isn't needed for OpenSSL 1.1.0 and above and using it