Releases: Cosmian/kms
Releases · Cosmian/kms
4.11.3
4.11.2
4.11.1
4.11.0
[4.11.0] - 2024-01-17
Bug Fixes
Features
- X509 v3 extensions support #120
- Dynamic salt for password derivation, resolving issue #124 #128
- Support Cosmian VM #129
- Make rsa oaep aes a generalized encryption system for use in all kms and not only for key wrapping #130
- ECIES implementation for Hybrid Encryption #134
- Add pyo3 methods for symmetric
create_key
,encrypt
,decrypt
#135 - Add RSA keys create key pair #137
- Upgrade Rust toolchain to 2024-01-09 #141
- Support keypair generation for curve448 Montgomery and edwards forms #143
4.10.1
fix: mkdocs formatting and disable autoformat with pre-commit
4.10.0
feat: support CSR in Certify KMIP operation. Support for most standar…
4.9.1
fix: KMIP server operations only support DER format for certificates
4.9.0
feat: generalize bulk operations using KMIP Messages structure. Updat…
4.8.2
fix: Save certs as DER instead of PEM for KMIP compliance
4.8.1
fix: added nonce to ciphertext + uid in auth. add. data. Fix for #64