package/pkcs11-helper: new package
authorAdam Duskett <Aduskett@gmail.com>
Wed, 30 Oct 2019 00:56:03 +0000 (17:56 -0700)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sun, 12 Apr 2020 21:35:09 +0000 (23:35 +0200)
commitdee4fbdf5a777aab2fb3d47128908879002aae21
treec1792f3854604da5986cb3bf4c7c940547bc492b
parent71a46eb5725d7dc51266bdee0b9aa27172f140d5
package/pkcs11-helper: new package

pkcs11-helper is a library that simplifies the interaction with
PKCS#11 providers for end-user applications. Pkcs11-helper allows
using multiple PKCS#11 providers at the same time, enumerating
available token certificates, or selecting a certificate directly by
serialized id, handling card removal and card insert events, handling
card re-insert to a different slot, supporting session expiration and
much more all using a simple API.

Signed-off-by: Adam Duskett <Aduskett@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
DEVELOPERS
package/Config.in
package/pkcs11-helper/Config.in [new file with mode: 0644]
package/pkcs11-helper/pkcs11-helper.hash [new file with mode: 0644]
package/pkcs11-helper/pkcs11-helper.mk [new file with mode: 0644]