aboutsummaryrefslogtreecommitdiff
path: root/security/engine_pkcs11
Commit message (Collapse)AuthorAgeFilesLines
* Update to 0.1.8 release.Alex Dupre2010-01-072-4/+4
| | | | Notes: svn path=/head/; revision=247328
* Update to 0.1.7 release.Alex Dupre2009-10-202-4/+4
| | | | Notes: svn path=/head/; revision=243108
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.Jeremy Messenger2009-08-021-1/+1
| | | | | | | | | | | | | | | | | | | | | -Update libtool and libltdl to 2.2.6a. -Remove devel/libtool15 and devel/libltdl15. -Fix ports build with libtool22/libltdl22. -Bump ports that depend on libltdl22 due to shared library version change. -Explain what to do update in the UPDATING. It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop and applications in the runtime. With help: marcus and kwm Pointyhat-exp: a few times by pav Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and a few MarcusCom CVS users. Also, I might have missed a few. Repocopy by: marcus Approved by: portmgr Notes: svn path=/head/; revision=238781
* Update to 0.1.6 release.Alex Dupre2009-06-162-5/+5
| | | | Notes: svn path=/head/; revision=235998
* Update to 0.1.5 release.Alex Dupre2008-08-273-12/+11
| | | | Notes: svn path=/head/; revision=219294
* Add COMMENT escaping.Alex Dupre2007-09-181-1/+1
| | | | Notes: svn path=/head/; revision=199698
* Update to 0.1.4 release.Alex Dupre2007-07-172-4/+4
| | | | 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-124-0/+52
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