diff options
author | Alex Dupre <ale@FreeBSD.org> | 2007-01-08 09:12:58 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2007-01-08 09:12:58 +0000 |
commit | 7c7317bc096f8b9f59cdc6849206a0d02b12dca1 (patch) | |
tree | 12b60bb1e83fa18ad399ece6ca091fb23a171e92 /security/Makefile | |
parent | bf23c2dac2e47a02aa98819ce4fb314291733f4f (diff) | |
download | ports-7c7317bc096f8b9f59cdc6849206a0d02b12dca1.tar.gz ports-7c7317bc096f8b9f59cdc6849206a0d02b12dca1.zip |
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/
Notes
Notes:
svn path=/head/; revision=181752
Diffstat (limited to 'security/Makefile')
-rw-r--r-- | security/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index 0fc7fe019244..adb6a130b215 100644 --- a/security/Makefile +++ b/security/Makefile @@ -546,6 +546,7 @@ SUBDIR += pinentry-gtk2 SUBDIR += pinentry-qt SUBDIR += pkcrack + SUBDIR += pkcs11-helper SUBDIR += pks SUBDIR += pktsuckers SUBDIR += poc |