Only compile-tested on Linux / OpenSSL 3.0.1 (and briefly glanced over
the code to see what happens). It breaks...
xkey_provider.c:223:16: error: 'XKEY_KEYDATA' has no member named 'free'
223 | key->free = (XKEY_PRIVKEY_FREE_fn *) EVP_PKEY_free;
| ^~
xkey_provider.c:223:26: error: 'XKEY_PRIVKEY_FREE_fn' undeclared (first use in
this function)
223 | key->free = (XKEY_PRIVKEY_FREE_fn *) EVP_PKEY_free;
| ^~~~~~~~~~~~~~~~~~~~
*but* this is fixed in 03/18 - and as the whole patchset is basically
a no-op before all is in (it will break compilation with 3.0.1, so
might annoy someone doing bisect in the future, hitting just that commit
by chance...) I'll still merge & push.
Your patch has been applied to the master branch.
commit 44509116da50b53a5588318fb27b2e4a3da4ab6c
Author: Selva Nair
Date: Tue Dec 14 11:59:12 2021 -0500
Implement KEYMGMT in the xkey provider
Signed-off-by: Selva Nair <[email protected]>
Acked-by: Arne Schwabe <[email protected]>
Message-Id: <[email protected]>
URL:
https://www.mail-archive.com/[email protected]/msg23438.html
Signed-off-by: Gert Doering <[email protected]>
--
kind regards,
Gert Doering
_______________________________________________
Openvpn-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openvpn-devel