Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove duplicate description of security #24457

Merged
merged 1 commit into from
Jan 18, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,10 +133,7 @@ stack captured in the following Figure:

4) **Action Framing:** Once an action is constructed using the Interaction
Model, it is serialized into a prescribed packed binary format to encode for
network transmission. Security: An encoded action frame is then processed by
the Security Layer: the message is encrypted and appended with a message
authentication code. These actions ensure the data remain confidential and
authentic between sender and receiver of the message.
network transmission.

5. **Security:** An encoded action frame is then sent down to the Security Layer
to encrypt and sign the payload to ensure that data is secured and
Expand Down