Skip to content

Releases: TritonDataCenter/node-sshpk

v1.18.0

03 Apr 16:07
v1.18.0
8df0385
Compare
Choose a tag to compare

What's Changed

  • Add support for ed25519 private keys in pkcs8 by @teutat3s in #92

New Contributors

Full Changelog: v1.17.0...v1.18.0

v1.17.0

03 Apr 16:08
3e83664
Compare
Choose a tag to compare

What's Changed

  • TOOLS-2101 jsstyle submodules too old for old perls by @cburroughs in #65
  • TRITON-1943 add Jenkinsfiles to Triton repositories by @cburroughs in #64
  • MANTA-4808 jenkins-joylib notifications should include "mantav1" branch builds by @trentm in #66
  • TRITON-2254 Change joyMattermostNotification to joySlackNotifications by @bahamat in #77
  • node-sshpk#27 PuTTY private key support by @Eugeny in #76
  • node-sshpk#27 prep for release by @bahamat in #79

Full Changelog: v1.16.1...v1.17.0

v1.16.1

25 Jan 01:29
Compare
Choose a tag to compare
  • Fixes for #60 (correctly encoding certificates with expiry dates >=2050), #62 (accepting PKCS#8 EC private keys with missing public key parts)

v1.16.0

21 Dec 01:59
Compare
Choose a tag to compare
  • Add support for SPKI fingerprints, PuTTY PPK format (public-key only for now), PKCS#8 PBKDF2 encrypted private keys
  • Fix for #48

v1.15.2

21 Dec 01:58
Compare
Choose a tag to compare
  • New API for accessing x509 extensions in certificates
  • Fixes for #52, #50

v1.14.1

13 Mar 00:08
Compare
Choose a tag to compare
  • Remove all remaining usage of jodid25519 (abandoned dep)
  • Add support for DNSSEC key format
  • Add support for Ed25519 keys in PEM format (according to draft-curdle-pkix)
  • Fixes for X.509 encoding issues (asn.1 NULLs in RSA certs, cert string type mangling)
  • Performance issues parsing long SSH public keys

v1.13.0

13 Mar 00:05
Compare
Choose a tag to compare
  • Support SSH-format rsa-sha2-256 signatures (e.g. so the SSH agent can sign using RSA-SHA256)

v1.12.0

13 Mar 00:04
Compare
Choose a tag to compare
  • Support for generating ECDSA keys using generatePrivateKey()
  • Minimum for sshpk-agent to be able to sign new certificates using an agent key

v1.11.0

13 Mar 00:03
Compare
Choose a tag to compare
  • Added support for X.509 extKeyUsage

v1.10.0

29 Aug 19:42
Compare
Choose a tag to compare
  • Added support for OpenSSH format encrypted private keys (the ssh-keygen -o format, with a passphrase)