diff options
author | Alex Dupre <ale@FreeBSD.org> | 2011-04-06 09:42:40 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2011-04-06 09:42:40 +0000 |
commit | d8e2db78aa9fcb0ea01d6d0271162dcadbc6e412 (patch) | |
tree | 8e772b3cdc59a8db4c993b9a2f501f781be91a79 /security/Makefile | |
parent | d29ca23058c1abb597c8b51dc7e721f7d8d235cc (diff) | |
download | ports-d8e2db78aa9fcb0ea01d6d0271162dcadbc6e412.tar.gz ports-d8e2db78aa9fcb0ea01d6d0271162dcadbc6e412.zip |
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@FreeBSD.org
Notes
Notes:
svn path=/head/; revision=272299
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 620d528093d9..0dd5bbbebe30 100644 --- a/security/Makefile +++ b/security/Makefile @@ -661,6 +661,7 @@ SUBDIR += pinentry-qt4 SUBDIR += pkcrack SUBDIR += pkcs11-dump + SUBDIR += pkcs11-gateway SUBDIR += pkcs11-helper SUBDIR += pks SUBDIR += pktsuckers |