Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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 #7442

Open
qikailiang opened this issue Apr 18, 2024 · 1 comment
Assignees

Comments

@qikailiang
Copy link

No description provided.

@qikailiang qikailiang changed the title The DTLS 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 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 Apr 18, 2024
@kareem-wolfssl
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants