Releases: github/ssh_data
Releases · github/ssh_data
2.0.0
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
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
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
Compare
Sorry, something went wrong.
No results found
btoews
released this
08 Aug 16:11
Support for force-command and source-address critical options.
1.0.0
Compare
Sorry, something went wrong.
No results found
btoews
released this
25 Jun 17:51
Getting ready to opensource
0.0.10
Compare
Sorry, something went wrong.
No results found
btoews
released this
10 Jun 21:56
Parse PEM keys with empty passphrase — #10
0.0.9
Compare
Sorry, something went wrong.
No results found
btoews
released this
10 Jun 21:45
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