Re: [Openvpn-devel] [PATCH 3/9] Implement keymgmt in the xkey provider

2021-09-22 Thread Selva Nair
Hi, hmm.. there is some cruft in the commit message referring to a non-existent function, in case anyone reads it. The code itself is fine. On Wed, Sep 22, 2021 at 5:13 PM wrote: > From: Selva Nair > > A minimal set of functions for keymgmt are implemented. > No support for external key import

[Openvpn-devel] [PATCH 3/9] Implement keymgmt in the xkey provider

2021-09-22 Thread selva . nair
From: Selva Nair A minimal set of functions for keymgmt are implemented. No support for external key import as yet, only native keys. Support for native keys is required as all public key ops will get delegated to us once SSL_CTX is initialized in our context. This will include digest-verify usin