Releases: github/ssh_data
Releases · github/ssh_data
2.0.0
06 Jan 19:38
Compare
Sorry, something went wrong.
No results found
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
21 Jan 15:45
Compare
Sorry, something went wrong.
No results found
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
02 Dec 16:11
Compare
Sorry, something went wrong.
No results found
Support basic parsing of Ed25519-SK and ECDSA-SK keys
Support for Ruby 3.0.
1.1.0
08 Aug 16:11
Compare
Sorry, something went wrong.
No results found
Support for force-command and source-address critical options.
1.0.0
25 Jun 17:51
Compare
Sorry, something went wrong.
No results found
Getting ready to opensource
0.0.10
10 Jun 21:56
Compare
Sorry, something went wrong.
No results found
Parse PEM keys with empty passphrase — #10
0.0.9
10 Jun 21:45
Compare
Sorry, something went wrong.
No results found
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