-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Milestone
Description
I have currently no time to add good tests. Especially the tests involving crypto need special attention and time.
We would need tests for:
- user id and user attribute removal
- key validation (if there are really keys for all operations)
-
Certificateif it handles secret and non-secret material correctly - key policy (if really only curve 25519 suite is accepted and if unencrypted secret key material is rejected)
- challenge signature checks
- that refresh tokens are really denied after a use (this is probably pain to test, because it needs database I/O)
- that the check constraint in the database really rejects invalid names (pain to check too because of database I/O)
- certification pagination test (if the order is as expected, has_next/previous is correct,
after/beforework as expected)
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed