-
Notifications
You must be signed in to change notification settings - Fork 39
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
Add more generic EdDSA tests #379
Conversation
@Jakuje I stole (and rebased) one of your commits from #292 but otherwise just implemented basic test via changes to tcmpkeys and tgenkeys so they could be used in tests/tedwards My last commit changes tgenkey to remove custom detection given my general tgenkey changes allow us to call ED25519 checks only from the appropriate test script. |
Lovely, address sanitizer fails w/o a peep in the logs ... will look at it next week |
367e431
to
d2c4440
Compare
Signed-off-by: Simo Sorce <[email protected]>
Signed-off-by: Jakub Jelen <[email protected]>
- Make each key type test configurable via command argument - Call tgenkey from the basic test suite with proper arguments Signed-off-by: Simo Sorce <[email protected]>
Signed-off-by: Simo Sorce <[email protected]>
Signed-off-by: Simo Sorce <[email protected]>
This allow to use private URIs w/o interference. Signed-off-by: Simo Sorce <[email protected]>
Thank you! |
Description
Implements tests requested in #272
Fixes #272
Checklist
Test suite updated with negative testsDocumentation updatedReviewer's checklist: