Skip to content

Latest commit

 

History

History
55 lines (40 loc) · 2.42 KB

CHANGELOG.md

File metadata and controls

55 lines (40 loc) · 2.42 KB

1.4.0 / 2020-10-14

  • Fix Couldn't extract certificate for "{{HOSTNAME}}" error (#14)
  • New feature to check certificate chain of remote host (#15)
  • Fix NPM vulnerabilities

1.3.3 / 2018-07-11

1.3.2 / 2016-09-05

  • Remove unnecessary functions #6
  • Cleanup code

1.3.1 / 2016-01-11

  • Check for sub commands, fix #12
  • Version bump to 1.3.1
  • Remove symlinks of sub commands in $PATH

1.3.0 (2015-11-17)

  • Update openssl-cert-tools module to 1.2.0 (f9b1880)
  • Version bump to 1.3.0 (36808cc)

1.2.1 (2015-11-17)

  • Use openssl.getCertificate() to extract remote certificate (88ea207)
  • Version bump to 1.2.1 (123639f)

1.2.0 (2015-10-18)

  • Add Node based getCertificateInfo() function (5dd7903) and (58a57da)
  • Add openssl wrapper lib (5c2f450)
  • Rename attemptToFixChain() to resolveCertificateChain() (5b9a884)

1.1.1 (2015-10-16)