vault/sdk
Rachel Culpepper 9ebcbf6a0c
vault-24597: add key types and key creation for CMAC (#25967)
* add key types for cmac for transit key creation

* add test for key creation

* fix test logic and add cases

* fix logic for hmac

* add go doc

* fix key size and add check for HMAC key
2024-04-19 09:39:59 -05:00
..
database Use enumer to generate String() methods for most enums (#25705) 2024-04-17 11:14:14 -07:00
framework remove repetitive words (#25860) 2024-03-13 18:44:54 +00:00
helper vault-24597: add key types and key creation for CMAC (#25967) 2024-04-19 09:39:59 -05:00
logical Use enumer to generate String() methods for most enums (#25705) 2024-04-17 11:14:14 -07:00
physical Plumbing to support mount table path registration (#26176) 2024-03-27 13:25:31 +00:00
plugin plugin/wif: support external plugins (#26384) 2024-04-12 21:16:26 +00:00
queue adding copyright header (#19555) 2023-03-15 09:00:52 -07:00
.copywrite.hcl [DO NOT MERGE UNTIL EOY] update year in LICENSE and copywrite files (#24368) 2024-01-02 13:22:15 -08:00
go.mod sdk: prepare for release (#26348) 2024-04-11 09:50:58 -05:00
go.sum sdk: prepare for release (#26348) 2024-04-11 09:50:58 -05:00
LICENSE [COMPLIANCE] License changes (#22290) 2023-08-10 18:14:03 -07:00
README.md Create sdk/ and api/ submodules (#6583) 2019-04-12 17:54:35 -04:00

Vault SDK libs

This package provides the sdk package which contains code useful for developing Vault plugins.

Although we try not to break functionality, we reserve the right to reorganize the code at will and may occasionally cause breaks if they are warranted. As such we expect the tag of this module will stay less than v1.0.0.

For any major changes we will try to give advance notice in the CHANGES section of Vault's CHANGELOG.md.