aboutsummaryrefslogtreecommitdiff
path: root/security/engine_pkcs11/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Add COMMENT escaping.Alex Dupre2007-09-181-1/+1
| | | | Notes: svn path=/head/; revision=199698
* Update to 0.1.4 release.Alex Dupre2007-07-171-1/+1
| | | | Notes: svn path=/head/; revision=195796
* Use libtool port instead of included one to avoid objformat a.out botchKris Kennaway2007-01-281-0/+1
| | | | Notes: svn path=/head/; revision=183519
* Don't depend anymore on openssl from ports.Alex Dupre2006-10-071-1/+0
| | | | | | | (Waiting for a DSO check in bsd.openssl.mk) Notes: svn path=/head/; revision=174774
* Engine_pkcs11 is an implementation of an engine for OpenSSL.Alex Dupre2006-06-121-0/+35
It can be loaded using code, config file or command line and will pass any function call by openssl to a PKCS#11 module. Engine_pkcs11 is meant to be used with smart cards and software for using smart cards in PKCS#11 format, such as OpenSC. WWW: http://www.opensc-project.org/engine_pkcs11/ Note: the port requires the OpenSSL installed from ports, since dynamic engine loading is disabled in base system. See PR bin/79570 for details. Notes: svn path=/head/; revision=165248