Skip to content

Releases: Seagate/kmip-go

v1.2.0

16 Oct 21:24
65caa95
Compare
Choose a tag to compare
  • 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

15 Oct 02:04
fc82b82
Compare
Choose a tag to compare

Support GetAttributes fully for KMIP v1.4

v1.1.2

14 Aug 05:23
77db371
Compare
Choose a tag to compare

Clear key material in memory with random numbers

v1.1.1

05 Oct 23:46
3474084
Compare
Choose a tag to compare

Use *string for key material and overwrite key material with 0 after use.

v1.1.0

27 Jan 03:24
77de15e
Compare
Choose a tag to compare

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

25 Oct 14:40
9063ac4
Compare
Choose a tag to compare
Merge pull request #20 from Seagate/feat/getattributes

Add Register and GetAttribute to kmip20

v0.3.3

16 Sep 18:42
dc348b9
Compare
Choose a tag to compare

Update locate command response to handle array of strings

v0.3.2

16 Sep 13:24
2435f86
Compare
Choose a tag to compare

Added Rekey and SetAttribute to kmipapi

v0.3.1

13 Sep 20:08
eeb5cd5
Compare
Choose a tag to compare

Move src/common package to src/kmipapi.

v0.3.0

13 Sep 14:39
aef3a96
Compare
Choose a tag to compare

First release of client API interface and kms) test tool.