Skip to content

Commit

Permalink
Add doc for configuration of MAC-based protection (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
kiron-mx authored Sep 24, 2024
1 parent b7eafe7 commit a8c4d20
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions doc/config/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -465,6 +465,13 @@ the EE and RA configurations are consistent for all types of requests.
To this end it can be helpful to differentiate via certificate profiles.


Note: If the `VerificationContext` is configured with MAC-based protection,
the RA must use the same credentials as `OutputCredentials`.
In this case, the configuration of the `OutputCredentials` object is ignored
and the credentials from the `VerificationContext` are used for protecting outgoing messages.
If a validation error occurs at the RA, the `OutputCredentials` are used to protect the error message.


##### The `SignatureCredentialContext` object

The **`SignatureCredentialContext`** object holds the values needed
Expand Down

0 comments on commit a8c4d20

Please sign in to comment.