Skip to content

Releases: atc0005/check-cert

Release v0.3.0

21 Dec 12:36
6fef7a0
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

16 Dec 12:01
4369708
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

14 Dec 11:50
3f91765
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

13 Dec 21:37
36d9aac
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

13 Dec 15:14
5204016
Compare
Choose a tag to compare

Fixed

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

References

Release v0.1.11

13 Dec 12:42
469890c
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

12 Dec 14:56
912b694
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

10 Nov 11:43
7b46046
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

14 Oct 16:58
e9faeaf
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

07 Oct 10:55
a2b8062
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