aboutsummaryrefslogtreecommitdiffstats
path: root/security/engine_pkcs11
Commit message (Collapse)AuthorAgeFilesLines
* Stagify.ale2014-05-132-11/+11
|
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | security)
* - Fix build on HEADmiwi2013-06-121-3/+0
|
* Fix build with bmake, while here adopt USES=pkgconfigbapt2013-05-041-2/+4
|
* - Remove A/An in COMMENTcs2013-03-301-5/+2
| | | | - Trim Header where applicable
* Remove more tags from pkg-descr files fo the form:dougb2011-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.
* -remove MD5ohauer2011-07-031-1/+0
|
* Chase libp11 library and bump PORTREVISION.ale2011-04-221-1/+2
|
* Sync to new bsd.autotools.mkade2010-12-041-1/+1
|
* Update to 0.1.8 release.ale2010-01-072-4/+4
|
* Update to 0.1.7 release.ale2009-10-202-4/+4
|
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.mezz2009-08-031-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
* Update to 0.1.6 release.ale2009-06-162-5/+5
|
* Update to 0.1.5 release.ale2008-08-273-12/+11
|
* Add COMMENT escaping.ale2007-09-181-1/+1
|
* Update to 0.1.4 release.ale2007-07-172-4/+4
|
* Use libtool port instead of included one to avoid objformat a.out botchkris2007-01-281-0/+1
|
* Don't depend anymore on openssl from ports.ale2006-10-071-1/+0
| | | | (Waiting for a DSO check in bsd.openssl.mk)
* Engine_pkcs11 is an implementation of an engine for OpenSSL.ale2006-06-134-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.