Re: [Openvpn-devel] [PATCH 3/4] cryptoapi.c: remove pre OpenSSL-3.01 support

2023-02-01 Thread Frank Lichtenheld
On Sat, Jan 28, 2023 at 05:34:20PM -0500, selva.n...@gmail.com wrote: > From: Selva Nair > > - Require xkey-provider (thus OpenSSL 3.01+) for --cryptoapicert > > Note: > Ideally we should also make ENABLE_CRYPTOAPI conditional > on HAVE_XKEY_PROVIDER but that looks hard unless we can agree >

[Openvpn-devel] [PATCH 3/4] cryptoapi.c: remove pre OpenSSL-3.01 support

2023-01-28 Thread selva . nair
From: Selva Nair - Require xkey-provider (thus OpenSSL 3.01+) for --cryptoapicert Note: Ideally we should also make ENABLE_CRYPTOAPI conditional on HAVE_XKEY_PROVIDER but that looks hard unless we can agree to move HAVE_XKEY_PROVIDER to configure/config.h. Or move ENABLE_CRYPTOAPI out of