[4.23.0] - 2025-04-10
๐ Features
- Add digest and MAC KMIP operations (#370)
- Upgrade Covercrypt to v15 (#382)
- Add CBC encryption mode (#395)
- Add UI (#391)
๐ Bug Fixes
- Shrink docker images size using slim-bullseye base image (#377)
- Clean unneeded test files (#392)
- RUSTSEC-2025-0009:
ring
: Some AES functions may panic when overflow checking is enabled. - RUSTSEC-2025-0022:
openssl
: Use-After-Free in Md::fetch and Cipher::fetch
๐ Refactor
- Move all CLI relative crates on https://github.com/Cosmian/client (#383)
๐ Documentation
- Fix Google expected X509 extensions
๐งช Testing
- Add HSM tests using Utimaco simulator (#380)
โ๏ธ Miscellaneous Tasks
- Reuse generic Github workflows (#401)