Skip to content

Releases: Cosmian/kms

4.11.3

26 Jan 13:06
Compare
Choose a tag to compare

[4.11.3] - 2024-01-26

Features

  • CLI: allow multiple operations to be supplied at once for access control #155.

Miscellaneous Tasks

  • Business Source License 1.1

4.11.2

24 Jan 12:51
Compare
Choose a tag to compare

[4.11.2] - 2024-01-23

Ci

  • Test and deliver in CI missing FIPS binary (fips.so and openssl.cnf for FIPS) #152

4.11.1

18 Jan 10:00
Compare
Choose a tag to compare

[4.11.1] - 2024-01-18

Bug Fixes

  • Load correct openssl provider on run

Ci

  • Pypi now requires a token to publish #148

4.11.0

17 Jan 10:38
Compare
Choose a tag to compare

[4.11.0] - 2024-01-17

Bug Fixes

  • Fix AES decryption: tag invalid size #133
  • Remove bootstrap server leftovers #142

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

12 Dec 17:15
Compare
Choose a tag to compare
fix: mkdocs formatting and disable autoformat with pre-commit

4.10.0

11 Dec 12:49
Compare
Choose a tag to compare
feat: support CSR in Certify KMIP operation. Support for most standar…

4.9.1

14 Nov 09:45
Compare
Choose a tag to compare
fix: KMIP server operations only support DER format for certificates

4.9.0

10 Nov 10:51
Compare
Choose a tag to compare
feat: generalize bulk operations using KMIP Messages structure. Updat…

4.8.2

31 Oct 11:59
Compare
Choose a tag to compare
fix: Save certs as DER instead of PEM for KMIP compliance

4.8.1

12 Oct 14:15
ba947bc
Compare
Choose a tag to compare
fix: added nonce to ciphertext + uid in auth. add. data. Fix for #64