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
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.
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