summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorpettai <pettai>2010-10-18 21:03:50 +0000
committerpettai <pettai>2010-10-18 21:03:50 +0000
commit9953dbbf157a4caf6515d79864f98a68c1919bcd (patch)
tree4975d266f046cce26c04364a7483bb5b52770daf /security
parent239e37a1733b76f0379012812019815a8b900bbc (diff)
downloadpkgsrc-9953dbbf157a4caf6515d79864f98a68c1919bcd.tar.gz
SoftHSM 1.2.0 - 2010-09-30
* Added mechanism CKM_RSA_X_509 (use Botan 1.9.7 to fix a bug when verifying these signatures) * The softhsm command now have the option --module <path> To use a PKCS#11 library other than SoftHSM. * The softhsm command now import all parts of the RSA key. CKA_EXPONENT_1, CKA_EXPONENT_2, and CKA_COEFFICIENT is not needed by SoftHSM but might be needed by other HSM:s. * Ticket #163: softhsm-keyconv now support BIND format v1.3 * Write message to stderr when the config file cannot be found * CKA_WRAP_WITH_TRUSTED was not handled correctly. But it has not been a problem since wrapping is not supported. * Set CKA_KEY_GEN_MECHANISM to CK_UNAVAILABLE_INFORMATION when importing objects. * C_GetInfo now returns CKR_CRYPTOKI_NOT_INITIALIZED if library is not initialized. * Force clean up if the app does not do C_Finalize (using auto_ptr) * Limit the scope of the session objects to the owner application * softhsm --optimize will clean up leftovers (session objects) from applications that haven't closed down properly. * Do not use CKF_HW, the mechanisms are not performed by a device. * The ulMinKeySize and ulMaxKeySize are not used for the digesting mechanisms, but we set them to zero for applications that forget this. * Used wrong buffer size for signatures. This was only a problem for keys where (key size % 8 == 1), e.g. 1025 bit keys. * C_Login now returns CKR_USER_ANOTHER_ALREADY_LOGGED_IN instead of CKR_USER_TOO_MANY_TYPES
Diffstat (limited to 'security')
-rw-r--r--security/softhsm/Makefile8
-rw-r--r--security/softhsm/distinfo8
2 files changed, 8 insertions, 8 deletions
diff --git a/security/softhsm/Makefile b/security/softhsm/Makefile
index 6d122a397bf..be5e4a3ed66 100644
--- a/security/softhsm/Makefile
+++ b/security/softhsm/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2010/07/16 22:24:52 pettai Exp $
+# $NetBSD: Makefile,v 1.5 2010/10/18 21:03:50 pettai Exp $
#
-DISTNAME= softhsm-1.1.4
+DISTNAME= softhsm-1.2.0
CATEGORIES= security
MASTER_SITES= http://www.opendnssec.org/files/source/
@@ -32,8 +32,8 @@ CXXFLAGS.NetBSD+= -D_NETBSD_SOURCE
CONF_FILES= ${EGDIR}/softhsm.conf ${PKG_SYSCONFDIR}/softhsm.conf
-INSTALLATION_DIRS= ${EGDIR} ${VARBASE}/softhsm
-INSTALLATION_DIRS+= etc bin lib
+INSTALLATION_DIRS= ${EGDIR} etc bin lib
+OWN_DIRS= ${VARBASE}/softhsm
.include "options.mk"
diff --git a/security/softhsm/distinfo b/security/softhsm/distinfo
index 3a123c57355..3cd7ccdf6ef 100644
--- a/security/softhsm/distinfo
+++ b/security/softhsm/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2010/05/09 18:20:38 pettai Exp $
+$NetBSD: distinfo,v 1.3 2010/10/18 21:03:50 pettai Exp $
-SHA1 (softhsm-1.1.4.tar.gz) = f9ed10f04d7a6099bdc5b75ee55de5a2354dca90
-RMD160 (softhsm-1.1.4.tar.gz) = 19201c3801ad91a63a121c6125d0e70922eb0778
-Size (softhsm-1.1.4.tar.gz) = 389240 bytes
+SHA1 (softhsm-1.2.0.tar.gz) = 922ce04695ed1ae10d420ef0db9b888366bfe2d6
+RMD160 (softhsm-1.2.0.tar.gz) = 778265b58c0e71698b5eb00b6060ea1435592c4f
+Size (softhsm-1.2.0.tar.gz) = 395009 bytes
SHA1 (patch-aa) = 384c8c4943f2077af004e5b3e281798d87a43388