AWS powershell documentation change
Summary
Updated SDK documentation link and added section about TLS 1.3 and post-quantum cryptography requirements
Security assessment
Adds new documentation about post-quantum cryptography security features and updates TLS implementation guidance. While security-related, there's no evidence of addressing a specific vulnerability.
Diff
diff --git a/powershell/v5/userguide/enforcing-tls.md b/powershell/v5/userguide/enforcing-tls.md index 9b07bf378..6851d65ce 100644 --- a//powershell/v5/userguide/enforcing-tls.md +++ b//powershell/v5/userguide/enforcing-tls.md @@ -15 +15,3 @@ For information about breaking changes and migrating your applications, see the -To increase security when communicating with AWS services, you should configure the Tools for PowerShell to use the appropriate TLS version. For information about how to do this, see [Enforcing a minimum TLS version](https://docs.aws.amazon.com/sdk-for-net/v3/developer-guide/enforcing-tls.html#enforcing-tls-ps) in the [AWS SDK for .NET Developer Guide](https://docs.aws.amazon.com/sdk-for-net/latest/developer-guide/). +To increase security when communicating with AWS services, you should configure the Tools for PowerShell to use the appropriate TLS version. For information about how to do this, see [Enforcing a minimum TLS version](https://docs.aws.amazon.com/sdk-for-net/v4/developer-guide/enforcing-tls.html#enforcing-tls-ps) in the [AWS SDK for .NET Developer Guide](https://docs.aws.amazon.com/sdk-for-net/latest/developer-guide/). + +TLS 1.3 is the prerequisite to enable post-quantum cryptography, which may require additional actions or configurations. To learn more, see [Enabling hybrid post-quantum TLS](https://docs.aws.amazon.com/sdkref/latest/guide/pqtls-details.html) in the _AWS SDKs and Tools Reference Guide_.