[DTLS] Add NamedCurve::P384#40
Conversation
Codecov Report
@@ Coverage Diff @@
## master #40 +/- ##
==========================================
- Coverage 67.56% 67.50% -0.07%
==========================================
Files 143 143
Lines 8785 8793 +8
Branches 1858 1860 +2
==========================================
Hits 5936 5936
- Misses 1228 1236 +8
Partials 1621 1621
Continue to review full report at Codecov.
|
|
@rainliu Detailshttps://docs.rs/ring/0.16.19/ring/agreement/fn.agree_ephemeral.html Are there any alternatives? |
|
@zeroclock, what about alternative p384: https://docs.rs/p384/0.5.0/p384/ ? I implement NamedCurve::P256 using p256. p384 should be similar. |
|
ops, looks like p384 doesn't have ecdh Elliptic Curve Diffie-Hellman (Ephemeral) Support |
|
Thanks for your reply. |
|
close this PR. Please send PR To github.com/webrtc-rs/dtls repo |
#24