Re: [Openvpn-devel] cirrus-ci: freebsd builds ?

2019-04-17 Thread Илья Шипицин
ср, 17 апр. 2019 г. в 14:45, Steffan Karger : > On Thu, 11 Apr 2019 at 00:54, Илья Шипицин wrote: > > 1) error when built with mbedtls-2.16.0 (surprizingly, build does not > fail) > > > > [ OK ] tls_crypt_v2_wrap_unwrap_no_metadata > > [ RUN ] tls_crypt_v2_wrap_unwrap_max_metadata > >

Re: [Openvpn-devel] cirrus-ci: freebsd builds ?

2019-04-17 Thread Steffan Karger
On Thu, 11 Apr 2019 at 00:54, Илья Шипицин wrote: > 1) error when built with mbedtls-2.16.0 (surprizingly, build does not fail) > > [ OK ] tls_crypt_v2_wrap_unwrap_no_metadata > [ RUN ] tls_crypt_v2_wrap_unwrap_max_metadata > [ OK ] tls_crypt_v2_wrap_unwrap_max_metadata > [ RUN

Re: [Openvpn-devel] Why does the tun-mtu default to 1500 bytes?

2019-04-17 Thread Jan Just Keijser
Hi Marcus, On 17/04/19 00:11, Marcus Wichelmann wrote: Hello, I'm wondering what the reason is that OpenVPN Community sets the default TUN-MTU to 1500 bytes, as seen here: https://github.com/OpenVPN/openvpn/blob/ed31cf2ab718d879615dea81e6a17d26537ab43a/src/openvpn/mtu.h#L70 In my understandin

Re: [Openvpn-devel] cirrus-ci: freebsd builds ?

2019-04-17 Thread Илья Шипицин
ср, 17 апр. 2019 г. в 14:45, Steffan Karger : > On Thu, 11 Apr 2019 at 00:54, Илья Шипицин wrote: > > 1) error when built with mbedtls-2.16.0 (surprizingly, build does not > fail) > > > > [ OK ] tls_crypt_v2_wrap_unwrap_no_metadata > > [ RUN ] tls_crypt_v2_wrap_unwrap_max_metadata > >

Re: [Openvpn-devel] openvpn with udp lost event.

2019-04-17 Thread Jan Just Keijser
On 15/04/19 14:29, wei wang wrote: Hi, For function multi_process_io_udp receive many events, but only process one at a time. Doest it cause the event to be lost? yes it does In our test, we had create thousands of client. When clients connect to server at a time, for the clients which already

Re: [Openvpn-devel] openvpn with udp lost event.

2019-04-17 Thread Илья Шипицин
ср, 17 апр. 2019 г. в 15:19, Jan Just Keijser : > On 15/04/19 14:29, wei wang wrote: > > Hi, > > > > For function multi_process_io_udp receive many events, but only > > process one at a time. Doest it cause the event to be lost? > yes it does > > In our test, we had create thousands of client. Whe

[Openvpn-devel] Summary of the community meeting (17th Apr 2019)

2019-04-17 Thread Samuli Seppänen
Hi, Here's the summary of the IRC meeting. --- COMMUNITY MEETING Place: #openvpn-meeting on irc.freenode.net Date: Wednesday 17th April 2019 Time: 11:30 CET (10:30 UTC) Planned meeting topics for this meeting were here: The next

[Openvpn-devel] [PATCH] tests: remove dependency on base64

2019-04-17 Thread Steffan Karger
From: Steffan Karger Triggered by the report from Ilya, that if base64 is missing, the tests would still report success: Testing tls-crypt-v2 key generation (max length metadata)/t_lpback.sh: base64: not found OK PASS: t_lpback.sh The easiest way to fix that, is to remove the depende

Re: [Openvpn-devel] Issue with smartcard authentication for openvpn

2019-04-17 Thread Jan Just Keijser
Hi Selva, On 10/04/19 19:09, Selva Nair wrote: On Wed, Apr 10, 2019 at 12:59 PM Jan Just Keijser > wrote: On 10/04/19 17:58, Selva Nair wrote: Hi, This is more relevant to OpenVPN than OpenSSL, so copying to the openvpn-devel list. On Wed, Apr

Re: [Openvpn-devel] Issue with smartcard authentication for openvpn

2019-04-17 Thread Selva Nair
Hi JJK, On Wed, Apr 17, 2019 at 10:50 AM Jan Just Keijser wrote: > Hi Selva, > > On 10/04/19 19:09, Selva Nair wrote: > > > > On Wed, Apr 10, 2019 at 12:59 PM Jan Just Keijser > wrote: > > snipped... > patching pkcs11-helper does not seem too difficult for this particular >> case - but how ca

Re: [Openvpn-devel] [PATCH applied] cmocka: use relative paths

2019-04-17 Thread David Sommerseth
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Acked-By: David Sommerseth This didn't break anything on my systems, and changes makes sense. I spotted another fix also sneaked in, replacing the incorrect OPTIONAL_PKCS11_{LIBS,CFLAGS} with the correct OPTIONAL_PKCS11_HELPER_{LIBS,CFLAGS}. Your

[Openvpn-devel] [PATCH] build: Package missing mock_msg.h

2019-04-17 Thread David Sommerseth
The mock_msg.h file was not enlisted in the _SOURCES lists in Makefile.am for the unit tests. This caused the mock_msg.h file to not be present in the .tar.gz file created by 'make dist'. This was not noticed earlier as we haven't really tried much to run git clone of the cmocka project manually

Re: [Openvpn-devel] [PATCH] Remove deprecated plugin functions from code samples

2019-04-17 Thread David Sommerseth
On 30/06/2018 23:08, Greg Cox wrote: > > On Sat, Jun 30, 2018 at 5:49 PM, Antonio Quartulli > wrote: > > I'd remove the last paragraph and the greetings from the commit message. > But this might be done at commit time. > > > ​It was unclear how to handle "expl