Releases: anthonyg-1/PSTcpIp
Releases · anthonyg-1/PSTcpIp
v6.0.2
10/1/2024 - v6.0.2
Bug Fixes
- Corrected and consolidated certificate chain logic for
Get-TlsCertificate
andGet-TlsInformation
. - Corrected exception handling for target that cannot be connected to for
Get-TlsInformation
.
v6.0.1
10/1/2024 - v6.0.1
Bug Fixes
- Corrected logic for
CertificateVerifies
property fromGet-TlsInformation
to return false if any element in the certificate chain does not pass verification.
v6.0.0
10/1/2024 - v6.0.0
Breaking Changes
- Changed
CertificateVerifies
property from output ofGet-TlsInformation
toCertificateIsTrusted
which tests the full x509 certificate chain.
New Features
- Full x509 certificate chain is now included in the output of
Get-TlsInformation
in theCertificateChain
property.
v5.31.0
10/1/2024 - v5.31.0
Enhancements
- Added additional ports for default scan in
Test-TcpConnection
.
v5.30.0
9/29/2024 - v5.30.0
Enhancements
- Added help example for
Test-TcpConnection
that included use ofNew-IPAddressList
and updated help forNew-IPAddressList
.
v5.29.0
9/25/2024 - v5.29.0
New Features
- Removed the need to specify port 80 on the
Port
parameter forGet-HttpResponseHeader
when selecting theHTTP
option of theProtocolScheme
parameter.
v5.28.0
9/25/2024 - v5.28.0
New Features
- Added additional aliases for the
IPV4Subnet
parameter onNew-IPAddressList
.
v5.27.0
9/25/2024 - v5.27.0
New Features
- Added additional aliases for the
IPV4Subnet
parameter onNew-IPAddressList
.
v5.26.0
9/25/2024 - v5.26.0
New Features
- Added aliases and updated help for
New-IPAddressList
.
v5.25.1
9/25/2024 - v5.25.1
Bug Fixes
- Corrected hanging issue when generating IP addresses for
New-IPAddressList
.