summaryrefslogtreecommitdiffstats
path: root/crypto/libp11/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/libp11/DETAILS')
-rwxr-xr-xcrypto/libp11/DETAILS18
1 files changed, 18 insertions, 0 deletions
diff --git a/crypto/libp11/DETAILS b/crypto/libp11/DETAILS
new file mode 100755
index 0000000000..7d4a75bf8f
--- /dev/null
+++ b/crypto/libp11/DETAILS
@@ -0,0 +1,18 @@
+ SPELL=libp11
+ VERSION=0.2.6
+ SOURCE_HASH=sha512:9d1fec7f8a6ff1ce23f55340dec135dd29b44dd929b5a80a00e18b9211a65030ef34488f823eba7eea1c571f66087a208db607d41caef34947142658a53afc7c
+ 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]=LGPL
+ ENTERED=20090904
+ KEYWORDS="crypto"
+ SHORT="small layer on top of PKCS#11 API"
+cat << EOF
+Libp11 is a library implementing a small layer on top of PKCS#11 API to make using PKCS#11 implementations easier.
+ The official name for PKCS#11 is "RSA Security Inc. PKCS #11 Cryptographic Token Interface (Cryptoki)".
+ The official header files for PKCS #11 Standard are under a non-free license. Libp11 does not include these
+header files, but instead uses a rewritten pkcs11.h header file from scute project, which is licensed as open
+source software.
+EOF