cvs commit: ports/security Makefile ports/security/pkcs11-gateway
Makefile distinfo pkg-descr
Alex Dupre
ale at FreeBSD.org
Wed Apr 6 09:42:40 UTC 2011
ale 2011-04-06 09:42:40 UTC
FreeBSD ports repository
Modified files:
security Makefile
Added files:
security/pkcs11-gateway Makefile distinfo pkg-descr
Log:
pkcs11-gateway is a software that allows you to use a Linux 32-bit PKCS#11
module on FreeBSD i386/amd64.
It consists of a FreeBSD Cryptoki wrapper library that serializes and forwards
PKCS#11 function calls to a Linux server program that dlopen() and use the
real module. The communication between the two components is via a UNIX socket.
pkcs11-gateway is based on the rpc-layer of Gnome Keyring.
- Alex Dupre
ale at FreeBSD.org
Revision Changes Path
1.1162 +1 -0 ports/security/Makefile
1.1 +38 -0 ports/security/pkcs11-gateway/Makefile (new)
1.1 +2 -0 ports/security/pkcs11-gateway/distinfo (new)
1.1 +9 -0 ports/security/pkcs11-gateway/pkg-descr (new)
More information about the cvs-ports
mailing list