[5.9.0] - 2025-09-15
๐ Features
- Add Smart card HSM support and bug fixes (#538)
- CLI features:
- tracing: print function names while using tracing macros. Use cosmian_logger instead of tracing crate (#536)
๐ Bug Fixes
- When wrapped with
No Encoding
, the RSA private key bytes and EC private key bytes are now the PKCS#8 DER bytes (#541) - CLI: fixed broken
attributes get
(#541)
๐ Documentation
- Added Google CSEK and Google CMEK documentation (#541)
- Added Azure BYOK documentation (#541)
- Re-organized documentation (#541)
- Fixing typo in Encrypt/Decrypt requests examples (#545)