a pkcs#11 software token written in Rust

ffi openssl pkcs11 rust
2 Open Issues Need Help Last updated: Jun 20, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Extend the existing PKCS#5 PBKDF2 test suite in the Rust-based Kryoptic PKCS#11 software token to include test vectors from RFC 6070 and support for different Pseudo-Random Functions (PRFs) beyond `CKP_PKCS5_PBKD2_HMAC_SHA1`. This involves adding new test cases and potentially modifying the existing test framework to accommodate various PRFs.

Complexity: 3/5
enhancement help wanted tests

a pkcs#11 software token written in Rust

Rust
#ffi#openssl#pkcs11#rust

AI Summary: Reimplement build-time conflict detection for the Rust PKCS#11 software token (Kryoptic) to prevent simultaneous selection of conflicting features like 'dynamic' and 'fips'. This involves identifying other potentially conflicting feature combinations and ensuring appropriate error messages during compilation.

Complexity: 4/5
help wanted fips

a pkcs#11 software token written in Rust

Rust
#ffi#openssl#pkcs11#rust