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

Make over-width figure narrower #203

Merged
merged 2 commits into from
Jul 24, 2024
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
48 changes: 24 additions & 24 deletions draft-ietf-sframe-enc.md
Original file line number Diff line number Diff line change
Expand Up @@ -775,7 +775,7 @@ they are removed), then the sender will need to distribute a new sender key.
## MLS

The Messaging Layer Security (MLS) protocol provides group authenticated key
exchange {{?MLS-ARCH=I-D.ietf-mls-architecture}} {{!MLS-PROTO=RFC9420}}. In
exchange {{?I-D.ietf-mls-architecture}} {{!RFC9420}}. In
principle, it could be used to instantiate the sender key scheme above, but it
can also be used more efficiently directly.

Expand Down Expand Up @@ -1043,7 +1043,7 @@ The registration template is as follows:

* Recommended: Whether support for this cipher suite is recommended by the IETF.
Valid values are "Y", "N", and "D" as described in {{Section 17.1 of
MLS-PROTO}}. The default value of the "Recommended" column is "N". Setting the
RFC9420}}. The default value of the "Recommended" column is "N". Setting the
Recommended item to "Y" or "D", or changing an item whose current value is "Y"
or "D", requires Standards Action {{RFC8126}}.

Expand Down Expand Up @@ -1376,28 +1376,28 @@ packetization scheme to work interoperably, one would have to be defined, e.g.,
as proposed in {{?I-D.gouaillard-avtcore-codec-agn-rtp-payload}}.

~~~ aasvg
+---+-+-+-------+-+-------------+-------------------------------+<-+
|V=2|P|X| CC |M| PT | sequence number | |
+---+-+-+-------+-+-------------+-------------------------------+ |
| timestamp | |
+---------------------------------------------------------------+ |
| synchronization source (SSRC) identifier | |
+===============================================================+ |
| contributing source (CSRC) identifiers | |
| .... | |
+---------------------------------------------------------------+ |
| RTP extension(s) (OPTIONAL) | |
+->+--------------------+------------------------------------------+ |
| | SFrame header | | |
| +--------------------+ | |
| | | |
| | SFrame encrypted and authenticated payload | |
| | | |
+->+---------------------------------------------------------------+<-+
| | SRTP authentication tag | |
| +---------------------------------------------------------------+ |
| |
+--- SRTP Encrypted Portion SRTP Authenticated Portion ---+
+---+-+-+-------+-+-----------+------------------------------+<-+
|V=2|P|X| CC |M| PT | sequence number | |
+---+-+-+-------+-+-----------+------------------------------+ |
| timestamp | |
+------------------------------------------------------------+ |
| synchronization source (SSRC) identifier | |
+============================================================+ |
| contributing source (CSRC) identifiers | |
| .... | |
+------------------------------------------------------------+ |
| RTP extension(s) (OPTIONAL) | |
+->+-------------------+----------------------------------------+ |
| | SFrame header | | |
| +-------------------+ | |
| | | |
| | SFrame encrypted and authenticated payload | |
| | | |
+->+------------------------------------------------------------+<-+
| | SRTP authentication tag | |
| +------------------------------------------------------------+ |
| |
+--- SRTP Encrypted Portion SRTP Authenticated Portion ---+
~~~
{: #sframe-packet title="SRTP Packet with SFrame-Protected Payload"}

Expand Down
Loading