[Openvpn-devel] [PATCH applied] Re: set TLS 1.2 as minimum by default

2021-09-21 Thread Gert Doering
Acked-by: Gert Doering Verified that v2 is indeed the same as v1, without the init options hunk. I have stared a the code a bit (looks reasonable) and run the client side tests (pass). To test if the compat mode works, I've connected from a client that was forced with "--tls-version-max 1.0" to

Re: [Openvpn-devel] [PATCH] BUILD: enable CFG and Spectre mitigation for MSVC

2021-09-21 Thread Lev Stipakov
Hi, Sorry for the delay. I got "command line error D8016: '/ZI' and '/guard:cf' command-line options are incompatible" errors for Debug configuration, Release works fine. Looks like "Debug Information Format: Program Database for Edit and Continue" is not compatible with Control Flow Guard: http

Re: [Openvpn-devel] [PATCH] BUILD: enable CFG and Spectre mitigation for MSVC

2021-09-21 Thread Илья Шипицин
thanks, I'll recheck and will send v2 soon вт, 21 сент. 2021 г. в 16:49, Lev Stipakov : > Hi, > > Sorry for the delay. > > I got "command line error D8016: '/ZI' and '/guard:cf' command-line > options are incompatible" errors for Debug configuration, > Release works fine. Looks like "Debug Infor

[Openvpn-devel] [PATCH] doc: fix indentation in protocol-options.rst

2021-09-21 Thread Antonio Quartulli
The bullet points are not proeprly indented and they trigger the following error/warning: rst2man.py openvpn.8.rst > openvpn.8 man-sections/protocol-options.rst:62: (ERROR/3) Unexpected indentation. man-sections/protocol-options.rst:67: (WARNING/2) Block quote ends without a blank line; unexpecte

[Openvpn-devel] [PATCH applied] Re: doc: fix indentation in protocol-options.rst

2021-09-21 Thread Gert Doering
Acked-by: Gert Doering .. that's what you get when I get something to copy-paste into a .rst file, instead of a proper patch :-P :-) Your patch has been applied to the master branch. commit 1b054afa9916fb0e2020ca3f04dbed6b345f8662 Author: Antonio Quartulli Date: Tue Sep 21 14:15:19 2021 +0200