AWS apigateway documentation change
Summary
Updated TLS cipher suite names from underscore-separated format to hyphen-separated format in security policy documentation
Security assessment
This change updates the naming format of TLS cipher suites in API Gateway security policy documentation. While this documents security-related TLS configurations, there is no evidence of a security vulnerability being fixed. The change appears to be a documentation formatting update rather than addressing a security issue.
Diff
diff --git a/apigateway/latest/developerguide/apigateway-security-policies-list.md b/apigateway/latest/developerguide/apigateway-security-policies-list.md index 7710b9eb8..8cd40f435 100644 --- a//apigateway/latest/developerguide/apigateway-security-policies-list.md +++ b//apigateway/latest/developerguide/apigateway-security-policies-list.md @@ -117,12 +117,12 @@ SecurityPolicy_TLS13_1_2_2021_06 | TLS1.3 TLS1.2 | - * TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256 - * TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 - * TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256 - * TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256 - * TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384 - * TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 - * TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384 - * TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384 - * TLS_RSA_WITH_AES_128_GCM_SHA256 - * TLS_RSA_WITH_AES_128_CBC_SHA256 - * TLS_RSA_WITH_AES_256_GCM_SHA384 - * TLS_RSA_WITH_AES_256_CBC_SHA256 + * ECDHE-ECDSA-AES128-GCM-SHA256 + * ECDHE-RSA-AES128-GCM-SHA256 + * ECDHE-ECDSA-AES128-SHA256 + * ECDHE-RSA-AES128-SHA256 + * ECDHE-ECDSA-AES256-GCM-SHA384 + * ECDHE-RSA-AES256-GCM-SHA384 + * ECDHE-ECDSA-AES256-SHA384 + * ECDHE-RSA-AES256-SHA384 + * AES128-GCM-SHA256 + * AES128-SHA256 + * AES256-GCM-SHA384 + * AES256-SHA256