Releases: Seagate/kmip-go
Releases · Seagate/kmip-go
v1.2.2
v1.2.1
FMW-73837 Remove Key Info from Logs
v1.2.0
- Switch all logging to use log/slog
- Reduce kmipapi.ConfigurationSettings to contain only required settings
- Add LastWritten used for KV storage and synchronization
- Modify kmipapi to pass a pointer to the tls connection
v1.1.3
Support GetAttributes fully for KMIP v1.4
v1.1.2
Clear key material in memory with random numbers
v1.1.1
Use *string for key material and overwrite key material with 0 after use.
v1.1.0
This release will send KMIP operations to server in batches. Timing performance has improved when compared against sending the operations in non-batch format.
v1.0.0
Merge pull request #20 from Seagate/feat/getattributes Add Register and GetAttribute to kmip20
v0.3.3
Update locate command response to handle array of strings
v0.3.2
Added Rekey and SetAttribute to kmipapi