freebsd-ports/security/pkcs11-gateway/pkg-descr
Alex Dupre 5bb2d563b6 Update to 1.4 release:
- add support for linux 64-bit pkcs#11 modules (on amd64)
- build linux binaries via linuxulator instead of shipping prebuilt binaries

Tested by:	grembo (thanks for your support!)
2020-06-27 20:12:08 +00:00

6 lines
391 B
Text

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.