ssh_data/spec
Kevin Jones e0c24b2c39
Support SSHSIG and SK verification.
This adds support for OpenSSH SSHSIG signatures, used for signing
arbitrary payloads.

This also adds support for public-key verification from -SK algorithms
so that signatures from security keys can be verified. This enables
using security keys for SSHSIG, as well as using security keys as
SSH-cert CAs.
2021-12-13 11:07:22 -05:00
..
fixtures Support SSHSIG and SK verification. 2021-12-13 11:07:22 -05:00
private_key fail consistenly when ed25519 gem isn't loaded 2019-06-24 14:40:33 -06:00
public_key Support SSHSIG and SK verification. 2021-12-13 11:07:22 -05:00
certificate_spec.rb Support SSHSIG and SK verification. 2021-12-13 11:07:22 -05:00
encoding_spec.rb address feedback from @ptoomey3 2019-02-25 09:14:01 -07:00
private_key_spec.rb Skip private key checks for SK keys 2021-03-03 14:00:04 -05:00
public_key_spec.rb keep the old `parse` methods since those are being used currently 2019-02-11 12:22:01 -07:00
signature_spec.rb Support SSHSIG and SK verification. 2021-12-13 11:07:22 -05:00
spec_helper.rb Disable colorization in rspec. 2021-03-02 11:15:49 -05:00