aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2023-07-12Delete KeyDerivationkeyTemplates.tholenst
2023-06-28Remove tools/testdata which is unusedambrosin
2023-06-28Remove tools/testingambrosin
2023-06-16Don't call "System.exit()" in Tinkey.tholenst
2023-06-16Use Parameters instead of KeyTemplate in Tinkey.tholenst
2023-06-15Avoid Readers and CleartextKeysetHandle in Tinkey.tholenst
2023-06-15Extend the test coverage of Tinkey.tholenst
2023-06-13Cleanups: these tests require neither actual credentials nor network access a...tholenst
2023-06-12Migrate all Tinkey tests to use TinkeyTestKmsClient instead of a real client.tholenst
2023-06-12Remove unneeded public visibility of TinkeyTestClienttholenst
2023-06-12Avoid KmsClients.getAutoLoaded in Tinkey and explicitly register factories to...tholenst
2023-06-12Use TinkProtoKeysetFormat instead of readers in CliUtil.tholenst
2023-06-09Add a class "KmsClientsFactory" to store KmsClients-factories.tholenst
2023-06-08Add a TinkeyTestKmsClient and use it in the AddKeyCommandTest.tholenst
2023-06-08Refactor the "RotateKeysetCommandTest".tholenst
2023-06-05Refactor the AddKeyCommandTest test.tholenst
2023-05-26Refactor the CreatePublicKeysetCommand test.tholenst
2023-05-25Refactor the CreateKeysetCommand test.tholenst
2023-05-16Open-source Key Derivation in Tinkey. #tinkApiChangecinlin
2023-05-11Internal change.cinlin
2023-04-12Remove unused fileambrosin
2023-04-11Add Homebew formulaambrosin
2023-04-04Internal Code ChangeTink Team
2023-03-28Remove unused CompareKeysets.java.juerg
2023-03-28Remove KMS support from Java and C++ AEAD test CLI.juerg
2023-03-28Remove KMS cross-language tests based on CLIs.juerg
2023-03-28Remove golang's signature_test.sh.juerg
2023-03-28Remove unused aead_cli.go.juerg
2023-03-28Remove unused aead_cli.py.juerg
2023-03-22Internal change.cinlin
2023-03-16Rename KeyDerivationConfig to follow Java class naming convention.cinlin
2023-03-15Add missing dependency to CompareKeysetsTest.cinlin
2023-03-14Use crypto::tink::util::OkStatus instead of only util::OkStatus.tholenst
2023-03-13Remove deprecated config.hambrosin
2023-03-08Migrate InitAws to absl::Status error codes.tholenst
2023-03-08Migrate usages of TestUtil.hex{En,De}code to "Hex.{en,de}code".tholenst
2023-03-01Refactor Tinkey's Create Keyset Command Test.juerg
2023-02-14Remove aead_envelope_test.sh.juerg
2023-02-13Update Abseil to LTS 20230125.wconner
2023-02-08Inline BinaryKeyset{Reader,Writer}.withFile, following the @InlineMe annotation.tholenst
2023-02-02Remove generate_envelope_keyset.go.juerg
2023-02-01Let tinkey output a help message when "tinkey help" is called.juerg
2022-12-21Upgrade to Bazel 6 in most projects.tholenst
2022-12-05Use bazelisk if available in Kokoro test and release scriptsambrosin
2022-11-30Remove calls to "isRemoteBuildExcecution" and always return false.tholenst
2022-11-23Upgrade Bazel to 5.3.2.tholenst
2022-11-23Remove more of the RBE Tests.tholenst
2022-11-09Migrate to CreateKMSEnvelopeAEADKeyTemplate().ckl
2022-10-28Upgrade BoringSSL and switch to C++14 as the minimum supported versionambrosin
2022-09-27Rename RESTRICTED_CRYPTO_KEY_URI and AWS_CRYPTO_URI.juerg