On 07-11-16 11:50, Gert Doering wrote:
> Printing [IPv6] is no longer relevant information, as IPv6 support
> is always build in.  So, "2.4 = has IPv6, always".
> 
> [AEAD] is relevant information, as the underlying SSL library might
> be too old to have support for it (OpenSSL 0.9.x) and this eases
> figuring out why NCP is not upgrading a connection to AES-256-GCM.
> 
> Trac #762
> 
> Signed-off-by: Gert Doering <[email protected]>
> ---
>  src/openvpn/options.c | 4 +++-
>  1 file changed, 3 insertions(+), 1 deletion(-)
> 
> diff --git a/src/openvpn/options.c b/src/openvpn/options.c
> index 552bf5a..5a5e7ef 100644
> --- a/src/openvpn/options.c
> +++ b/src/openvpn/options.c
> @@ -103,7 +103,9 @@ const char title_string[] =
>    " [MH/RECVDA]"
>  # endif
>  #endif
> -  " [IPv6]"
> +#ifdef HAVE_AEAD_CIPHER_MODES
> +  " [AEAD]"
> +#endif
>    " built on " __DATE__
>  ;

ACK

-Steffan


------------------------------------------------------------------------------
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today. http://sdm.link/xeonphi
_______________________________________________
Openvpn-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openvpn-devel

Reply via email to