sshcerts
sshcerts copied to clipboard
A crate for reading, parsing, verifying, and generating OpenSSH certificates and keys.
Allow the sign() method of the SSHCertificateSigner trait to be asynchronous. Propagate the changes through the package to use Tokio. I'm not sure you're going to want to merge this,...
Needed to build a tool to pull some metadata out of SK SSH signatures
New Yubikeys come with AES rather than TDES management keys so we need to support that. Support is forthcoming in a new version of the Yubikey library but that means...
Status: Doesn't build All of these are untested. Just committing for visbility. It seems like `x509-cert` doesn't implement cert signature verification.
Verifying that we still have consistency with both FIDO2 backends. We still need `tap to select` to make them equally usable though. If we can implement that downstream in `ctap-hid-fido2`...