wolfssl icon indicating copy to clipboard operation
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

Open qikailiang opened this issue 1 year ago • 1 comments

qikailiang avatar Apr 18 '24 02:04 qikailiang

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.

kareem-wolfssl avatar Apr 18 '24 17:04 kareem-wolfssl