Commit graph

5 commits

Author SHA1 Message Date
Alex Dupre
d7bdf1188a Add COMMENT escaping. 2007-09-18 12:36:58 +00:00
Alex Dupre
45ed78b9c5 Update to 0.1.4 release. 2007-07-17 09:23:57 +00:00
Kris Kennaway
89a0b31acd Use libtool port instead of included one to avoid objformat a.out botch 2007-01-28 09:07:47 +00:00
Alex Dupre
04a6cc635f Don't depend anymore on openssl from ports.
(Waiting for a DSO check in bsd.openssl.mk)
2006-10-07 12:50:47 +00:00
Alex Dupre
6050f3251d Engine_pkcs11 is an implementation of an engine for OpenSSL.
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.
2006-06-12 17:04:13 +00:00