Releases: github/ssh_data
Releases · github/ssh_data
2.0.0
- Documentation and typo fixes by @jshawl #47, #49, and #50
- Fixes an issue where some SSH clients encode RSA signatures without insignificant zeros. #51
- Improves performance by memoizing the public key of an
SSHData::Signature
so it is not re-created every time it is accessed.
- [Breaking Change]: The minimum ruby version is now 3.1.
1.3.0
- Support for SSHSIG verification.
- Support for signature verification using SKED25519 and SKECDSA256.
- Fix DSA key generation for Ruby-OpenSSL 3.0 where the default Q-bits size changed.
1.2.0
- Support basic parsing of Ed25519-SK and ECDSA-SK keys
- Support for Ruby 3.0.
1.1.0
Support for force-command
and source-address
critical options.
1.0.0
Getting ready to opensource
0.0.10
- Parse PEM keys with empty passphrase — #10
0.0.9
- Raise on unknown private key PEM types — #6
- Re-encode PublicKey in OpenSSH authorized_keys format — #7
- Re-encode Certificate in OpenSSH authorized_keys format — #8
- Support RSA SHA2 variants — #9