Releases: Cosmian/cli
Releases Β· Cosmian/cli
1.8.0
1.7.1
1.7.0
1.6.0
[1.6.0] - 2025-12-08
π Features
- KMS CLI additions aligned with KMIP XML vectors:
rng retrieveandrng seedfor RNG operationsmac verifyto validate message authentication codesdiscover-versionsandqueryfor KMIP discovery and server queries
- Opaque Object subcommands:
opaque-object create,import,export(raw/base64/json),revoke,destroy
- Attributes:
- Deterministic
attributes getordering aligned with server - Expanded attribute flows consistent with KMIP GetAttributeList/ModifyAttribute
- Deterministic
π§ͺ Testing
- Added CLI tests: Opaque Object CRUD, RNG Retrieve/Seed, MAC Verify, Query, DiscoverVersions.
π Documentation
- Updated CLI docs/examples to reflect new subcommands and attribute behavior.
1.5.2
1.5.1
[1.5.1] - 2025-10-28
π Bug Fixes
- (google_cse) Load RSA private as PKCS8 or PKCS1 format (#592)
β οΈ WARNING
Gmail CSE users: Versions 1.3/1.4 and 1.5.0 contain a blocking issue with Gmail Client-Side Encryption support (issue loading PKCS#8 RSA private key). Please upgrade to version 1.5.1 or later to ensure proper Gmail CSE functionality.
1.5.0
[1.5.0] - 2025-10-22
π Features
- Support wrapping SecretData object (#109)
- Add derive key subcommand (#111)
- Create a configuration wizard - add configure subcommand (#116)
π Bug Fixes
- Build errors
π§ͺ Testing
- Add luks integration script (#108)
βοΈ Miscellaneous Tasks
- Configure Dependabot for GitHub Actions updates
- Add SECURITY.md file (#113)
- Use cosmian_logger (#110)
- Split cargo_build.sh into multiple files (#114)
Build
- (deps) Bump actions/checkout from 4 to 5 (#112)
1.4.1
[1.4.1] - 2025-09-16
π Bug Fixes
- Re-publish
cosmian_clicrate without direct dependency ontest_kms_server(only dev-dependency)
1.4.0
[1.4.0] - 2025-09-16
π Features
- CLI: Added support for SHA1 in RSA key wrapping and add Azure functionality to facilitate BYOK (#105)
π Bug Fixes
- PKCS11: Skip unknown key types in search functions (find_*) and update KMS and FS crates (#104)
- Deliver CLI with all features - including non-FIPS feature
1.3.0
[1.3.0] - 2025-08-22
π Features
- Add support for Oracle TDE with direct HSM/KMS connection (#89)
- (Google CSE) Consume KMS Google Key pair action (#100)
- Support HTTP forward proxy (#102)
- Create comprehensive .github/copilot-instructions.md with validated build procedures and OpenSSL 3.2.0 requirements (#94)
π Bug Fixes
- RUSTSEC-2025-0047: Update slab dependency from 0.4.10 to 0.4.11 (#92)
- README.md: remove UI section and correct formatting issues (#96)
βοΈ Miscellaneous Tasks
- Fix publish step
- Skip debug pipeline on tags
- Fix audit GitHub action (#99)