package pkcs11
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
Bindings to the PKCS#11 cryptographic API
Install
dune-project
Dependency
Authors
Maintainers
Sources
pkcs11-0.9.0.tbz
sha256=0a1dc5fb54d3febbb0024b6fe9bb393f25e4ce6aadbc65fcc114345c5ca3982a
md5=c1a9bd7ed535e9fb31f2e6014567c9af
Description
This library contains ctypes bindings to the PKCS#11 API.
This API is used by smartcards and Hardware Security Modules to perform cryptographic operations such as signature or encryption.
README
Pkcs11 - bindings to the PKCS#11 cryptographic API

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.
Dependencies (10)
-
topkg
build -
ocamlfind
build -
ocamlbuild
build -
yojson
< "2.0.0" -
ppx_deriving_yojson
>= "3.0" -
ppx_deriving
>= "4.0" -
key-parsers
>= "0.5.0" & != "0.6.0" & < "1.0.0" -
integers
< "0.5.0" -
hex
>= "1.0.0" -
ocaml
>= "4.02.0"
Dev Dependencies (1)
-
ounit
with-test
Used by
None
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page