AWS AmazonS3 documentation change
Summary
Updated terminology from 'SSL cipher' to 'TLS cipher' in HTTPS context
Security assessment
Change reflects updated terminology (TLS instead of SSL) but does not address a specific security vulnerability or weakness
Diff
diff --git a/AmazonS3/latest/userguide/LogFormat.md b/AmazonS3/latest/userguide/LogFormat.md index 2cd30e967..e889ac759 100644 --- a//AmazonS3/latest/userguide/LogFormat.md +++ b//AmazonS3/latest/userguide/LogFormat.md @@ -264 +264 @@ The signature version, `SigV2` or `SigV4`, that was used to authenticate the req -The Secure Sockets Layer (SSL) cipher that was negotiated for an HTTPS request or a `-` for HTTP. +The Transport Layer Security (TLS) cipher that was negotiated for an HTTPS request or a `-` for HTTP. @@ -537 +537 @@ The signature version, `SigV2` or `SigV4`, that was used to authenticate the req -The Secure Sockets Layer (SSL) cipher that was negotiated for an HTTPS request, or a `-` for HTTP. +The Transport Layer Security (TLS) cipher that was negotiated for an HTTPS request, or a `-` for HTTP.