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

Expand (NIST) ECDH and X25519 testing #181

Open
briansmith opened this issue May 23, 2016 · 0 comments
Open

Expand (NIST) ECDH and X25519 testing #181

briansmith opened this issue May 23, 2016 · 0 comments

Comments

@briansmith
Copy link
Owner

For both, add test cases for:

  • Overlong inputs
  • Cases where the inputs are not reduced mod q, but which are otherwise correct. These are invalid for NIST ECDH but valid for X25519. (The NIST ECDH code might be accepting these currently, but it should be changed to reject them.)

For X25519, expand the test coverage to cover the same cases as the NIST ECDH.

The test vectors are in src/ec/ecdh_tests.txt and the code (including the test code) is in src/ec/ecdh.rs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant