Skip to content

Releases: atc0005/check-cert

Release v0.3.0

22 Feb 01:28
Compare
Choose a tag to compare

Overview

  • certsum: improved support for specifying hosts
  • built using Go 1.15.6
    • Statically linked
    • Windows (x86, x64)
    • Linux (x86, x64)

Added

Changed

  • Rename internal/net to internal/netutils

    • help avoid conflicts with net standard library package
  • certsum: omit results table if no certificate issues found

  • Dependencies

    • actions/setup-node
      • v2.1.3 to v2.1.4

References

Release v0.2.0

22 Feb 01:27
Compare
Choose a tag to compare

Added

  • Add IP range cert scanner prototype: certsum
  • Add support for verifying MD5-RSA signatures

References

Release v0.1.14

22 Feb 01:27
Compare
Choose a tag to compare

Fixed

  • v1 leaf certificates misidentified as root certs
  • v3 leaf certificates marked as "UNKNOWN"

References

Release v0.1.13

22 Feb 01:27
Compare
Choose a tag to compare

Fixed

  • Self-signed leaf certificate misidentified as root certificate
  • Nagios plugin: Logging output intended for debugging mixing with output intended for console

References

Release v0.1.12

22 Feb 01:27
Compare
Choose a tag to compare

Fixed

  • Expired (version 1) CA certificate misidentified as leaf certificate

References

Release v0.1.11

22 Feb 01:26
Compare
Choose a tag to compare

Fixed

  • README: Examples include serial numbers in wrong format
  • Certificate serial number missing leading zero

References

Release v0.1.10

22 Feb 01:25
Compare
Choose a tag to compare

Changed

  • Dependencies
    • built using Go 1.15.6
      • Statically linked
      • Windows (x86, x64)
      • Linux (x86, x64)
    • actions/setup-node
      • v2.1.2 to v2.1.3

Fixed

  • Certificate serial number reported in wrong format
  • Refactor config, logging packages
  • Makefile: version tagging broken
    • note: did not make it into a public release

References

Release v0.1.9

22 Feb 01:24
Compare
Choose a tag to compare

Changed

  • Statically linked binary release

    • Built using Go 1.15.3
    • Windows
      • x86
      • x64
    • Linux
      • x86
      • x64
  • Dependencies

    • actions/checkout
      • v2.3.3 to v2.3.4
    • atc0005/go-nagios
      • v0.5.1 to v0.5.2
  • Certificate summary

    • Add Issued On label with cert NotBefore value
  • Documentation

    • Add reference link: "How you get multiple TLS certificate chains from a
      server certificate"

References

Release v0.1.8

22 Feb 01:24
Compare
Choose a tag to compare

Of note

  • Statically linked binary release
    • Built using Go 1.15.2
    • Windows
      • x86
      • x64
    • Linux
      • x86
      • x64

Changed

  • Clarify SNI support for systems with multiple certificate chains
    • Update README to expand on behavior and requirements for the server and
      dns-name flags for hosts with multiple certificates.
    • Add extended Service Check output help text to guide sysadmins when first
      cert in chain fails hostname validation.

References

Release v0.1.7

22 Feb 01:24
Compare
Choose a tag to compare

Changed

  • Statically linked binary release

    • Built using Go 1.15.2
    • Windows
      • x86
      • x64
    • Linux
      • x86
      • x64
  • Dependencies

    • actions/setup-node
      • v2.1.1 to v2.1.2
  • Add '-trimpath' flag to Makefile build options

Fixed

  • Update CHANGELOG to reflect v0.1.6 binary release
  • Makefile generates checksums with qualified path
  • Makefile build options do not generate static binaries

References