From: Lev Stipakov Date: Wed, 7 Dec 2016 09:56:57 +0000 (+0200) Subject: Add "async push" feature to Changes.rst X-Git-Tag: v2.4_rc2~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=212ef1a409b375174dd81d52da34678ebab685ae;p=thirdparty%2Fopenvpn.git Add "async push" feature to Changes.rst [DS: slightly enhanced the --enable-async-push remark to make it even more clear it is a build time configuration] Acked-by: David Sommerseth Message-Id: <1481104617-3675-1-git-send-email-lstipakov@gmail.com> URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg13420.html Signed-off-by: David Sommerseth --- diff --git a/Changes.rst b/Changes.rst index 843f2bd5f..de2d8b008 100644 --- a/Changes.rst +++ b/Changes.rst @@ -147,6 +147,12 @@ Control channel encryption (``--tls-crypt``) channel packets. Provides more privacy, some obfuscation and poor-man's post-quantum security. +Asynchronous push reply + If asynchronous authentication is enabled and completed after server received + PUSH_REQUEST message, server sends PUSH_REPLY immediately without waiting for next + PUSH_REQUEST. Requires use of ``--enable-async-push`` as ./configure parameter at + build time. + Deprecated features -------------------