AWS cli documentation change
Summary
Added SHA_1 to KeyCheckValueAlgorithm options and updated CLI version
Security assessment
Adds SHA-1 support in key validation documentation without evidence of resolving a security flaw.
Diff
diff --git a/cli/latest/reference/payment-cryptography-data/re-encrypt-data.md b/cli/latest/reference/payment-cryptography-data/re-encrypt-data.md index f9fc53553..cb038bc24 100644 --- a//cli/latest/reference/payment-cryptography-data/re-encrypt-data.md +++ b//cli/latest/reference/payment-cryptography-data/re-encrypt-data.md @@ -15 +15 @@ - * [AWS CLI 2.27.51 Command Reference](../../index.html) » + * [AWS CLI 2.27.54 Command Reference](../../index.html) » @@ -355 +355 @@ JSON Syntax: - "KeyCheckValueAlgorithm": "CMAC"|"ANSI_X9_24"|"HMAC" + "KeyCheckValueAlgorithm": "CMAC"|"ANSI_X9_24"|"HMAC"|"SHA_1" @@ -432 +432 @@ JSON Syntax: - "KeyCheckValueAlgorithm": "CMAC"|"ANSI_X9_24"|"HMAC" + "KeyCheckValueAlgorithm": "CMAC"|"ANSI_X9_24"|"HMAC"|"SHA_1" @@ -592 +592 @@ CipherText -> (string) - * [AWS CLI 2.27.51 Command Reference](../../index.html) » + * [AWS CLI 2.27.54 Command Reference](../../index.html) »