kms/crate/pkcs11
Manuthor 788ad721ec
feat(cosmian_cli): Add support for Oracle Transparent Database Encryption (TDE) using Oracle Key Vault (#396)
* docs: add Oracle Key Vault integration

* fix: align cosmian_findex version with client-repo version

* fix: clean Cargo.lock

* fix: update Cargo.lock

* chore: upgrade some deps

* chore: rebase with develop

* test: add end-to-end test on cosmian_pkcs11 crate
2025-04-23 16:29:40 +02:00
..
sys feat: Utimaco General Purpose HSMs support (#367) 2025-02-03 21:53:10 +01:00
README.md feat(cosmian_cli): Add support for Oracle Transparent Database Encryption (TDE) using Oracle Key Vault (#396) 2025-04-23 16:29:40 +02:00

Folder structure

  • base Rust PKCS#11 bindings and traits that can be used to create a PKCS#11 client or a PKCS#11 provider
  • a PKCS#11 library to interface the KMS (the provider crate) from a PKCS#11 compliant application such as LUKS

PKCS##11 documentation

  1. sys crate

    The sys crate is generated from the cryptoki headers files using bindgen and provides Linux and Windows bindings for the PKCS#11 API.