AWS cli documentation change
Summary
Added SHA_1 to KeyCheckValueAlgorithm options and updated CLI version
Security assessment
Expands cryptographic algorithm options (including SHA-1) but does not address a specific security issue. SHA-1 has known vulnerabilities, but the change only documents its availability.
Diff
diff --git a/cli/latest/reference/payment-cryptography-data/decrypt-data.md b/cli/latest/reference/payment-cryptography-data/decrypt-data.md index dab889050..a68a78e04 100644 --- a//cli/latest/reference/payment-cryptography-data/decrypt-data.md +++ b//cli/latest/reference/payment-cryptography-data/decrypt-data.md @@ -15 +15 @@ - * [AWS CLI 2.27.51 Command Reference](../../index.html) » + * [AWS CLI 2.27.54 Command Reference](../../index.html) » @@ -321 +321 @@ JSON Syntax: - "KeyCheckValueAlgorithm": "CMAC"|"ANSI_X9_24"|"HMAC" + "KeyCheckValueAlgorithm": "CMAC"|"ANSI_X9_24"|"HMAC"|"SHA_1" @@ -479 +479 @@ PlainText -> (string) - * [AWS CLI 2.27.51 Command Reference](../../index.html) » + * [AWS CLI 2.27.54 Command Reference](../../index.html) »