mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-07-07 19:00:50 +02:00
46821196ab
If a client is: - TLS 1.3 capable - calls connect with wolfSSL_connect_TLSv13 - on an WOLFSSL object that allows downgrading then the call to wolfSSL_connect should happen before changing state to HELLO_AGAIN. Otherwise wolfSSL_connect will assume that messages up to ServerHelloDone have been read (when in reality only ServerHello had been read). Enable keying material for OpenVPN