# pkcs11-provider **Repository Path**: IC_MASTER/pkcs11-provider ## Basic Information - **Project Name**: pkcs11-provider - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-09-09 - **Last Updated**: 2025-09-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [![Build](https://github.com/latchset/pkcs11-provider/actions/workflows/build.yml/badge.svg)](https://github.com/latchset/pkcs11-provider/actions/workflows/build.yml) [![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) # pkcs11-provider This is an OpenSSL 3.x provider to access Hardware and Software Tokens using the PKCS#11 Cryptographic Token Interface. Access to tokens depends on loading an appropriate PKCS#11 driver that knows how to talk to the specific token. The PKCS#11 provider is a connector that allows OpenSSL to make proper use of such drivers. This code targets PKCS#11 version 3.1 but is backwards compatible to version 3.0 and 2.40 as well. To report Security Vulnerabilities, please use the "Report a Security Vulnerability" template in the issues reporting page. ### Installation See [BUILD](BUILD.md) for more details about building and installing the provider. ### Usage Configuration directives for the provider are documented in [provider-pkcs11(7)](docs/provider-pkcs11.7.md) man page. Example configurations and basic use cases can be found in [HOWTO](HOWTO.md). ### Notes * [PKCS #11 Specification Version 3.1](https://docs.oasis-open.org/pkcs11/pkcs11-spec/v3.1/pkcs11-spec-v3.1.html)