diff options
author | ale <ale@FreeBSD.org> | 2006-06-13 01:04:13 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2006-06-13 01:04:13 +0800 |
commit | f04275653dcc9b7e02e0996ccebf7a12f2578b4b (patch) | |
tree | 7a97c1fd3de68498ad5f1dd4dfef897e326cd4b9 /security/Makefile | |
parent | 8ea1d437342a8348624d6f2f29faa550671b7e52 (diff) | |
download | freebsd-ports-graphics-f04275653dcc9b7e02e0996ccebf7a12f2578b4b.tar.gz freebsd-ports-graphics-f04275653dcc9b7e02e0996ccebf7a12f2578b4b.tar.zst freebsd-ports-graphics-f04275653dcc9b7e02e0996ccebf7a12f2578b4b.zip |
Engine_pkcs11 is an implementation of an engine for OpenSSL.
It can be loaded using code, config file or command line and
will pass any function call by openssl to a PKCS#11 module.
Engine_pkcs11 is meant to be used with smart cards and software
for using smart cards in PKCS#11 format, such as OpenSC.
WWW: http://www.opensc-project.org/engine_pkcs11/
Note: the port requires the OpenSSL installed from ports,
since dynamic engine loading is disabled in base system.
See PR bin/79570 for details.
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 a2be8fd688b..4e891c65ca5 100644 --- a/security/Makefile +++ b/security/Makefile @@ -103,6 +103,7 @@ SUBDIR += drweb-qmail SUBDIR += drweb-sendmail SUBDIR += dsniff + SUBDIR += engine_pkcs11 SUBDIR += expiretable SUBDIR += f-prot SUBDIR += f-prot-sig |