Re: [Openvpn-devel] [PATCH v2 2/3] use new pkcs11-helper interface to add providers

2022-12-14 Thread Selva Nair
Hi, On Sun, Dec 11, 2022 at 2:14 PM Marc Becker via Openvpn-devel < openvpn-devel@lists.sourceforge.net> wrote: > The new interface in pkcs11-helper 1.28 allows decoupling of provider > registration and initialization. > This allows modifying more (and future) properties apart from the > 6 fixed

[Openvpn-devel] [PATCH v2 2/3] use new pkcs11-helper interface to add providers

2022-12-11 Thread Marc Becker via Openvpn-devel
The new interface in pkcs11-helper 1.28 allows decoupling of provider registration and initialization. This allows modifying more (and future) properties apart from the 6 fixed ones supported as arguments to pkcs11h_addProvider(). With the new interface it is easier to see (from a code perspectiv