Cybersecurity-Projects/PROJECTS/advanced/hsm-emulator/src/api
CarterPerez-dev c7e4f7572c feat(hsm-emulator): materialize default key-usage attributes per object class
materializeDefaults now sets CKA_ENCRYPT/DECRYPT/SIGN/VERIFY/SIGN_RECOVER/VERIFY_RECOVER/WRAP/UNWRAP/DERIVE (plus ALWAYS_AUTHENTICATE for private keys) to CK_FALSE when absent, per CKO_PUBLIC_KEY/PRIVATE_KEY/SECRET_KEY; smoke sets the RSA wrap and recover usage flags.
2026-06-16 03:07:03 -04:00
..
crypto_ops.zig feat(hsm-emulator): M10 crypto-surface, M11 conformance, deep-audit hardening 2026-06-02 06:48:25 -04:00
general.zig feat(hsm-emulator): M10 crypto-surface, M11 conformance, deep-audit hardening 2026-06-02 06:48:25 -04:00
keymgmt.zig feat(hsm-emulator): M10 crypto-surface, M11 conformance, deep-audit hardening 2026-06-02 06:48:25 -04:00
object.zig feat(hsm-emulator): materialize default key-usage attributes per object class 2026-06-16 03:07:03 -04:00
random.zig feat(hsm-emulator): M10 crypto-surface, M11 conformance, deep-audit hardening 2026-06-02 06:48:25 -04:00
session.zig feat(hsm-emulator): M10 crypto-surface, M11 conformance, deep-audit hardening 2026-06-02 06:48:25 -04:00
slot_token.zig feat(hsm-emulator): M10 crypto-surface, M11 conformance, deep-audit hardening 2026-06-02 06:48:25 -04:00