aboutsummaryrefslogtreecommitdiff
path: root/testing/cc
AgeCommit message (Expand)Author
2023-04-13Fix deps on cross language tests.juerg
2023-03-21Internal Code ChangeTink Team
2023-03-16Internal Code ChangeTink Team
2023-02-13Update Abseil to LTS 20230125.wconner
2022-12-21Upgrade to Bazel 6 in most projects.tholenst
2022-11-23Upgrade Bazel to 5.3.2.tholenst
2022-11-17Propagate annotations during keyset creation.felobato
2022-11-16Move monitoring APIfelobato
2022-10-28Upgrade BoringSSL and switch to C++14 as the minimum supported versionambrosin
2022-10-19Return a gRPC error in case primitive creation fails in calls to verifyMacAnd...tholenst
2022-10-18Define crypto monitoring cross language testing service APIfelobato
2022-10-12Extend Cross Language API Keyset calls to Include Monitoring Annotationsfelobato
2022-09-26Add AWS KMS test to cross lang testsambrosin
2022-09-21Move KMS testdata documentation to the KMS specific subdirectories.ckl
2022-08-29Register AWS KMS client in C++ cross language tests server.ambrosin
2022-08-29Pass GCP credentials as cmd line flags to testing servers.ambrosin
2022-08-23Implement the "Create" RPC calls in C++.tholenst
2022-08-22Add Create RPCs to the rest of the test services which need them.tholenst
2022-08-18Add a free standing functions PrimitiveFromSerializedBinaryProtoKeyset andtholenst
2022-08-18Add GCP KMS client to the cc testdataambrosin
2022-08-17Unify AeadCreation{Request,Response} and instead simply use a Creation{Reques...tholenst
2022-08-16Add a CreateDeterministicAead RPC to the DeterministicAead test service.tholenst
2022-08-16Delete a comment I forgot to move in a previous CL -- and also another. Both ...tholenst
2022-08-11Add a CreateAead RPC to the Aead test service.tholenst
2022-06-23Use protobuf's well-known types in testing_api.proto, instead of copies.juerg
2022-06-22Remove dependency on tink_base from cross language tests.ambrosin
2022-05-30Make proto/testing local to testing/(cc|java_src|python|go|cross_language).ambrosin
2022-05-18Upgrade to Bazel 5.1.1.ckl
2022-04-04Allow JSON for reading and writing encrypted keysets in cross-language tests.juerg
2022-03-18Change crypto::tink::util::StatusOr::ValueOrDie() to value() inlizatretyakova
2022-02-21Wrap {absl,crypto::tink::util}::Status::message() calls in std::string() when...lizatretyakova
2022-02-21Remove dangling references to crypto::tink::util::Status::error_message() in ...lizatretyakova
2022-02-10Add HPKE key templates with RAW output prefix type to cross-language tests.wconner
2022-02-08Fix lint errors in includes.juerg
2022-02-02Add AES GCM 128 RAW key template to C++ and Objective-C.Tink Team
2022-02-01Upgrade to bazel 4.2.2.juerg
2022-01-24Implement encrypted keyset read and write testing API functions in C++.juerg
2022-01-07Add HpkePrivateKey to cross-language tests.juerg
2021-12-16Update gRPC and its dependencies to latest version.juerg
2021-11-29Add C++ to the JWT keyset to JWK set conversion cross-language tests.juerg
2021-11-24Use "auto" for type returned by Struct fields.juerg
2021-11-24Remove "_or" and some .ValueOrDie() in jwt_impl_test.cc.juerg
2021-11-09Remove "_or" and some .ValueOrDie() in jwt_impl.cc.juerg
2021-10-25Upgrade to Bazel 4.2.1.ckl
2021-10-25Explicit conversion from absl::string_view to std::string when calling set_er...ckl
2021-10-25Replace the deprecated crypto::tink::util::Status::error_message() method wit...lizatretyakova
2021-10-25Another shard of cl/401238122. Replace the deprecated crypto::tink::util::Sta...lizatretyakova
2021-09-28Replace the third batch of the deprecated crypto::tink::util::Status::error_c...lizatretyakova
2021-09-15Add all raw AEAD key templates supported in Java to supported_key_types.juerg
2021-09-09Upgrade rules_proto_grpc to v3.1.1.juerg