webrtc icon indicating copy to clipboard operation
webrtc copied to clipboard

[DTLS] add NamedCurve::X25519 and NamedCurve::P384 support

Open rainliu opened this issue 4 years ago • 1 comments

Currently only NamedCurve::P256 is supported.

https://github.com/webrtc-rs/webrtc/blob/master/dtls/src/curve/named_curve.rs

rainliu avatar Nov 29 '20 16:11 rainliu

Hi, @rainliu . I've started to implement NamedCurve::X25519 .

ymtdzzz avatar Dec 09 '20 15:12 ymtdzzz

Merged in #254, not yet released. Will be in 0.5.0

k0nserv avatar Aug 24 '22 17:08 k0nserv