Releases: Cosmian/kms
Releases · Cosmian/kms
4.14.2
4.14.0
[4.14.0] - 2024-03-27
Bug Fixes
- Fixed double quotes problem in cosmian vm test (CI)
- Fixed trailing null byte bug for biguint/bytes conversions (#224)
- Make the CLI compile on Windows and MacOS (without openssl installed) (#209)
Features
- Support Veracrypt PKCS11 provider library (#208)
Testing
- Update
test_kms.py
to use covercrypt14.0.0
(#217)
4.13.5
4.13.4
[4.13.4] - 2024-03-18
Ci
- Push GCP images based on Cosmian VM 1.1.0-rc2
4.13.3
4.13.2
[4.13.2] - 2024-03-09
Ci
- Filter reboot test on GCP/RHEL instance.
4.13.1
4.13.0
[4.13.0] - 2024-03-08
Features
- Save KMIP Attributes in a proper column of
Objects
table #166:- Remove all custom tags
_cert_spki
,_cert_cn
,_cert_issuer
and_cert_sk
- Remove all custom tags
- Add support for CoverCrypt
rekey
,prune
, andPolicy
editing methods #179:- Add CLI commands to perform these actions
- Accurate CryptographicUsageMask for KMIP creation (RSA and EC keys) #189 and #187.
Refactor
- Rework utils/crypto #178.
Ci
Bug fixes
4.12.0
[4.12.0] - 2024-02-08
Features
- Generalize the refresh of JWKS in the middleware #150.
- CI speed up #173.
- Add support for Microsoft Double Key Encryption (DKE) endpoints #170.
- Re-organized crypto package by algorithm, removed duplicated code #170.
- Add support for FIPS mode for the ckms client #170.
- Documented TOML configuration file for the KMS server #170.
- Overall improvements to the documentation on algorithms and FIPS mode #170.