Jürg Wullschleger
Jürg Wullschleger
Vault supports now an "associated_data" parameter, see: https://developer.hashicorp.com/vault/api-docs/secret/transit#encrypt-data https://developer.hashicorp.com/vault/api-docs/secret/transit#decrypt-data But hvac does not yet support this: https://hvac.readthedocs.io/en/stable/usage/secrets_engines/transit.html#decrypt-data https://hvac.readthedocs.io/en/stable/usage/secrets_engines/transit.html#encrypt-data Please add support for this parameter.
This is the same issue as already discussed here for AES-GCM: https://github.com/tink-crypto/tink/issues/208 AES-SIV currently creates a new cipher object on each call to encryptDeterministically and decryptDeterministically. But creating these objects...
The KMS client registration has several problems, which may lead to hard to find bugs. Since most users don't need them, we have decided to deprecate these functions to discourage...
`::crypto::tink::JsonKeysetReader` parses keysets in Tink's JSON proto keyset format. In older releases of tink-cc, there were some cases where it would crash on some invalid inputs. Here is an example:...
### Go version go1.24-20241213-RC00 ### Output of `go env` in your module/workspace: ```shell AR='ar' CC='clang' CGO_CFLAGS='-O2 -g' CGO_CPPFLAGS='' CGO_CXXFLAGS='-O2 -g' CGO_ENABLED='1' CGO_FFLAGS='-O2 -g' CGO_LDFLAGS='-O2 -g' CXX='clang++' GCCGO='gccgo' GO111MODULE='' GOAMD64='v1' GOARCH='amd64'...