Skip to content

v0.4.0

Compare
Choose a tag to compare
@atc0005 atc0005 released this 25 Dec 17:25
· 1007 commits to master since this release
e1c14ef

Overview

Merry Christmas, Happy Holidays and (before long) Happy New Year!

  • all
    • new: add timestamp field to logger output
    • built using Go 1.15.6
      • Statically linked
      • Windows (x86, x64)
      • Linux (x86, x64)
  • certsum
    • bug fixes
    • speed improvements
    • new: application timeout

Added

  • all
    • add timestamp field to structured logging output
  • certsum
    • application timeout
      • default value set to help prevent app from "hanging"
      • custom values accepted to allow working around "brittle" or
        non-compliant devices which may take longer than usual to respond to
        scan attempts

Changed

  • certsum
    • refactor concurrent scanning implementation to increase speed, reduce
      complexity and help prevent deadlocks between competing tasks
    • increase summary output details

Fixed

  • certsum
    • Various potential race conditions and deadlocks

References