Skip to content

Releases: anthonyg-1/PSTcpIp

v6.0.2

01 Oct 17:55
d01ea6b
Compare
Choose a tag to compare

10/1/2024 - v6.0.2

Bug Fixes

  • Corrected and consolidated certificate chain logic for Get-TlsCertificate and Get-TlsInformation.
  • Corrected exception handling for target that cannot be connected to for Get-TlsInformation.

v6.0.1

01 Oct 17:05
7afa9ce
Compare
Choose a tag to compare

10/1/2024 - v6.0.1

Bug Fixes

  • Corrected logic forCertificateVerifies property from Get-TlsInformation to return false if any element in the certificate chain does not pass verification.

v6.0.0

01 Oct 16:53
b81a65d
Compare
Choose a tag to compare

10/1/2024 - v6.0.0

Breaking Changes

  • Changed CertificateVerifies property from output of Get-TlsInformation to CertificateIsTrusted which tests the full x509 certificate chain.

New Features

  • Full x509 certificate chain is now included in the output of Get-TlsInformation in the CertificateChain property.

v5.31.0

01 Oct 16:16
ec9cb7d
Compare
Choose a tag to compare

10/1/2024 - v5.31.0

Enhancements

  • Added additional ports for default scan in Test-TcpConnection.

v5.30.0

29 Sep 17:38
5d7aa37
Compare
Choose a tag to compare

9/29/2024 - v5.30.0

Enhancements

  • Added help example for Test-TcpConnection that included use of New-IPAddressList and updated help for New-IPAddressList.

v5.29.0

26 Sep 17:18
4a8b41a
Compare
Choose a tag to compare

9/25/2024 - v5.29.0

New Features

  • Removed the need to specify port 80 on the Port parameter for Get-HttpResponseHeader when selecting the HTTP option of the ProtocolScheme parameter.

v5.28.0

26 Sep 14:18
aaa52ad
Compare
Choose a tag to compare

9/25/2024 - v5.28.0

New Features

  • Added additional aliases for the IPV4Subnet parameter on New-IPAddressList.

v5.27.0

26 Sep 14:18
aaa52ad
Compare
Choose a tag to compare

9/25/2024 - v5.27.0

New Features

  • Added additional aliases for the IPV4Subnet parameter on New-IPAddressList.

v5.26.0

26 Sep 14:07
444b44b
Compare
Choose a tag to compare

9/25/2024 - v5.26.0

New Features

  • Added aliases and updated help for New-IPAddressList.

v5.25.1

25 Sep 14:42
893aacb
Compare
Choose a tag to compare

9/25/2024 - v5.25.1

Bug Fixes

  • Corrected hanging issue when generating IP addresses for New-IPAddressList.