aboutsummaryrefslogtreecommitdiff
path: root/go/testutil
AgeCommit message (Expand)Author
2023-05-16Remove deprecated `Rotate` APIambrosin
2023-04-06Migrate to the standard library ed25519 package.ckl
2023-02-07Replace some usages of MemReaderWriter with testkeyset.juerg
2022-10-21Keep Go function definitions on a single line.ckl
2022-09-02Add monitoring to Deterministic AEADfelobato
2022-06-29Remove public visibility of go_default_library build targets that were made p...juerg
2022-06-22Add HPKE Go private key import to testutil/hybrid/.cinlin
2022-06-21Monitor AEAD operations.felobato
2022-05-10Remove Javadoc remnants from Go comments.ckl
2022-05-06Replace additional (authenticated) data with associated data in some go tests.juerg
2022-05-04Rename additionalData to associatedData in testutil.go.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-19Remove extraneous dependency from go/testutil/BUILD.bazel.cinlin
2022-01-12go: fix testutil.GenerateMutations & add testdrysdale
2021-09-08Remove KeyTemplate tests using testdata in Gojuerg
2021-08-18Implemented Go interface for an AES-GCM-SIV Key Manager using the pre-existin...atierno
2021-08-12Migrate Tink go from Proto v1 to Proto v2, see https://blog.golang.org/protob...juerg
2021-04-12Implement Golang test dummies for Signer and Verifier, with a more fleshed ou...Tink Team
2021-04-12Add missing copyright statements. These were missing due to internal miscommu...tholenst
2020-12-17go/testutil: drop unneeded methodsdrysdale
2020-12-16Move fake KMS client into its own package.juerg
2020-12-15Make the Go //testutil:go_default_library Bazel target publicly visible.ckl
2020-12-15Modify error handling in testutil.PopulateSuite() for Go <1.13 compatibility.ckl
2020-12-15Add a comment on why we need SkipTestIfTestSrcDirIsNotSet.juerg
2020-12-14Expand testutil Wycheproof functionality and utilize it in aead/subtle.ckl
2020-12-09Implement fake KMS client in Go.juerg
2020-11-05Make skipping of tests when TEST_SRCDIR is unknown more explicit.juerg
2020-11-04Skip tests using test key template if TEST_SRCDIR unknowndrysdale
2020-10-31Remove unused functions from testutil.go.juerg
2020-10-29It is a bit cleaner to use os.LookupEnv than os.Getenv.juerg
2020-10-28Add functions to compare templates to testdata in go.juerg
2020-08-20Fix typos in comments and log messages for Tink Go versionTink Team
2020-08-20Make unit tests runnable using Go tooling.ckl
2020-07-24Add AES-CTR-HMAC key manager and templates to the Go Streaming AEAD primitive.ckl
2020-07-13Fix import typo for subtledaead.ckl
2020-05-06Golang prf.Set: Adding tests for prf_set_factory, with the same statistical t...sschmieg
2020-05-06Adding the key managers HKDF for prf.Set and renaming prf.New into prf.NewPRF...sschmieg
2020-04-30Add HMAC PRF key managersschmieg
2020-04-30Adding AES CMAC PRF keymanager for golangsschmieg
2020-04-28Adding AES-CMAC to golang as a MAC.sschmieg
2020-04-15Restructuring Golang: move subtle/hybrid to hybrid/subtle.thaidn
2020-03-23Restructuring Tink: moving subtle/daead to daead/subtle.thaidn
2020-03-10Internal changeTink Team
2020-01-27Introducing a separate WORKSPACE for Go.przydatek
2020-01-23+ Golang StreamingAEAD interface integrationTink Team
2019-07-25go: refactoringLE Manh Cuong
2019-06-11Adding support for go modules.candrian
2019-06-07Rollback of: Add support for go modules.tholenst