[Openvpn-devel] [PATCH] Add coverity static analysis to Travis CI config

2017-08-08 Thread Steffan Karger
Enable coverity analysis for the release/2.4 branch. We can only do a limited number of coverity scans per week with our FOSS account, but since we only occasionally push commits, that should work out fine. But this limit is the reason we don't use the standard travis addon, because that would ca

Re: [Openvpn-devel] [PATCH 3/3] add a test to "openvpn --help"

2017-08-08 Thread David Sommerseth
On 07/08/17 20:25, Илья Шипицин wrote: [...] > > +"${top_builddir}/src/openvpn/openvpn" --help >/dev/null > > + > > +if [ $? -ne 1 ] > > +then > > + exit_code=1 > > +fi > > This check is odd. Where the --help option is parsed, it calls usage(), > usage_small().

Re: [Openvpn-devel] [PATCH 1/3] travis-ci: update pkcs11-helper to 1.22

2017-08-08 Thread Steffan Karger
Hi, On 07-08-17 15:22, Ilya Shipitsin wrote: > use pkcs11-helper from https://github.com/OpenSC/pkcs11-helper/ > to match build process used in windows installer build > --- > .travis.yml | 2 +- > .travis/build-deps.sh | 4 ++-- > 2 files changed, 3 insertions(+), 3 deletions(-) > > d

Re: [Openvpn-devel] [PATCH 2/3] travis-ci: update openssl to 1.0.2l, update mbedtls to 2.5.1

2017-08-08 Thread Steffan Karger
Hi, On 07-08-17 15:23, Ilya Shipitsin wrote: > --- > .travis.yml | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/.travis.yml b/.travis.yml > index fc98a4d0..0b531529 100644 > --- a/.travis.yml > +++ b/.travis.yml > @@ -15,10 +15,10 @@ env: > - TAP_WINDOWS_VERSIO

[Openvpn-devel] [PATCH (2.3)] Deprecate --ns-cert-type

2017-08-08 Thread Steffan Karger
This is a manual cherry-pick of commit 2dc33226 of the master branch, for the release/2.3 branch. The nsCertType x509 extension is very old, and barely used. We already have had an alternative for a long time: --remote-cert-tls uses the far more common keyUsage and extendedKeyUsage extensions ins

Re: [Openvpn-devel] [PATCH] Add coverity static analysis to Travis CI config

2017-08-08 Thread Antonio Quartulli
On 08/08/17 23:55, Steffan Karger wrote: > Enable coverity analysis for the release/2.4 branch. > > We can only do a limited number of coverity scans per week with our FOSS > account, but since we only occasionally push commits, that should work out > fine. But this limit is the reason we don't

Re: [Openvpn-devel] [PATCH] Add coverity static analysis to Travis CI config

2017-08-08 Thread Илья Шипицин
2017-08-08 20:55 GMT+05:00 Steffan Karger : > Enable coverity analysis for the release/2.4 branch. > > We can only do a limited number of coverity scans per week with our FOSS > account, but since we only occasionally push commits, that should work out > fine. But this limit is the reason we don'

Re: [Openvpn-devel] [PATCH] Add coverity static analysis to Travis CI config

2017-08-08 Thread Илья Шипицин
2017-08-09 10:41 GMT+05:00 Илья Шипицин : > > > 2017-08-08 20:55 GMT+05:00 Steffan Karger : > >> Enable coverity analysis for the release/2.4 branch. >> >> We can only do a limited number of coverity scans per week with our FOSS >> account, but since we only occasionally push commits, that should

Re: [Openvpn-devel] [PATCH 3/3] add a test to "openvpn --help"

2017-08-08 Thread Илья Шипицин
2017-08-08 23:44 GMT+05:00 David Sommerseth < open...@sf.lists.topphemmelig.net>: > On 07/08/17 20:25, Илья Шипицин wrote: > [...] > > > +"${top_builddir}/src/openvpn/openvpn" --help >/dev/null > > > + > > > +if [ $? -ne 1 ] > > > +then > > > + exit_code=1 > > > +fi > > >

Re: [Openvpn-devel] [PATCH] Add coverity static analysis to Travis CI config

2017-08-08 Thread Илья Шипицин
2017-08-09 10:47 GMT+05:00 Илья Шипицин : > > > 2017-08-09 10:41 GMT+05:00 Илья Шипицин : > >> >> >> 2017-08-08 20:55 GMT+05:00 Steffan Karger : >> >>> Enable coverity analysis for the release/2.4 branch. >>> >>> We can only do a limited number of coverity scans per week with our FOSS >>> account,