Re: [Openvpn-devel] [PATCH v3 5/5] Deprecate the --verify-hash option

2021-03-22 Thread Antonio Quartulli
Hi, On 22/03/2021 10:16, Arne Schwabe wrote: > Despite trying to figure out with multiple people what the use case for > this option is, we could not come up with a good one. Checking that only > a specific CA is used can be also done by only using that CA in the --ca > directive. > > Although it

[Openvpn-devel] [PATCH v3 5/5] Deprecate the --verify-hash option

2021-03-22 Thread Arne Schwabe
Despite trying to figure out with multiple people what the use case for this option is, we could not come up with a good one. Checking that only a specific CA is used can be also done by only using that CA in the --ca directive. Although it feels a bit strange to deprecate the option after improvi