AWS cli documentation change
Summary
Added SHA_1 to KeyCheckValueAlgorithm options and updated CLI version
Security assessment
Adds SHA-1 as a documented option for key validation. No evidence of addressing a security vulnerability.
Diff
diff --git a/cli/latest/reference/payment-cryptography-data/encrypt-data.md b/cli/latest/reference/payment-cryptography-data/encrypt-data.md index 72a99dfd3..fb486b178 100644 --- a//cli/latest/reference/payment-cryptography-data/encrypt-data.md +++ b//cli/latest/reference/payment-cryptography-data/encrypt-data.md @@ -15 +15 @@ - * [AWS CLI 2.27.51 Command Reference](../../index.html) » + * [AWS CLI 2.27.54 Command Reference](../../index.html) » @@ -330 +330 @@ JSON Syntax: - "KeyCheckValueAlgorithm": "CMAC"|"ANSI_X9_24"|"HMAC" + "KeyCheckValueAlgorithm": "CMAC"|"ANSI_X9_24"|"HMAC"|"SHA_1" @@ -488 +488 @@ CipherText -> (string) - * [AWS CLI 2.27.51 Command Reference](../../index.html) » + * [AWS CLI 2.27.54 Command Reference](../../index.html) »