summaryrefslogtreecommitdiff
path: root/security/Makefile
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2007-02-23 07:06:58 +0000
committerAlex Dupre <ale@FreeBSD.org>2007-02-23 07:06:58 +0000
commit22f49b2d640ffed06ab8898e9b7dbc9e4aa6e2af (patch)
tree27583346368e8b6899e13ef6e4aaa79a673fd07c /security/Makefile
parentFix build with gcc41 on amd64 (diff)
This is a library for the Java platform which makes PKCS#11 (also known
as Cryptoki) modules accessible from within Java. A PKCS#11 module is a software library with a defined API which allows access to cryptographic hardware. It usually comes with hardware security modules (HSM), smart cards and crypto tokens (e.g. USB tokens). Thus, the PKCS#11 Wrapper provides Java software access to almost any crypto hardware. For example, a Java application can use it to integrate a HSM or a smart card to create digital signatures, to decrypt data or to unwrap keys. WWW: http://jce.iaik.tugraz.at/sic/products/core_crypto_toolkits/pkcs_11_wrapper
Notes
Notes: svn path=/head/; revision=185728
Diffstat (limited to 'security/Makefile')
-rw-r--r--security/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile
index 22a1192fa8fb..becab54b037a 100644
--- a/security/Makefile
+++ b/security/Makefile
@@ -180,6 +180,7 @@
SUBDIR += httprint
SUBDIR += hunch
SUBDIR += hydra
+ SUBDIR += iaikpkcs11wrapper
SUBDIR += idea
SUBDIR += ident2
SUBDIR += identify