aboutsummaryrefslogtreecommitdiff
path: root/security/pkcs11-gateway
Commit message (Collapse)AuthorAgeFilesLines
* Remove more tags from pkg-descr files fo the form:Doug Barton2011-10-241-3/+0
| | | | | | | | | | | - Name em@i.l or variations thereof. While I'm here also fix some whitespace and other formatting errors, including moving WWW: to the last line in the file. Notes: svn path=/head/; revision=284232
* Update to 1.2 release.Alex Dupre2011-09-232-3/+3
| | | | Notes: svn path=/head/; revision=282228
* Update to 1.1 release.Alex Dupre2011-04-122-3/+3
| | | | Notes: svn path=/head/; revision=272610
* pkcs11-gateway is a software that allows you to use a Linux 32-bit PKCS#11Alex Dupre2011-04-063-0/+49
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: svn path=/head/; revision=272299