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 <davids@openvpn.net>
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 <davids@openvpn.net>
This commit is contained in:
Lev Stipakov 2016-12-07 11:56:57 +02:00 committed by David Sommerseth
parent 7084a3993f
commit 212ef1a409

View file

@ -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
-------------------