Open Issues Need Help
View All on GitHub Run pbkdf tests with different PRFs 2 months ago
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
Re-introduce code to deal with conflicting features 3 months ago
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