[pkg-opensc-commit] [pkcs11-helper] 214/253: Reformat README to meet github
Eric Dorland
eric at moszumanska.debian.org
Fri Jan 6 23:39:21 UTC 2017
This is an automated email from the git hooks/post-receive script.
eric pushed a commit to branch master
in repository pkcs11-helper.
commit b9ea683e9d5dcbb19e39960962b83ec3839d7f0f
Author: Alon Bar-Lev <alon.barlev at gmail.com>
Date: Tue Jan 10 16:24:24 2012 +0200
Reformat README to meet github
---
README | 34 +++++++++++++++++++---------------
1 file changed, 19 insertions(+), 15 deletions(-)
diff --git a/README b/README
index 262b942..e5d2aa3 100644
--- a/README
+++ b/README
@@ -3,27 +3,31 @@ pkcs11-helper -- PKCS#11 simplification.
Copyright (c) 2005-2011 Alon Bar-Lev <alon.barlev at gmail.com>
ABOUT
- PKCS#11 is published standard. PKCS#11 is the de-facto standard to access cryptographic
- devices.
+ PKCS#11 is published standard. PKCS#11 is the de-facto standard to
+ access cryptographic devices.
- pkcs11-helper is a library that simplifies the interaction with PKCS#11
- providers for end-user applications.
+ pkcs11-helper is a library that simplifies the interaction with
+ PKCS#11 providers for end-user applications.
FEATURES
- pkcs11-helper allows using multiple PKCS#11 providers at the same time, enumerating
- available token certificates, or selecting a certificate directly by serialized id,
- handling card removal and card insert events, handling card re-insert to a different
- slot, supporting session expiration and much more all using a simple API.
-
- pkcs11-helper is not designed to manage card content, since object attributes
- are usually vendor specific, and 99% of application need to access
- existing objects in order to perform signature and decryption.
+ pkcs11-helper allows using multiple PKCS#11 providers at the same
+ time, enumerating available token certificates, or selecting a
+ certificate directly by serialized id, handling card removal and
+ card insert events, handling card re-insert to a different
+ slot, supporting session expiration and much more all using a
+ simple API.
+
+ pkcs11-helper is not designed to manage card content, since object
+ attributes are usually vendor specific, and 99% of application need
+ to access existing objects in order to perform signature and
+ decryption.
COMPATIBILITY
- - The pkcs11-helper library is available in POSIX and WIN32 compliant systems.
+ - The pkcs11-helper library is available in POSIX and WIN32 compliant
+ systems.
- - The pkcs11-helper library should work with almost any PKCS#11 provider, since it
- uses the minimum required features of the PKCS#11 standard.
+ - The pkcs11-helper library should work with almost any PKCS#11 provider,
+ since it uses the minimum required features of the PKCS#11 standard.
SUPPORT
http://www.opensc-project.org
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-opensc/pkcs11-helper.git
More information about the pkg-opensc-commit
mailing list