Skip to content

avformat/tls_gnutls: fix DTLS handshake failure in some WebRTC cases#70

Open
JackLau1222 wants to merge 1 commit intoworkflowsfrom
qwerzoid-dtls-gnutls-ec
Open

avformat/tls_gnutls: fix DTLS handshake failure in some WebRTC cases#70
JackLau1222 wants to merge 1 commit intoworkflowsfrom
qwerzoid-dtls-gnutls-ec

Conversation

@JackLau1222
Copy link
Collaborator

The early code may encounter handshake failure when publish WHIP to some server.

See RFC 8827 section 6.5:
All implementations MUST support DTLS 1.2 with the TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256 cipher suite and the P-256 curve.

So this patch uses the specific curve to avoid incompatibility.

The early code may encounter handshake failure when publish
WHIP to some server.

See RFC 8827 section 6.5:
All implementations MUST support DTLS 1.2 with the
TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256 cipher suite
and the P-256 curve.

So this patch uses the specific curve to avoid incompatibility.

Signed-off-by: Aditya Banavi <adityabanavi@gmail.com>
@github-actions github-actions bot force-pushed the workflows branch 8 times, most recently from a4805ff to d96cee1 Compare March 10, 2026 00:20
@github-actions github-actions bot force-pushed the workflows branch 5 times, most recently from 10f8b93 to 800cb64 Compare March 15, 2026 00:27
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

Successfully merging this pull request may close these issues.

2 participants