mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
7c7317bc09
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. pkcs11-helper is not designed to manage card content, since object attributes are usually vendor specific, and 99% of application need to access existing objects in order to perform signature and decryption. WWW: http://www.opensc-project.org/pkcs11-helper/
20 lines
727 B
Plaintext
20 lines
727 B
Plaintext
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.
|
|
|
|
pkcs11-helper is not designed to manage card content, since
|
|
object attributes are usually vendor specific, and 99% of
|
|
application need to access existing objects in order to
|
|
perform signature and decryption.
|
|
|
|
WWW: http://www.opensc-project.org/pkcs11-helper/
|
|
|
|
- Alex Dupre
|
|
ale@FreeBSD.org
|