diff options
author | miwi <miwi@FreeBSD.org> | 2009-12-25 18:31:40 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-12-25 18:31:40 +0800 |
commit | 6557b8b1a06d4709d93e65a30f2689c188d247f5 (patch) | |
tree | 9c0b14051c81535c91088c4d1ba5a7233494052b /security/Makefile | |
parent | 2c11de7c3b2778598c9abaf8a553c885db1f6b1f (diff) | |
download | freebsd-ports-gnome-6557b8b1a06d4709d93e65a30f2689c188d247f5.tar.gz freebsd-ports-gnome-6557b8b1a06d4709d93e65a30f2689c188d247f5.tar.zst freebsd-ports-gnome-6557b8b1a06d4709d93e65a30f2689c188d247f5.zip |
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.
WWW: http://www.opendnssec.org/
PR: ports/141932
Submitted by: Jaap Akkerhuis <jaap at NLnetLabs.nl
Diffstat (limited to 'security/Makefile')
-rw-r--r-- | security/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index 926c6d9b92ff..70a1f8a58789 100644 --- a/security/Makefile +++ b/security/Makefile @@ -773,6 +773,7 @@ SUBDIR += snortsam SUBDIR += snortsms SUBDIR += snortsnarf + SUBDIR += softhsm SUBDIR += spike-proxy SUBDIR += spybye SUBDIR += sqlmap |