Releases: dawu415/PCFToolkit
Releases · dawu415/PCFToolkit
1.1.1
1.1.0 Release
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
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