Skip to content

Releases: dawu415/PCFToolkit

1.1.1

12 Nov 20:41
Compare
Choose a tag to compare

This small update enables the hostdialer to connect to servers requiring client authentication and get the peer certificates.

1.1.0 Release

07 Nov 04:02
2f5d050
Compare
Choose a tag to compare

Added new command get-expiring.
This command checks specifically and returns expiring certificates. By default, it checks for expiring certificates within the next 6 months. This time value can be overridden using the --expire-warning-time flag. An additional flag --show-ok, shows the certificates that are not expiring within the specified warning time. Use this to get the times when certificates will expire.

1.0.2-a

22 Oct 01:40
Compare
Choose a tag to compare

This is a rebuild of 1.0.2 using Golang version 1.13.3.

Cosmetic bug fix where the output of the info for the common name in the trust chain tree isn't printed because they may not have a common name. The full certificate Subject/Issuer string is printed instead.

This fixes CVE-2019-17596 and Go issue golang.org/issue/34960