-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds an option to perform encryption operations with no HMAC required. (
#170) * Adds an option to perform encryption operations with no HMAC required. Certain AES mechanisms require an HMAC when used as a seal, but this behavior is not desired when used as a managed key. * Change option name from WithNoHMAC to WithoutHMAC.
- Loading branch information
1 parent
08d524b
commit 7f7cee7
Showing
3 changed files
with
75 additions
and
51 deletions.
There are no files selected for viewing
113 changes: 62 additions & 51 deletions
113
git.luolix.top.hashicorp.go.kms.wrapping.v2.types.pb.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters