AWS cli documentation change
Summary
Added SHA_1 to KeyCheckValueAlgorithm options and updated CLI version
Security assessment
Expands key validation algorithm options to include SHA-1, a security-related feature, but no indication of a vulnerability fix.
Diff
diff --git a/cli/latest/reference/payment-cryptography-data/translate-pin-data.md b/cli/latest/reference/payment-cryptography-data/translate-pin-data.md index 519f0f6d1..5000725dc 100644 --- a//cli/latest/reference/payment-cryptography-data/translate-pin-data.md +++ b//cli/latest/reference/payment-cryptography-data/translate-pin-data.md @@ -15 +15 @@ - * [AWS CLI 2.27.51 Command Reference](../../index.html) » + * [AWS CLI 2.27.54 Command Reference](../../index.html) » @@ -401 +401 @@ JSON Syntax: - "KeyCheckValueAlgorithm": "CMAC"|"ANSI_X9_24"|"HMAC" + "KeyCheckValueAlgorithm": "CMAC"|"ANSI_X9_24"|"HMAC"|"SHA_1" @@ -478 +478 @@ JSON Syntax: - "KeyCheckValueAlgorithm": "CMAC"|"ANSI_X9_24"|"HMAC" + "KeyCheckValueAlgorithm": "CMAC"|"ANSI_X9_24"|"HMAC"|"SHA_1" @@ -639 +639 @@ KeyCheckValue -> (string) - * [AWS CLI 2.27.51 Command Reference](../../index.html) » + * [AWS CLI 2.27.54 Command Reference](../../index.html) »