Skip to content

Commit

Permalink
Fix list of IV_PROTO flags (order was wrong)
Browse files Browse the repository at this point in the history
Signed-off-by: Frank Lichtenheld <[email protected]>
  • Loading branch information
flichtenheld committed Feb 6, 2024
1 parent f484c8f commit 800c45e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions openvpn-wire-protocol.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1446,9 +1446,9 @@ struct key_exchange {
<li>bit 4: The client is capable of accepting additional arguments
to the <xref target="authpending">AUTH_PENDING</xref> message.</li>
<li>bit 5: The client supports doing feature negotiation in P2P mode.</li>
<li>bit 6: The client is capable of accepting <xref target="authfailed">AUTH_FAILED,TEMP</xref> messages.</li>
<li>bit 7: The client is capable of parsing and receiving the <xref target="dnsproto">dns</xref> messages pushed option</li>
<li>bit 8: The client is capable of sending exit notification via control channel using <xref target="exitcc">EXIT</xref> message. The client is accpting the protocol-flags pushed option for the EKM capability</li>
<li>bit 6: The client is capable of parsing and receiving the <xref target="dnsproto">dns</xref> messages pushed option</li>
<li>bit 7: The client is capable of sending exit notification via control channel using <xref target="exitcc">EXIT</xref> message. The client is accpting the protocol-flags pushed option for the EKM capability</li>
<li>bit 8: The client is capable of accepting <xref target="authfailed">AUTH_FAILED,TEMP</xref> messages.</li>
<li>bit 9: The client is capable of dynamic tls-crypt</li>
<li>bit 10: The client is capaple of AEAD tag at the end of a data channel packet and capable of using 64bit packet counters for AEAD ciphers.</li>

Expand Down

0 comments on commit 800c45e

Please sign in to comment.