github anthonyg-1/PSTcpIp v9.0.0

latest releases: v9.1.0, v9.0.1
3 days ago

10/14/2025 - v9.0.0

🚨 Breaking Change

Default certificate validation behavior has changed.

Beginning with v9.0.0, Get-TlsInformation no longer performs CRL or OCSP revocation checking by default. This change improves reliability when validating certificates from providers (such as Google) that do not include revocation endpoints.

If you require full revocation validation (including CRL and OCSP lookups), use the new -EnableRevocationCheck switch.

# New default behavior (revocation skipped)
Get-TlsInformation -Certificate $cert

# Legacy behavior (revocation enforced)
Get-TlsInformation -Certificate $cert -EnableRevocationCheck

Don't miss a new PSTcpIp release

NewReleases is sending notifications on new releases.