https://github.com/opensc/pkcs11-helper
Library that simplifies the interaction with PKCS#11 providers for end-user applications using a simple API and optional OpenSSL engine
https://github.com/opensc/pkcs11-helper
Last synced: 20 days ago
JSON representation
Library that simplifies the interaction with PKCS#11 providers for end-user applications using a simple API and optional OpenSSL engine
- Host: GitHub
- URL: https://github.com/opensc/pkcs11-helper
- Owner: OpenSC
- License: other
- Created: 2012-11-17T19:12:49.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2024-10-28T14:17:11.000Z (6 months ago)
- Last Synced: 2025-03-29T14:09:14.819Z (27 days ago)
- Language: C
- Size: 628 KB
- Stars: 70
- Watchers: 11
- Forks: 43
- Open Issues: 5
-
Metadata Files:
- Readme: README
- Changelog: ChangeLog
- License: COPYING
- Authors: AUTHORS
Awesome Lists containing this project
README
pkcs11-helper -- PKCS#11 simplification.
Copyright (c) 2005-2018 Alon Bar-Lev
ABOUT
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.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.COMPATIBILITY
- 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.SUPPORT
https://github.com/OpenSC/pkcs11-helperAUTHORS
Alon Bar-Lev