AWS cli documentation change
Summary
Added HMAC to Algorithm options and updated CLI version
Security assessment
Expands supported MAC algorithms to include HMAC, a security feature, but does not indicate a security fix.
Diff
diff --git a/cli/latest/reference/payment-cryptography-data/generate-mac.md b/cli/latest/reference/payment-cryptography-data/generate-mac.md index 7886f2650..395128e9e 100644 --- a//cli/latest/reference/payment-cryptography-data/generate-mac.md +++ b//cli/latest/reference/payment-cryptography-data/generate-mac.md @@ -15 +15 @@ - * [AWS CLI 2.27.51 Command Reference](../../index.html) » + * [AWS CLI 2.27.54 Command Reference](../../index.html) » @@ -224 +224 @@ JSON Syntax: - "Algorithm": "ISO9797_ALGORITHM1"|"ISO9797_ALGORITHM3"|"CMAC"|"HMAC_SHA224"|"HMAC_SHA256"|"HMAC_SHA384"|"HMAC_SHA512", + "Algorithm": "ISO9797_ALGORITHM1"|"ISO9797_ALGORITHM3"|"CMAC"|"HMAC"|"HMAC_SHA224"|"HMAC_SHA256"|"HMAC_SHA384"|"HMAC_SHA512", @@ -411 +411 @@ Mac -> (string) - * [AWS CLI 2.27.51 Command Reference](../../index.html) » + * [AWS CLI 2.27.54 Command Reference](../../index.html) »