pkcs11
Bindings to the PKCS#11 cryptographic API
README
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 intest/example_sign.ml
.
Install
- Published
-
12 Oct 2018
- Maintainers
-
Sources
Dependencies
ounit
with-test
topkg
build
ocamlfind
build
ocamlbuild
build
ocaml
>= "4.03.0"
yojson
< "2.0.0"
ppx_deriving_yojson
>= "3.0"
ppx_deriving
>= "4.0"
integers
< "0.5.0"
hex
>= "1.0.0"
Reverse Dependencies