summaryrefslogtreecommitdiffstats
path: root/crypto/engine_pkcs11/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/engine_pkcs11/DETAILS')
-rwxr-xr-xcrypto/engine_pkcs11/DETAILS17
1 files changed, 17 insertions, 0 deletions
diff --git a/crypto/engine_pkcs11/DETAILS b/crypto/engine_pkcs11/DETAILS
new file mode 100755
index 0000000000..11b86600bf
--- /dev/null
+++ b/crypto/engine_pkcs11/DETAILS
@@ -0,0 +1,17 @@
+ SPELL=engine_pkcs11
+ VERSION=0.1.6
+ SOURCE_HASH=sha512:3df761147093dc3b53511ff0ea3b267d08ee24cfe9411fc6338834584c86b52e9a072f63d4aa0a80599164d0b8b824cce6938a16552dbb4b7aa44b73adc05bfb
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=http://www.opensc-project.org/files/$SPELL/$SOURCE
+ WEB_SITE=http://www.opensc-project.org/$SPELL
+ LICENSE[0]=BSD
+ ENTERED=20090904
+ KEYWORDS="crypto"
+ SHORT="an implementation of an engine for OpenSS"
+cat << EOF
+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. Originaly this engine
+was a part of OpenSC, until OpenSC was split into several small projects for improved flexibility.
+EOF