summaryrefslogtreecommitdiff
path: root/security/pkcs11-gateway/pkg-descr
blob: 301c0114dc80e68d69e7343ecfaa9aa31f3c1f27 (plain) (blame)
1
2
3
4
5
6
pkcs11-gateway is a software that allows you to use a Linux 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.