AWS cli documentation change
Summary
Updated CLI version reference, clarified certificate usage for TR-34 key block signing, and adjusted minimum length for WrappedKey parameter from 48 to 32.
Security assessment
The change to the WrappedKey minimum length (48→32) and TR-34 certificate clarification improve accuracy of security-related parameters but do not explicitly address a vulnerability. These updates reflect technical corrections to security documentation.
Diff
diff --git a/cli/latest/reference/payment-cryptography/export-key.md b/cli/latest/reference/payment-cryptography/export-key.md index 309aa271e..71770a86b 100644 --- a//cli/latest/reference/payment-cryptography/export-key.md +++ b//cli/latest/reference/payment-cryptography/export-key.md @@ -15 +15 @@ - * [AWS CLI 2.31.26 Command Reference](../../index.html) » + * [AWS CLI 2.31.27 Command Reference](../../index.html) » @@ -354 +354 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/paymen ->>> Certificate used for signing the export key +>>> The certificate used to sign the TR-34 key block. @@ -1046 +1046 @@ WrappedKey -> (structure) ->> * min: `48` +>> * min: `32` @@ -1088 +1088 @@ WrappedKey -> (structure) - * [AWS CLI 2.31.26 Command Reference](../../index.html) » + * [AWS CLI 2.31.27 Command Reference](../../index.html) »