You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: openvpn-wire-protocol.xml
+30-3Lines changed: 30 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1458,12 +1458,13 @@ struct key_exchange {
1458
1458
<li>bit 4: The client is capable of accepting additional arguments
1459
1459
to the <xreftarget="authpending">AUTH_PENDING</xref> message.</li>
1460
1460
<li>bit 5: The client supports doing feature negotiation in P2P mode.</li>
1461
-
<li>bit 6: The client is capable of parsing and receiving the <xreftarget="dnsproto">dns</xref> messages pushed option</li>
1461
+
<li>bit 6: The client is capable of parsing and receiving the <xreftarget="dnsproto">dns</xref> messages pushed option. DEPRECATED. Do not use.</li>
1462
1462
<li>bit 7: The client is capable of sending exit notification via control channel using <xreftarget="exitcc">EXIT</xref> message. The client is accpting the protocol-flags pushed option for the EKM capability</li>
1463
1463
<li>bit 8: The client is capable of accepting <xreftarget="authfailed">AUTH_FAILED,TEMP</xref> messages.</li>
1464
1464
<li>bit 9: The client is capable of dynamic tls-crypt</li>
1465
-
<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>
1466
-
1465
+
<li>bit 10: The client is capable of AEAD tag at the end of a data channel packet and capable of using 64bit packet counters for AEAD ciphers.</li>
1466
+
<li>bit 11: The client is capable of parsing and receiving the <xreftarget="dnsproto">dns</xref> messages pushed option.</li>
1467
+
<li>bit 12: The client is capable of receiving <xreftarget="pushupdate">PUSH_UPDATE</xref> message.</li>
0 commit comments