Document the Transit AES CMAC known issue. (#27714)

See PR #6147 for details about the problem.
This commit is contained in:
Victor Rodriguez 2024-07-08 17:22:28 -04:00 committed by GitHub
parent 2902e805ee
commit dbcc7ef431
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 15 additions and 0 deletions

View File

@ -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'

View File

@ -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.