Skip to content

Releases: philr/putty-key

v1.1.1

23 Oct 16:45
Compare
Choose a tag to compare
  • Add support for Ruby 3.2.
  • Add support for OpenSSL 3 (requires either Ruby 3.1+, or version 3.0.0+ of the openssl gem).

PuTTY::Key v1.1.1 on RubyGems.org

v1.1.0

24 May 11:09
Compare
Choose a tag to compare
  • Add support for format 3 .ppk files introduced in PuTTY version 0.75. PuTTY::Key::PPK#save defaults to saving format 2 files. libargon2 is required to load and save encrypted format 3 files.
  • Write files using LF line endings (Unix) instead of CRLF (Windows) to match PuTTYgen version 0.75 (versions up to 0.74 used CRLF, but are compatible with CRLF and LF).
  • Support reading files with CR line endings (Classic Mac OS).
  • Support reading from and writing to IO-like streams.
  • Allow loading and saving files with empty private or public keys.
  • Fix adding unnecessary padding to the private key on saving when it is an exact multiple of the block size.

PuTTY::Key v1.1.0 on RubyGems.org

v1.0.1

26 Dec 20:37
Compare
Choose a tag to compare
  • Fix errors converting DSA and RSA PPK keys to OpenSSL in OpenSSL::PKey.from_ppk(ppk) with Ruby MRI 2.4 and later.
  • Fix errors converting EC PPK keys to OpenSSL in OpenSSL::PKey.from_ppk(ppk) with JRuby 9.2.
  • Fix errors converting EC keys from OpenSSL to PPK in OpenSSL::PKey::EC.to_ppk with JRuby 9.2.
  • Enable frozen string literals.
  • Load dependencies using require_relative instead of require.
  • Remove support for Rubinius.

PuTTY::Key v1.0.1 on RubyGems.org

v1.0.0

02 Apr 18:01
Compare
Choose a tag to compare