Re: Gump, Tomcat Native, OpenSSL and Tomcat versions

2018-10-02 Thread Mark Thomas
On 12/09/18 17:22, Mark Thomas wrote: > On 12/09/18 15:57, Rainer Jung wrote: >> Am 12.09.2018 um 13:12 schrieb Mark Thomas: >>> As a starting point for discussion how about: >>> - Build all current OpenSSL versions (currently 4) >>> - Build Tomcat Native 1.2.x for each OpenSSL version (i.e. 4)

Re: Gump, Tomcat Native, OpenSSL and Tomcat versions

2018-09-16 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Mark, On 9/12/18 17:20, Mark Thomas wrote: > On 12/09/18 17:25, Christopher Schultz wrote: >> Mark, On 9/12/18 7:12 AM, Mark Thomas wrote: > > > >>> Testing all 12 combinations (4 OpenSSL * 3 Tomcat) seems like >>> overkill. >> >> I would propo

Re: Gump, Tomcat Native, OpenSSL and Tomcat versions

2018-09-12 Thread Mark Thomas
On 12/09/18 22:20, Mark Thomas wrote: > I tend to lean more > towards trying to speed up start/stop as a way to reduce the test time > as we do that so many times. With this in mind and with the help of YourKit's Java Profiler I bring you a 20% reduce in unit test run time :) I'm still looking

Re: Gump, Tomcat Native, OpenSSL and Tomcat versions

2018-09-12 Thread Mark Thomas
On 12/09/18 17:25, Christopher Schultz wrote: > Mark, > On 9/12/18 7:12 AM, Mark Thomas wrote: >> Testing all 12 combinations (4 OpenSSL * 3 Tomcat) seems like >> overkill. > > I would propose building+testing against both 1.0.2 (LTS) and 1.1.1 > (LTS) but leaving 1.1.0 and master out of the au

Re: Gump, Tomcat Native, OpenSSL and Tomcat versions

2018-09-12 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Mark, On 9/12/18 7:12 AM, Mark Thomas wrote: > All, > > Gump currently tests 7.0.x, 8.5.x and 9.0.x > > Support for OpenSSL cipher names is available in 8.5.x onwards and > we have various unit tests to ensure that our parsing code remains > in sy

Re: Gump, Tomcat Native, OpenSSL and Tomcat versions

2018-09-12 Thread Mark Thomas
On 12/09/18 15:57, Rainer Jung wrote: > Am 12.09.2018 um 13:12 schrieb Mark Thomas: >> Gump currently tests 7.0.x, 8.5.x and 9.0.x >> >> Support for OpenSSL cipher names is available in 8.5.x onwards and we >> have various unit tests to ensure that our parsing code remains in sync >> with OpenSSL.

Re: Gump, Tomcat Native, OpenSSL and Tomcat versions

2018-09-12 Thread Mark Thomas
On 12/09/18 16:47, Christopher Schultz wrote: > Mark, > > On 9/12/18 7:12 AM, Mark Thomas wrote: >> OpenSSL currently has the following four active development >> branches: Master (a.k.a. 1.1.2-dev) 1.1.1 (LTS supported until at >> least 2018-09-11 > > A slight correction: > > 1.1.1 was *initia

Re: Gump, Tomcat Native, OpenSSL and Tomcat versions

2018-09-12 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Mark, On 9/12/18 7:12 AM, Mark Thomas wrote: > OpenSSL currently has the following four active development > branches: Master (a.k.a. 1.1.2-dev) 1.1.1 (LTS supported until at > least 2018-09-11 A slight correction: 1.1.1 was *initially* released

Re: Gump, Tomcat Native, OpenSSL and Tomcat versions

2018-09-12 Thread Rainer Jung
Am 12.09.2018 um 13:12 schrieb Mark Thomas: Gump currently tests 7.0.x, 8.5.x and 9.0.x Support for OpenSSL cipher names is available in 8.5.x onwards and we have various unit tests to ensure that our parsing code remains in sync with OpenSSL. All versions have TLS unit tests that check the APR/

Gump, Tomcat Native, OpenSSL and Tomcat versions

2018-09-12 Thread Mark Thomas
All, Gump currently tests 7.0.x, 8.5.x and 9.0.x Support for OpenSSL cipher names is available in 8.5.x onwards and we have various unit tests to ensure that our parsing code remains in sync with OpenSSL. All versions have TLS unit tests that check the APR/Native connector is working as expected.