Skip to content

Releases: github/ssh_data

1.3.0

21 Jan 15:45
a1b98d5
Compare
Choose a tag to compare
  • 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
1890c4b
Compare
Choose a tag to compare
  • Support basic parsing of Ed25519-SK and ECDSA-SK keys
  • Support for Ruby 3.0.

1.1.0

08 Aug 16:11
e61f398
Compare
Choose a tag to compare

Support for force-command and source-address critical options.

1.0.0

25 Jun 17:51
55cd100
Compare
Choose a tag to compare

Getting ready to opensource

0.0.10

10 Jun 21:56
ca0ab31
Compare
Choose a tag to compare
  • Parse PEM keys with empty passphrase — #10

0.0.9

10 Jun 21:45
d19cb6f
Compare
Choose a tag to compare
  • 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