-
Notifications
You must be signed in to change notification settings - Fork 5
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
test different keytypes/schemes #159
Comments
So I guess we should write a single parametrized test (or one test for the keys mentioned in specification, another for additional keys) that
We could add more pre-generated keys to |
maybe an additional test: use an incorrect but supported key like |
I've got an initial test in #167 |
Status:
The only obstacles are:
|
We should use a default keytype in most tests (currently RSA, ecdsa maybe makes sense after #155). In addition we should have specific tests for support of various other keytypes. Specification does not really require support for any specific keys but these are mentioned in spec:
We should definitely test these.
Additionally potential testable keys might include
The text was updated successfully, but these errors were encountered: