-
Notifications
You must be signed in to change notification settings - Fork 167
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support signing requests using ED25519
Allow requests to be signed using ED25519 private keys by passing a nil digest. This is similar to commit f463f56 when signing certs. Note ED25519 keys do not implement the same `public_key` method, so the test must special case based on oid.
- Loading branch information
1 parent
8367b16
commit 95531e0
Showing
2 changed files
with
33 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters