mirror of
https://github.com/hashicorp/vault.git
synced 2025-08-14 18:47:01 +02:00
Document the Transit AES CMAC known issue. (#27714)
See PR #6147 for details about the problem.
This commit is contained in:
parent
2902e805ee
commit
dbcc7ef431
@ -88,3 +88,5 @@ incorrectly. For additional details, refer to the
|
|||||||
@include 'known-issues/agent-and-proxy-excessive-cpu-1-17.mdx'
|
@include 'known-issues/agent-and-proxy-excessive-cpu-1-17.mdx'
|
||||||
|
|
||||||
@include 'known-issues/config_listener_proxy_protocol_behavior_issue.mdx'
|
@include 'known-issues/config_listener_proxy_protocol_behavior_issue.mdx'
|
||||||
|
|
||||||
|
@include 'known-issues/transit-input-on-cmac-response.mdx'
|
||||||
|
@ -0,0 +1,13 @@
|
|||||||
|
<a id="transit-cmac-input-response" />
|
||||||
|
|
||||||
|
### Input data on Transit Generate CMAC Response
|
||||||
|
|
||||||
|
CMAC support in the Transit engine has a known issue that causes it to return
|
||||||
|
the original input along with the computed CMAC value in the CMAC field of the
|
||||||
|
response.
|
||||||
|
|
||||||
|
We recommend waiting until version 1.17.2+ent for using this feature.
|
||||||
|
|
||||||
|
#### Impacted versions
|
||||||
|
|
||||||
|
Affects 1.17.0+ent and1.17.1+ent.
|
Loading…
Reference in New Issue
Block a user