package pkcs11

  1. Overview
  2. Docs
Bindings to the PKCS#11 cryptographic API

Install

Dune Dependency

Authors

Maintainers

Sources

pkcs11-0.12.0.tbz
sha256=84eb7b7e2a7821d4c510f3680c1809b1a0770617a1ce3ca40dfdc9c44a78ffeb
md5=2a14ec4a06d0b9ca9166f911095e6a7b

doc/README.html

Pkcs11 - bindings to the PKCS#11 cryptographic API Build Status docs

PKCS11 is an API used by smartcards and Hardware Security Modules to perform cryptographic operations such as signature or encryption.

This library contains two parts: type definitions corresponding to the PKCS#11 API, and bindings using ctypes to emit calls to a DLL.

To install the driver part, install ctypes and ctypes-foreign - it will build a pkcs11.driver package.

The entry point of this library is [P11.load_driver]. An example is available in test/example_sign.ml.

OCaml

Innovation. Community. Security.