Signed-off-by: David Sommerseth <davids@openvpn.net>
Acked-by: Steffan Karger <steffan.karger@fox-it.com>
Message-Id: <
1481718210-15673-1-git-send-email-davids@openvpn.net>
URL: http://www.mail-archive.com/search?l=mid&q=
1481718210-15673-1-git-send-email-davids@openvpn.net
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.
+ Plug-ins providing support for deferred authentication can benefit from a more
+ responsive authentication where the server sends PUSH_REPLY immediately once
+ the authentication result is ready instead of waiting for the the client to
+ to send PUSH_REQUEST once more. This requires OpenVPN to be built with
+ ``./configure --enable-async-push``. This is a compile-time only switch.
Deprecated features
AC_ARG_ENABLE(
[async-push],
- [AS_HELP_STRING([--enable-async-push], [enable async-push support @<:@default=no@:>@])],
+ [AS_HELP_STRING([--enable-async-push], [enable async-push support for plugins providing deferred authentication @<:@default=no@:>@])],
,
[enable_async_push="no"]
)