From 800c45e6feca736b5b5b1dfc68c8144ab7010191 Mon Sep 17 00:00:00 2001 From: Frank Lichtenheld Date: Tue, 6 Feb 2024 14:26:12 +0100 Subject: [PATCH] Fix list of IV_PROTO flags (order was wrong) Signed-off-by: Frank Lichtenheld --- openvpn-wire-protocol.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/openvpn-wire-protocol.xml b/openvpn-wire-protocol.xml index 64eba52..6d21f1a 100644 --- a/openvpn-wire-protocol.xml +++ b/openvpn-wire-protocol.xml @@ -1446,9 +1446,9 @@ struct key_exchange {
  • bit 4: The client is capable of accepting additional arguments to the AUTH_PENDING message.
  • bit 5: The client supports doing feature negotiation in P2P mode.
  • -
  • bit 6: The client is capable of accepting AUTH_FAILED,TEMP messages.
  • -
  • bit 7: The client is capable of parsing and receiving the dns messages pushed option
  • -
  • bit 8: The client is capable of sending exit notification via control channel using EXIT message. The client is accpting the protocol-flags pushed option for the EKM capability
  • +
  • bit 6: The client is capable of parsing and receiving the dns messages pushed option
  • +
  • bit 7: The client is capable of sending exit notification via control channel using EXIT message. The client is accpting the protocol-flags pushed option for the EKM capability
  • +
  • bit 8: The client is capable of accepting AUTH_FAILED,TEMP messages.
  • bit 9: The client is capable of dynamic tls-crypt
  • 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.