Date: Mon, 8 Jan 2007 09:12:58 +0000 (UTC) From: Alex Dupre <ale@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security Makefile ports/security/pkcs11-helper Makefile distinfo pkg-descr pkg-plist ports/security/pkcs11-helper/files patch-configure Message-ID: <200701080912.l089Cwh7043970@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
ale 2007-01-08 09:12:58 UTC
FreeBSD ports repository
Modified files:
security Makefile
Added files:
security/pkcs11-helper Makefile distinfo pkg-descr pkg-plist
security/pkcs11-helper/files patch-configure
Log:
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/
Revision Changes Path
1.850 +1 -0 ports/security/Makefile
1.1 +37 -0 ports/security/pkcs11-helper/Makefile (new)
1.1 +3 -0 ports/security/pkcs11-helper/distinfo (new)
1.1 +13 -0 ports/security/pkcs11-helper/files/patch-configure (new)
1.1 +19 -0 ports/security/pkcs11-helper/pkg-descr (new)
1.1 +16 -0 ports/security/pkcs11-helper/pkg-plist (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200701080912.l089Cwh7043970>
