Re: [Openvpn-devel] [PATCH] tls-crypt-v2: fix client reconnect bug

2018-11-14 Thread Antonio Quartulli
Hi, On 31/10/2018 23:07, Steffan Karger wrote: > As reported by tincantech on the openvpn-devel IRC channel, a tls-crypt-v2 > client could be caused to trigger an assert in tls_crypt_wrap() because the > client key might not be correctly initialized after a reconnect attempt. > > This was caused

Re: [Openvpn-devel] [PATCH] tls-crypt-v2: fix client reconnect bug

2018-10-31 Thread tincanteksup
Tested this with Ubuntu client, patched applied & Arch server, current master and it worked correctly. Client did not crash when trying to "reconnect" to a server when the server had been changed from TLS Crypt V2 to V1. When the server was changed back to V2 the client connected successfully.

[Openvpn-devel] [PATCH] tls-crypt-v2: fix client reconnect bug

2018-10-31 Thread Steffan Karger
As reported by tincantech on the openvpn-devel IRC channel, a tls-crypt-v2 client could be caused to trigger an assert in tls_crypt_wrap() because the client key might not be correctly initialized after a reconnect attempt. This was caused by code that was written before the connection-block tls-a