Re: [Bug-wget] PATCH: tests for SSL

2017-05-09 Thread Tim Rühsen
Hi Vijo, thanks so much ! I had to manually merge the changes from your patch since I also made some changes in the meantime. Please continue from branch 'tmp-gitlab-ci' on https://gitlab.com/gnuwget/wget. I made several changes to get the new Tests going ('make distcheck' VPATH issues,

Re: [Bug-wget] PATCH: tests for SSL

2017-05-08 Thread Vijo Cherian
Hi Tim, Another revision of the patch is attached. What I changed from last patch : - Skip if the name cannot be resolved - skip if not using openssl as a temp work around till I figure out gnutls-openssl cert issues. Best, Vijo. On Thu, May 4, 2017 at 8:01 AM, Tim Rühsen

Re: [Bug-wget] PATCH: tests for SSL

2017-05-03 Thread Tim Rühsen
Hi Vijo, just found out that HOSTALIASES doesn't work on any of my machines, at least the name to IP resolution. You must have a special environment :-( Name to name alias works. There is a special service, where you can do what you want (but maybe you have better idea): $ cat

Re: [Bug-wget] PATCH: tests for SSL

2017-05-02 Thread Tim Rühsen
Hi Vijo, maybe a misunderstanding... all your new tests fail here reproducible (always !), so maybe I miss some Perl module or have a different version than you. FAIL: Test-https-selfsigned.px FAIL: Test-https-tlsv1.px FAIL: Test-https-weboftrust.px FAIL: Test-https-clientcert.px FAIL:

Re: [Bug-wget] PATCH: tests for SSL

2017-05-02 Thread Vijo Cherian
Attached now. On Tue, May 2, 2017 at 8:06 AM, Vijo Cherian wrote: > Sorry about that Tim. > I reworked the patches again. > This time, I ran 'make check -j4" in a loop overnight. > > Best, > Vijo. > > On Sun, Apr 30, 2017 at 5:49 AM, Tim Rühsen wrote: >

Re: [Bug-wget] PATCH: tests for SSL

2017-05-02 Thread Vijo Cherian
Sorry about that Tim. I reworked the patches again. This time, I ran 'make check -j4" in a loop overnight. Best, Vijo. On Sun, Apr 30, 2017 at 5:49 AM, Tim Rühsen wrote: > Hi Vijo, > > maybe I miss something ? > > $ cat tests/Test-https-pfs.log > Running test Test-https-pfs

Re: [Bug-wget] PATCH: tests for SSL

2017-04-30 Thread Tim Rühsen
Hi Vijo, maybe I miss something ? $ cat tests/Test-https-pfs.log Running test Test-https-pfs IO::Socket::IP configuration failed at SSLServer.pm line 71. Failed to get ssl sock at SSLServer.pm line 168. Can't call method "accept" on an undefined value at SSLServer.pm line 86. Regards, Tim On

Re: [Bug-wget] PATCH: tests for SSL

2017-04-28 Thread Tim Rühsen
Hi Vijo, great work ! There is just a bit of polishing to be done... :-) - some whitespace warnings (maybe you set your editor to remove trailing whitespace when saving !?): .git/rebase-apply/patch:516: trailing whitespace. my $revokecmd = "openssl ca -config $caconf -revoke $servercrt &&

Re: [Bug-wget] PATCH: tests for SSL

2017-04-19 Thread Tim Rühsen
Hi Vijo, On 04/18/2017 06:56 PM, Vijo Cherian wrote: > Added a framework for perl based SSL tests, and some tests to start with. > In case this is of interest, I will add more tests for SSL: client > certificates, CRLs, negative tests etc. > Also not included : making these tests a part of "make

[Bug-wget] PATCH: tests for SSL

2017-04-18 Thread Vijo Cherian
Added a framework for perl based SSL tests, and some tests to start with. In case this is of interest, I will add more tests for SSL: client certificates, CRLs, negative tests etc. Also not included : making these tests a part of "make check". TESTING : only on ubuntu 16 Best, Vijo.