wolfssl
wolfssl copied to clipboard
The DTLS1.3 protocol is compatible with DTLS1.2. Is there a compatible interface in wolfssl? For example, if the client is DTLS1.3 and the server is DTLS1.2, how do I achieve compatibility
Hi @qikailiang ,
This will work if the client is able to downgrade to DTLS 1.2. You can enable downgrading by calling wolfSSL_CTX_new with wolfDTLS_client_method.