Re: [Openvpn-devel] Does the OpenVPN protocol itself handle windowing?

2018-05-31 Thread Derek Zimmer
I'm still working on this, as I think it is worthwhile for us to explore and get some hard data on how all of these things perform in a real world environment. I've been stalled by transitioning to a new job. >Same here. I guess this interacts with other properties, like the delay >OpenVPN itself

[Openvpn-devel] OpenVPN 2.5_git fails to build linked to OpenSSL v1.1.0 Works great linked to OpenSSL v1.0.2 ?

2018-05-31 Thread aclion
I'm building OpenVPN on Linux cd /home/src/openvpn git log | head commit 1394192b210cb3c6624a7419bcf3ff966742e79b Author: Gert Doering Date: Sat Apr 14 09:26:17 2018 +0200 Fix potential double-free() in Interac

Re: [Openvpn-devel] OpenVPN 2.5_git fails to build linked to OpenSSL v1.1.0 Works great linked to OpenSSL v1.0.2 ?

2018-05-31 Thread Selva Nair
Hi, It builds fine even with the openssl 1.1.1 dev branch: $ openvpn --version: OpenVPN 2.5_git [git:master/1394192b210cb3c6] x86_64-unknown-linux-gnu [SSL (OpenSSL)] [LZ4] [EPOLL] [MH/PKTINFO] [AEAD] built on May 31 2018 library versions: OpenSSL 1.1.1-dev xx XXX > > When

Re: [Openvpn-devel] OpenVPN 2.5_git fails to build linked to OpenSSL v1.1.0 Works great linked to OpenSSL v1.0.2 ?

2018-05-31 Thread aclion
Hi On Thu, May 31, 2018, at 8:59 PM, Selva Nair wrote: > It builds fine even with the openssl 1.1.1 dev branch: Using OpenSSL libs installed in a FLAGS-specified, non-distro location? Or are you using distro-installed libs? Into distro locations? Please share your flags and configure? > > > >

Re: [Openvpn-devel] OpenVPN 2.5_git fails to build linked to OpenSSL v1.1.0 Works great linked to OpenSSL v1.0.2 ?

2018-05-31 Thread Selva Nair
Hi, > > No, OpenSSL 1.1.0 is configured with > > --api=1.1.0 \ > > as it should be to NOT have/use deprecated compat interfaces, I think that is identical to setting -DOPENSSL_API_COMPAT to 1.1 and will not work. OpenVPN still supports openssl 1.0 and you can't build with api restricted to 1