Re: [Openvpn-devel] [PATCH 4/7] do not include --cipher value in data-ciphers

2021-09-17 Thread Antonio Quartulli
Hi, we discussed on IRC how to improve the Changes.rst and the manpage part about --cipher. Here is the result: Changes.rst: ``--cipher`` argument is no longer appended to ``--data-ciphers`` by default. Data cipher negotiation has been introduced in 2.4.0 and been significantly impr

[Openvpn-devel] [PATCH] Correct value for --client-disconnect env variable common_name

2021-09-17 Thread stringvest88
From: Richard T Bonhomme A server configured with --client-disconnect and --username-as-common-name will pass the X509-CN not username, after the client has completed a renegotiation, to --client-disconnect. Explicitly set the environment variable common_name to the current value, which will be

Re: [Openvpn-devel] Summary of the community meeting (15th September 2021)

2021-09-17 Thread Arne Schwabe
> > If Arne is adding a provider implementation for this, maybe I > > should hold off? > > I am currently trying to get together a "small" provider by adapting > code from https://github.com/tpm2-software/tpm2-openssl > . My provid