You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Updated GitVersion.yml to latest pattern - Fixes Issue #245.
Changed Test-Thumbprint to cache supported hash algorithms to increase
performance - Fixes Issue #221.
Added warning messages into empty catch blocks in Certificate.PDT module to
assist with debugging.
Fixed
Removed requirement for tests to use New-SelfSignedCertificateEx from TechNet Gallery due to retirement.
This will prevent tests from running on Windows Server 2012 R2 - Fixes Issue #250.
Fixed FIPS support when used in versions of PowerShell Core 6 & PowerShell 7.
Moved thumbprint generation for testing into helper function New-CertificateThumbprint
and fixed tests for validating FIPS thumbprints in Test-Thumbprint so that it
runs on PowerShell Core/7.x.