Re: Test suite and OpenSSL 1.1.1

2018-10-22 Thread Yann Ylavic
On Sat, Oct 20, 2018 at 6:28 AM Rainer Jung wrote: > > - Net::SSLeay 1.86_06 tag from Github > https://github.com/radiator-software/p5-net-ssleay.git. Added "-ldl > -pthread" to OTHERLDFLAGS in Makefile. It contains the plumbing needed > for some new 1.1.1 APIs. With this change (and all the

Re: Test suite and OpenSSL 1.1.1

2018-10-20 Thread Rainer Jung
Plus r1844425 which simplifies TestRequest.pm since IO::Socket::SSL has a working getline(). Am 20.10.2018 um 09:59 schrieb Rainer Jung: I now also added r1844396 to allow setting the CA for peer cert verification and used it in echo.t and nttp-like.t to unbreak their ssl testing (r1844397).

Re: Test suite and OpenSSL 1.1.1

2018-10-20 Thread Rainer Jung
Am 20.10.2018 um 13:26 schrieb Christophe JAILLET: Le 20/10/2018 à 11:00, Rainer Jung a écrit : Am 20.10.2018 um 10:27 schrieb Christophe JAILLET: Le 20/10/2018 à 09:56, Rainer Jung a écrit : Am 20.10.2018 um 09:39 schrieb Christophe JAILLET: Le 20/10/2018 à 06:28, Rainer Jung a écrit : Am

Re: Test suite and OpenSSL 1.1.1

2018-10-20 Thread Christophe JAILLET
Le 20/10/2018 à 11:00, Rainer Jung a écrit : Am 20.10.2018 um 10:27 schrieb Christophe JAILLET: Le 20/10/2018 à 09:56, Rainer Jung a écrit : Am 20.10.2018 um 09:39 schrieb Christophe JAILLET: Le 20/10/2018 à 06:28, Rainer Jung a écrit : Am 19.10.2018 um 23:31 schrieb Yann Ylavic: Could not

Re: Test suite and OpenSSL 1.1.1

2018-10-20 Thread Rainer Jung
Am 20.10.2018 um 10:27 schrieb Christophe JAILLET: Le 20/10/2018 à 09:56, Rainer Jung a écrit : Am 20.10.2018 um 09:39 schrieb Christophe JAILLET: Le 20/10/2018 à 06:28, Rainer Jung a écrit : Am 19.10.2018 um 23:31 schrieb Yann Ylavic: Could not make the test suite framework work with 1.1.1

Re: Test suite and OpenSSL 1.1.1

2018-10-20 Thread Christophe JAILLET
Le 20/10/2018 à 09:56, Rainer Jung a écrit : Hi, Am 20.10.2018 um 09:39 schrieb Christophe JAILLET: Le 20/10/2018 à 06:28, Rainer Jung a écrit : Am 19.10.2018 um 23:31 schrieb Yann Ylavic: Could not make the test suite framework work with 1.1.1 (cpan -u didn't help). Although the ssl tests

Re: Test suite and OpenSSL 1.1.1

2018-10-20 Thread Rainer Jung
I now also added r1844396 to allow setting the CA for peer cert verification and used it in echo.t and nttp-like.t to unbreak their ssl testing (r1844397). I didn't find more uses of the raw sockets. Regards, Rainer Am 20.10.2018 um 08:47 schrieb Rainer Jung: To make the raw TLS socket

Re: Test suite and OpenSSL 1.1.1

2018-10-20 Thread Rainer Jung
Hi, Am 20.10.2018 um 09:39 schrieb Christophe JAILLET: Le 20/10/2018 à 06:28, Rainer Jung a écrit : Am 19.10.2018 um 23:31 schrieb Yann Ylavic: Could not make the test suite framework work with 1.1.1 (cpan -u didn't help). Although the ssl tests report SUCCESS, httpd actually timeouts on

Re: Test suite and OpenSSL 1.1.1

2018-10-20 Thread Christophe JAILLET
Le 20/10/2018 à 06:28, Rainer Jung a écrit : Am 19.10.2018 um 23:31 schrieb Yann Ylavic: Could not make the test suite framework work with 1.1.1 (cpan -u didn't help). Although the ssl tests report SUCCESS, httpd actually timeouts on SSL_peek() (as already reported). Indeed I checked my test

Re: Test suite and OpenSSL 1.1.1

2018-10-20 Thread Rainer Jung
To make the raw TLS socket tests work I added r1844393. Both, r1844389 and r1844393 are part of the /perl/Apache-Test/trunk/ external which gets pulled into our test framework. Regards, Rainer Am 20.10.2018 um 06:28 schrieb Rainer Jung: Am 19.10.2018 um 23:31 schrieb Yann Ylavic: Could not

Test suite and OpenSSL 1.1.1

2018-10-19 Thread Rainer Jung
Am 19.10.2018 um 23:31 schrieb Yann Ylavic: Could not make the test suite framework work with 1.1.1 (cpan -u didn't help). Although the ssl tests report SUCCESS, httpd actually timeouts on SSL_peek() (as already reported). Indeed I checked my test suite logs and until now all tests only used