Skip to content

Commit

Permalink
Update cryptex references
Browse files Browse the repository at this point in the history
  • Loading branch information
aboba committed Nov 28, 2023
1 parent fbcee52 commit a2af30b
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1296,9 +1296,9 @@ <h3>
</h3>
<p>
RTP header extension encryption policy affects whether RTP header extension
encryption is negotiated if the remote endpoint does not support [[CRYPTEX]].
If the remote endpoint supports [[CRYPTEX]], all media streams are sent
utilizing [[CRYPTEX]].
encryption is negotiated if the remote endpoint does not support [[RFC9335]].
If the remote endpoint supports [[RFC9335]], all media streams are sent
utilizing [[RFC9335]].
</p>
<div>
<pre id="target-rtp-header-encryption-policy" class="idl">enum RTCRtpHeaderEncryptionPolicy {
Expand All @@ -1315,7 +1315,7 @@ <h3>
<td><dfn data-idl>negotiate</dfn></td>
<td>
<p>
Negotiate RTP header extension encryption as defined in [[CRYPTEX]].
Negotiate RTP header extension encryption as defined in [[RFC9335]].
If encryption cannot be negotiated, RTP header extensions are sent in
the clear.
<p>
Expand All @@ -1329,7 +1329,7 @@ <h3>
following check after Step 4.4.4:
If <var>remote</var> is <code>true</code>, the <var>connection</var>'s
{{RTCRtpHeaderEncryptionPolicy}} is {{RTCRtpHeaderEncryptionPolicy/require}}
and the description does not support [[CRYPTEX]], then [= reject =] <var>p</var>
and the description does not support [[RFC9335]], then [= reject =] <var>p</var>
with a newly [= exception/created =] {{InvalidAccessError}} and abort these steps.
</p>
</td>
Expand All @@ -1345,7 +1345,7 @@ <h3>
<p>
{{RTCRtpTransceiver/rtpHeaderEncryptionNegotiated}} defines whether
the transceiver is sending enrypted RTP header extensions as defined in
[[CRYPTEX]].
[[RFC9335]].
</p>
<pre class="idl">
partial interface RTCRtpTransceiver {
Expand All @@ -1363,7 +1363,7 @@ <h2>
</dt>
<dd>
<p>
The {{rtpHeaderEncryptionNegotiated}} attribute indicates whether [[CRYPTEX]] has been
The {{rtpHeaderEncryptionNegotiated}} attribute indicates whether [[RFC9335]] has been
negotiated. On getting, the attribute MUST
return the value of the {{RTCRtpTransceiver/[[RtpHeaderEncryptionNegotiated]]}} slot.
In [[WEBRTC]] Section 5.4, add the following step to "create an {{RTCRtpTransceiver}}":
Expand All @@ -1381,7 +1381,7 @@ <h3>
<p>
{{RTCConfiguration/rtpHeaderEncryptionPolicy}} defines the
policy for negotiation of RTP header encryption using
[[CRYPTEX]].
[[RFC9335]].
</p>
<pre class="idl">partial dictionary RTCConfiguration {
RTCRtpHeaderEncryptionPolicy rtpHeaderEncryptionPolicy = "negotiate";
Expand Down

0 comments on commit a2af30b

Please sign in to comment.