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

P-384 ECDH deriveBits #13451

Closed
littledivy opened this issue Jan 21, 2022 · 4 comments
Closed

P-384 ECDH deriveBits #13451

littledivy opened this issue Jan 21, 2022 · 4 comments
Labels
ext/crypto related to the ext/crypto crate feat new feature (which has been agreed to/accepted)

Comments

@littledivy
Copy link
Member

Diffie-Hellman function requires p384::NistP384 to implement ProjectiveArithmetic trait. Blocked on RustCrypto/elliptic-curves#240

@littledivy littledivy added feat new feature (which has been agreed to/accepted) upstream Changes in upstream are required to solve these issues ext/crypto related to the ext/crypto crate labels Jan 21, 2022
@littledivy littledivy removed the upstream Changes in upstream are required to solve these issues label Jan 30, 2024
@littledivy
Copy link
Member Author

Unblocked. This can be implemented now.

@birkskyum
Copy link
Contributor

birkskyum commented Apr 20, 2024

IIRC, Diffie-Hellman will be needed as well to get Auth.js going

@birkskyum
Copy link
Contributor

birkskyum commented Apr 20, 2024

Is this already resolved?

This pull request adds P-384 curve support for crypto.subtle.deriveBits. It resolves issue #13451.

@iuioiua
Copy link
Contributor

iuioiua commented Aug 8, 2024

Completed in #15138.

@iuioiua iuioiua closed this as completed Aug 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ext/crypto related to the ext/crypto crate feat new feature (which has been agreed to/accepted)
Projects
None yet
Development

No branches or pull requests

3 participants