Re: [Openvpn-devel] [Openvpn-users] Why is the authentication tag transmitted before the encrypted data?

2019-03-17 Thread Steffan Karger
Hi Pieter, [ Adding in -devel, because this really is more of a devel topic. ] On 15-03-19 15:29, Pieter Hulshoff wrote: > I was wondering why the authentication tag is transmitted before the > encrypted data in stead of after it (like in e.g. MACsec). As far as I understand, mostly because the

Re: [Openvpn-devel] Summary of the community meeting (Wed, 12th Mar 2019)

2019-03-17 Thread Steffan Karger
Hi Jan Just, On 13-03-19 13:13, Jan Just Keijser wrote: > On 13/03/19 13:00, Samuli Seppänen wrote: >> Here's the summary of the IRC meeting. >> >> Talked about release OpenVPN 2.x Windows installers with OpenSSL 1.1.1. >> Agreed that this makes sense as people (on forums for example) already >> t

Re: [Openvpn-devel] [PATCH 1/3] travis-ci: add "linux-ppc64le" to build matrix

2019-03-17 Thread Steffan Karger
Hi, On 11-03-19 14:36, chipits...@gmail.com wrote: > From: Ilya Shipitsin > > Signed-off-by: Ilya Shipitsin > --- > .travis.yml | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/.travis.yml b/.travis.yml > index ede2aaa6..428131ec 100644 > --- a/.travis.yml > +++ b/.travis.yml > @@

Re: [Openvpn-devel] [PATCH 2/3] travis-ci: change trusty image to xenial

2019-03-17 Thread Steffan Karger
Hi, On 11-03-19 14:36, chipits...@gmail.com wrote: > From: Ilya Shipitsin > > Ubuntu Trusty reaches End of Life on April 30, 2019 > Let us switch to xenial. Also, it simplifies mingw builds. > We do not need to add xenial mingw manually anymore > > Signed-off-by: Ilya Shipitsin > --- > .travi

Re: [Openvpn-devel] [PATCH 3/3] travis-ci: update osx to xcode9.4 and modernize brew management

2019-03-17 Thread Steffan Karger
Hi, On 11-03-19 14:36, chipits...@gmail.com wrote: > From: Ilya Shipitsin > > osx image used for builds, i.e. xcode7.3 is outdated, we > can switch to "default" xcode9.4 and use more fast brew > travis-ci plugin > > Signed-off-by: Ilya Shipitsin > --- > .travis.yml | 8 ++-- > 1 file chan