aboutsummaryrefslogtreecommitdiff
path: root/go/keyset
AgeCommit message (Expand)Author
2023-07-05Rewrite keyset.Handle.hasSecrets() function comment.cinlin
2023-06-13Automated rollback of commit cf9fd9e3d32e00f91f04ebbff7d65ad3ae79a341.juerg
2023-05-16Remove deprecated `Rotate` APIambrosin
2023-05-15Delete deprecated MemReaderWriter.ambrosin
2023-05-09Avoid using deprecated rotate function from keyset.Manager.juerg
2023-03-13Convert keyset_test.go into an example.juerg
2023-03-02Rename and move some tests in handle_test.go.juerg
2023-03-02Deprecate MemReaderWriter.juerg
2023-02-09Don't use MemReaderWriter in handle_test.go.juerg
2023-02-06Add a test that shows how to encrypt and decrypt a keyset with a KMS AEAD.juerg
2022-10-27Remove key ID != 0 constraint in Tink Go.cinlin
2022-09-22Replace usage of deprecated io/ioutil package.ckl
2022-09-08Add a test in C++, Go and Python for a JSON keyset with a too large key id.juerg
2022-08-30Allow insecurecleartextkeyset to receive monitoring annotationsfelobato
2022-06-25Fix typo in JSONWriter's doc commentndrpnt
2022-03-31Require that keysets always have a primary key, even if they only contain pub...juerg
2022-03-17Use go_naming_convention=import_alias.juerg
2022-03-03Update go BUILD.bazel files.juerg
2022-02-16Rename go WORKSPACE and generate all go BUILD.bazel files with gazelle.juerg
2022-01-20Merge pull request #524 from cmiller01:masterCopybara-Service
2022-01-13remove Destroy on Keyset ManagerChristian Miller
2021-10-13update KeyManager.Destroy to use empty KeyData vs nilChristian Miller
2021-08-19Appending keyID to the ADD() methodSteven
2021-08-16Remove brittle tests of serialized key protos in Go.juerg
2021-08-12Migrate Tink go from Proto v1 to Proto v2, see https://blog.golang.org/protob...juerg
2021-08-11Add two tests for keyset serialization.juerg
2021-07-20Adding an method to Read and Write KeysetHandle with associated data. Here: G...sschmieg
2021-06-28Use more idiomatic go for errors + rangingChristian Miller
2021-06-25Add better error messages + fixup comment stringChristian Miller
2021-06-25Add more Keyset Manager functionality to GoChristian Miller
2021-04-12Add missing copyright statements. These were missing due to internal miscommu...tholenst
2020-10-20Consider a key template without output prefix type invalid in Go.juerg
2020-10-08Remove redundant function calls and tests.thaidn
2020-10-08Merge pull request #386 from canoeist2018:masterCopybara-Service
2020-08-20Fix typos in comments and log messages for Tink Go versionTink Team
2020-07-08Add Handle.KeyInfo() function in Go.canoeist2018
2020-04-15Restructuring Golang: move subtle/aead to aead/subtle.thaidn
2020-01-27Introducing a separate WORKSPACE for Go.przydatek
2020-01-23Negative Key IDs: Update the code comments with the current plan.tholenst
2020-01-21Add tests which document current behavior of the json_io for IDs larger than ...tholenst
2019-10-07Fix targets to avoid unstable string comparisonsTink Team
2019-09-13Fix comment formatting for godoc.ckl
2019-07-18Add UNKNOWN_KEYMATERIAL to the things which count as secret in golang.tholenst
2019-07-11Remove Apache 2.0 comments from build files.tanujdhir
2019-06-25Use camelcase for keyset files to be compatible with JavaYunchi Luo
2019-05-02JSON keyset read and writer interfacesbaskaran
2019-03-21updating keyset validation logic to ensure there is only one ENABLED key.baskaran
2019-03-20Golang: remove Handle.Keyset() and add KeysetMaterial() to testkeyset.thaidn
2019-03-20Golang: adjust the visibility restriction of public and private packages.thaidn
2019-03-20Golang: adjust the visibility restriction of public and private packages.thaidn