aboutsummaryrefslogtreecommitdiff
path: root/cc
AgeCommit message (Expand)Author
2023-03-15Define KeysetHandle::GetPrimitive() with Configuration. #tinkApiChangecinlin
2023-03-14Define crypto::tink::ConfigFips140_2(). #tinkApiChangecinlin
2023-03-14Store PrfBasedDeriverKey entries to preserve keyset key order during key deri...cinlin
2023-03-14Internal Code ChangeTink Team
2023-03-13Skip ssl_aead_large_input_test on windows.tholenst
2023-03-13Remove the deprecated catalogue.h header and target.ambrosin
2023-03-13Remove deprecated config.hambrosin
2023-03-12Implement public and internal Configuration classes. #tinkApiChangecinlin
2023-03-11Internal Code ChangeTink Team
2023-03-09Internal Code ChangeTink Team
2023-03-08Change std::unordered_map to more performant absl::flat_hash_map.Tink Team
2023-03-08Remove the StatusOr<> part of the method "GetOutputPrefix" in the mac key.tholenst
2023-03-08Remove the custom crypto::tink::util::Staus{|Or} implementationambrosin
2023-03-08Internal Code ChangeTink Team
2023-03-08Set crypto::tink::util::{Status|StatusOr} as alias of absl::{Status|StatusOr}...ambrosin
2023-03-07Format and clean up dependencies for RegistryImpl.cinlin
2023-03-07Delete config APIs marked for removal.ambrosin
2023-03-07Remove deprecated versions of RegisterKeyManager for removal.ambrosin
2023-03-07Remove MessageLite related methodsambrosin
2023-03-07Remove LabelInfo and name_to_catalogue_map_ from RegistryImpl.ambrosin
2023-03-07Remove Catalogue APIs.ambrosin
2023-03-06Use all primitives to decrypt in StreamingAead.tholenst
2023-03-06Add utility function to generate a random prefix for test filesambrosin
2023-03-03Document that encrypting with a key with output prefix type TINK will not all...tholenst
2023-03-02Mark deprecated versions of RegisterKeyManager for removal.cinlin
2023-03-02Remove KeysetHandleTest's dependence on RegisterKeyManager.cinlin
2023-03-02Mark MessageLite-related functionality for removal.cinlin
2023-03-02Use different file names for ostream_output_stream_test and file_output_strea...ambrosin
2023-03-02Fix include statements in internal/ambrosin
2023-03-02Add .bazelversion file to cc/integration/{awskms,gcpkms}ambrosin
2023-03-02Mark LabelInfo and derivatives for removal.cinlin
2023-03-01Use serialization registry in keyset handle.wconner
2023-03-01Remove unused dependencies from tink_cc_gcpkms_deps.bzlambrosin
2023-02-28Make calling KeysetHandle.Builder::build twice on the same builder object an ...tholenst
2023-02-24Support non-legacy parameters and keys in internal keyset handle builder entry.wconner
2023-02-23Add AES-CMAC proto serialization to Mac configuration.wconner
2023-02-22Add MODULE.bazel for Tink C++ examples.ambrosin
2023-02-22Pull abseil-cpp from the Bazel Central Registry instead of using a module ext...ambrosin
2023-02-17Add fatal logging function with 'noreturn' attribute.wconner
2023-02-17Pull Rapidjson v1.1.0 from the Bazel Central Repository when building with --...ambrosin
2023-02-16Add AES-CMAC proto parsers and serializers.wconner
2023-02-16Upgrade BoringSSL to 20203-02-15 commit in tink-cc.ambrosin
2023-02-14Replace std::abort/std::exit/std::_Exit with LOG/CHECK macros.wconner
2023-02-14Add mutable serialization registry for global instance.wconner
2023-02-14Use $TEST_SRCDIR/$TEST_WORKSPACE to determine the test runfiles path and impr...ambrosin
2023-02-14Add missing copyright header to MODULE.bazel and fixed date in deps.bzl's hea...ambrosin
2023-02-14Add initial Bazel Module support for tink-cc and Kokoro test scriptambrosin
2023-02-13Add genrules to copy wycheproof test vectors locally in Tink C++.ambrosin
2023-02-13Update Abseil to LTS 20230125.wconner
2023-02-13Update go proto path in Tink proto definitions.juerg