./security/softhsm, Cryptographic store accessible through a PKCS#11 interface

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.3.4nb2, Package name: softhsm-1.3.4nb2, Maintainer: pettai

SoftHSM is an implementation of a cryptographic store accessible through a
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.


Required to run:
[security/botan]

Required to build:
[devel/libtool-base]

Master sites:

SHA1: f09b6828776bcf9fef1dd46cfa7a495da01c7747
RMD160: 55f0dd20f515e669c78ddb054bcde1adf9d6b424
Filesize: 429.691 KB

Version history: (Expand)


CVS history: (Expand)


   2013-05-09 09:40:47 by Adam Ciarcinski | Files touched by this commit (620)
Log message:
Massive revbump after updating graphics/ilmbase, graphics/openexr, textproc/icu.
   2013-01-26 22:39:22 by Adam Ciarcinski | Files touched by this commit (1280)
Log message:
Revbump after graphics/jpeg and textproc/icu
   2012-11-26 12:29:01 by Fredrik Pettai | Files touched by this commit (2)
Log message:
SoftHSM 1.3.4 - 2012-11-24

* SOFTHSM-28: Support RSASSA-PSS signature scheme.
* SOFTHSM-29: The default location of the token database is
  now $localstatedir/lib/softhsm/.
   2012-10-23 20:17:02 by Aleksej Saushev | Files touched by this commit (368)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
   2012-05-23 12:05:44 by Fredrik Pettai | Files touched by this commit (3)
Log message:
SoftHSM 1.3.3

* 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.
   2012-05-07 03:54:16 by David A. Holland | Files touched by this commit (473)
Log message:
Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=)
It turns out there were a lot of these.
   2012-04-27 14:32:08 by OBATA Akio | Files touched by this commit (302)
Log message:
Recursive bump from icu shlib major bumped to 49.
   2012-03-18 16:11:08 by Fredrik Pettai | Files touched by this commit (2) | Package updated
Log message:
SoftHSM 1.3.2

* Update the README with information on moving the database
  between different architectures.

Bugfixes:
* Fix the destruction order of the Singleton objects.