aboutsummaryrefslogtreecommitdiff
path: root/cc/integration/awskms
AgeCommit message (Expand)Author
2023-07-20Use a copy of testdata/gcp/credential_bad.json for testdata/gcp/credential.jsonambrosin
2023-06-08Modify aws_checksums.BUILD.bazel to add source/intel/*.c or source/arm/*.c ba...ambrosin
2023-06-08Modify curl.BUILD.bazel to select srcs, copts and linkopts based on OS instea...ambrosin
2023-06-07Remove client-side decryption key ID verification in C++.ckl
2023-05-30Hex encode associated data when populating AWS EncryptionContext.ckl
2023-05-11Add utility function to return test files path.ambrosin
2023-05-11Delete custom Sha256 and Sha256Hmac factoriesambrosin
2023-05-11Fix include paths for aws_kms_client.ccambrosin
2023-05-02Some refactoring of aws_kms_client.*ambrosin
2023-05-02Use absl::call_once for initializing the AWS APIsambrosin
2023-04-28Minor refactoring of aws_kms_aead.{h,cc}ambrosin
2023-04-28Add basic integration test for tink-cc-awskmsambrosin
2023-04-28Make target aws_crypto internalambrosin
2023-03-02Add .bazelversion file to cc/integration/{awskms,gcpkms}ambrosin
2023-02-14Use $TEST_SRCDIR/$TEST_WORKSPACE to determine the test runfiles path and impr...ambrosin
2023-02-13Update Abseil to LTS 20230125.wconner
2023-01-19Cleanup todo with proper bug number for KMS AEAD tests.kste
2022-10-28Upgrade BoringSSL and switch to C++14 as the minimum supported versionambrosin
2022-09-21Move KMS testdata documentation to the KMS specific subdirectories.ckl
2022-08-01Some refactoring of AwsKmsClient.ambrosin
2022-07-20Move testdata keysets and testvectors to subfolders in testdata/ambrosin
2022-07-20Move testdata Google Cloud credentials to testdata/gcp.ambrosin
2022-07-14Move testdata AWS credentials to testdata/aws.ambrosin
2022-06-22Remove .status() usages when matching IsOk() with a StatusOr object.kste
2022-06-13Remove kokoro test scripts from each language/project folder.ambrosin
2022-05-26Add copy of HPKE test vectors to share across all languages.wconner
2022-05-24Add kokoro test scripts to Tink C++ AWS KMS.ambrosin
2022-05-17Update zlib dependencies.ckl
2022-05-16Remove dependency on tink_base from tink_cc_awskms and tink_cc_gcpkms.ambrosin
2022-04-29Add local testdata to @tink_cc_(aws|gcp)kms.ambrosin
2022-04-19Make template_rule.bzl local to each workspace that use it.ambrosin
2022-04-13Split tools/common.bzl into tools/template_rule.bzl and java_src/tools/check_...ambrosin
2022-04-11Move C++ AWS-KMS integration to a separate WORKSPACE.ambrosin
2022-03-23Change some more ValueOrDie() to value(), in /tink/cc. Part of Tink migration...lizatretyakova
2022-02-21Remove dangling references to crypto::tink::util::Status::error_message() in ...lizatretyakova
2022-01-14Rollback: Move Tink AWS-KMS in C++ to a separate Bazel workspace.ckl
2022-01-14Move Tink AWS-KMS in C++ to a separate Bazel workspace.ambrosin
2022-01-14Preparation to move tink/cc/integration/awskms to a separate workspaceambrosin
2021-11-05Replace the deprecated crypto::tink::util::error::INVALID_ARGUMENT usages wit...lizatretyakova
2021-04-09Add missing copyright statements. These were missing due to internal miscommu...tholenst
2020-10-09C++: mitigate the AWS KMS security issues disclosed in https://github.com/goo...thaidn
2020-05-11Add wrapper for registration of C++ AWS KMS client.kste
2020-03-23Reimplement ToStatusF using absl::StrFormatwiktorg
2020-03-20Replace unneeded ToStatusFwiktorg
2020-01-21Introducing a separate WORKSPACE for C++.Bartosz Przydatek
2019-10-25Formatting changes due to internal changes.tholenst
2019-07-11Remove Apache 2.0 comments from build files.tanujdhir
2019-05-02Adding C++ AwsKmsClient.przydatek
2019-02-21Fix BUILD files with buildifierthaidn
2018-09-20Remove the main files from (hopefully) all tests.Thomas Holenstein