summaryrefslogtreecommitdiff
path: root/security/softhsm/patches
AgeCommit message (Collapse)AuthorFilesLines
2014-11-18Adapt a fix for SA59651, similar to CVE-2014-3209 from thehe2-1/+38
code branch fro SoftHSMv2: ensure created pkcs8 file is not group- or world-readable. Rename patch-aa to patch-Makefile.in, and add a comment. Bump PKGREVISION.
2012-05-23SoftHSM 1.3.3pettai1-6/+6
* Increased performance by adding more indexes to the database. * Describe the usage of SO and user PIN in the README. Bugfixes: * Detect if a C++ compiler is missing.
2010-05-09SoftHSM 1.1.4 - 2010-04-06pettai1-8/+8
* Respect --disable-64bit * Respect $DESTDIR for config files * The binaries can now show the version number * softhsm-keyconv could not handle --ttl properly * Link softhsm static with libsofthsm * Build libsofthsm.so without version number * libsofthsm.so is now a loadable module
2010-03-13SoftHSM is an implementation of a cryptographic store accessible through apettai1-0/+29
PKCS#11 interface. You can use it to explore PKCS#11 without having a Hardware Security Module. It is being developed as a part of the OpenDNSSEC project. SoftHSM uses Botan for its cryptographic operations.