2/3/2023 - v4.1.0
New Features
- Renamed
Get-SslCertificate
toGet-TlsCertificate
while maintaining an alias for backward compatibility - Changed property of return type for
Test-TcpConnection
fromDestination
toHostName
in order to accommodate pipeline input forGet-TlsCertificate
andGet-TlsInformation
- Renamed
Get-TlsStatus
toGet-TlsInformation
while maintaining an alias for backward compatibility - Enabled pipeline input for
Get-TlsCertificate
andGet-TlsInformation
by property name - Added
SubjectAlternativeNames
property for return type ofGet-TlsInformation
- Changed SSL handshake error from terminating to non-terminating for
Get-Get-TlsCertificate
- Changed SSL handshake error from terminating to non-terminating for
Get-TlsInformation
- Added the ability to obtain SANs from the
SubjectAlternativeNames
property on the object returned fromGet-TlsInformation
for non-Windows operating systems via openssl.