Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: ovh/kmip-go

Tags

v0.7.2

Toggle v0.7.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(payloads)!: fix import and export decoding failures (#73)

fix error

v0.7.1

Toggle v0.7.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: update to go 1.24 (#72)

Signed-off-by: Pierre-Henri Symoneaux <[email protected]>

v0.7.0

Toggle v0.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(kmip)!: fix type of KeyWrapType field in GetRequestPayload (#67)

Signed-off-by: Pierre-Henri Symoneaux <[email protected]>

v0.6.0

Toggle v0.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(kmip): fix CryptographicAlgorithm xml names (#40)

BREAKING CHANGE: rename CryptographicAlgorithm TDES to 3DES

Signed-off-by: Pierre-Henri Symoneaux <[email protected]>

Verified

This tag was signed with the committer’s verified signature.
ldesauw Aeddis Desauw

v0.4.0

Toggle v0.4.0's commit message
docs: enhance README with multiple examples and guides

Signed-off-by: Pierre-Henri Symoneaux <[email protected]>

v0.3.4

Toggle v0.3.4's commit message
fix(ttlv): panic if struct tag int values are out of bound

Fixes https://github.com/ovh/kmip-go/security/code-scanning/3

Signed-off-by: Pierre-Henri Symoneaux <[email protected]>

v0.3.3

Toggle v0.3.3's commit message
fix: v1.0 version fallback checks if v1.0 is supported by client

Signed-off-by: Pierre-Henri Symoneaux <[email protected]>

v0.3.2

Toggle v0.3.2's commit message
feat: Treat out-of-version fields as optional and decode if provided

If a field is given while it does not belong to the current protocol version
there's no reason not to decode it still. The request stays valid.

Signed-off-by: Pierre-Henri Symoneaux <[email protected]>

v0.3.1

Toggle v0.3.1's commit message
fix: set CryptographicParameters.SaltLength back to a pointer

Signed-off-by: Pierre-Henri Symoneaux <[email protected]>