-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Ed25519 #388
Comments
ARM Internal Ref: IOTSSL-594 |
It's not faster. Actualy Ed25519 and Curve25519 are two ways to look at the same curve, and the main difference is, Ed25519 is more suited to signing, while Curve25519 is more suited for Diffie-Hellman. |
+1 on this one, would be great to have Ed25519/EdDSA support. |
+1, would be nice to have alternatives to the NIST curves. |
+1 Please do for hiawatha-webserver, and also ChaCha20-Poly1305 for better mobile performance |
+1 |
+1 would be great to see Ed25519 as part of mbedTLS |
I'd love to see support for TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256 using Ed25519 |
+1 |
1 similar comment
+1 |
+1 This indeed would be useful, not only for TLS, but for MCUboot and in general for signature verification. |
Please, stop adding +1, it's not helpful at all. There's a button for that, or a pull request if you're able. |
So, is there any plan now? |
Is there anything worth stealing in dunkelstern/mbedtls or dunkelstern/mbedtls-esp8266? t. another Hiawatha user diligently lurking all the req'd software's progress to get (even non-CA-signed) Ed25519/X25519 certs running |
Is any update there, through 4 years? |
An external contributor has kindly volunteered to contribute an implementation of EdDSA. Unfortunately review bandwidth is a bottleneck, so it'll take us a few months to integrate the feature. You can track our progress through the milestone field of the pull requests (of which there is currently one of a planned 4). Given that all the recent discussion on the topic is happening on #2452, I think this issue is no longer useful, so I'm closing it. |
Signed-off-by: XiaokangQian <[email protected]>
Fix Mbed-TLS#388 hrr test case failed in sha384 with openssl peer
…pe_declarations moved externs from crypto_kernel into its own header
Any plans to include Ed25519 in addition to Curve25519?
The text was updated successfully, but these errors were encountered: