Skip to content

Releases: ovh/kmip-go

v0.3.3

10 Mar 09:04
Compare
Choose a tag to compare

🐛 Bug Fixes

  • V1.0 version fallback checks if v1.0 is supported by client

v0.3.2

06 Mar 22:06
Compare
Choose a tag to compare

🚀 Features

  • Treat out-of-version fields as optional and decode if provided

🐛 Bug Fixes

  • Truncate requests header timestamp instead of rounding

v0.3.1

05 Mar 17:13
Compare
Choose a tag to compare

🐛 Bug Fixes

  • (server) ID placeholder must not take a pointer anymore
  • Set CryptographicParameters.SaltLength back to a pointer

v0.3.0

05 Mar 14:55
Compare
Choose a tag to compare

🚀 Features

  • (client) Optionally customize TLS1.2 cipher suites

🚜 Refactor

  • [breaking] Use omitempty instead of pointers where the zero value has no meaning
  • [breaking] Normalize enums / consts names to go conventions

⚠️ BREAKING CHANGES:

  • use omitempty instead of pointers where the zero value has no meaning
  • normalize enums / consts names to go conventions

v0.2.5

04 Mar 13:55
Compare
Choose a tag to compare

🚀 Features

  • Add codeowners for review (#2)
  • (client) Add CloneCx method
  • (client) Timeout middleware
  • (client) Add encrypt / decrypt helpers
  • (client) Sign / verify helper methods

🚜 Refactor

  • (client) Use go default tls cipher suites

🎨 Styling

  • Cleanup some linter warnings

v0.2.4

20 Feb 09:04
af2b780
Compare
Choose a tag to compare

🚀 Features

  • Add support for sign & signature verify operations
  • Add ErrInvalidField error

v0.2.3

05 Feb 09:01
Compare
Choose a tag to compare

🐛 Bug Fixes

  • (client) Try reconnect after a reconnection attempt failure

⚙️ Miscellaneous Tasks

  • Fix typos

v0.2.2

04 Feb 16:20
f6811a0
Compare
Choose a tag to compare

🚀 Features

  • Implement MarshalText() on all enums and bitmasks

🐛 Bug Fixes

  • Nil pointer issue when setting attributes on a rekey operation

v0.2.1

04 Feb 13:19
66e979e
Compare
Choose a tag to compare

🚀 Features

  • (client) Register public/private key from PEM data

v0.2.0

04 Feb 10:10
ff1753d
Compare
Choose a tag to compare

🚀 Features

  • Add helper methods for key formatting and conversion

🧪 Testing

  • Do not bundle oasis test cases in kmiptest pkg

⚙️ Miscellaneous Tasks

  • Fix typo