aboutsummaryrefslogtreecommitdiff
path: root/cc/daead
AgeCommit message (Expand)Author
2023-06-27Register AES-SIV proto serialization.wconner
2023-06-21Add AES-SIV proto serialization.wconner
2023-06-15Add AES-SIV C++ key type.wconner
2023-06-14Add AES-SIV C++ parameters type.wconner
2023-06-12Add interfaces for Deterministic AEAD parameters and key types.wconner
2023-03-13Remove deprecated config.hambrosin
2023-03-07Delete config APIs marked for removal.ambrosin
2022-12-29Mark several config APIs for removal in Tink 2.tholenst
2022-12-16Use `= default` for trivial ctor/dtors.wiktorg
2022-12-16Remove unused `using` declarationswiktorg
2022-08-15Auto-generated fix for C++ includes.juerg
2022-06-22Remove .status() usages when matching IsOk() with a StatusOr object.kste
2022-06-14Add monitoring to deterministic AEAD wrapper.kste
2022-06-02Add a method to create an always failing deterministic AEAD.kste
2022-05-17Rename additional data to associated data in (d)aead wrappers.juerg
2022-03-23Update documenting comment to use more up-to-date APIs of StatusOr.lizatretyakova
2022-03-21Change crypto::tink::util::StatusOr::ValueOrDie() to value() in /tink/cc. Par...lizatretyakova
2022-03-21Change crypto::tink::util::StatusOr::ValueOrDie() to value() in /tink/cc. Par...lizatretyakova
2022-02-08Fix lint errors in includes.juerg
2022-01-10Automatically apply some clang-tidy fixestholenst
2021-12-13Refactor bazel build file.ambrosin
2021-11-11Refactor CMake files in cc/daead.ambrosin
2021-11-08Replace the deprecated crypto::tink::util::error::INVALID_ARGUMENT usages wit...lizatretyakova
2021-11-01Replace the deprecated crypto::tink::util::error::INTERNAL usages with its ab...lizatretyakova
2021-10-29Replace the deprecated crypto::tink::util::error::NOT_FOUND usages with its a...lizatretyakova
2021-10-25Replace the deprecated crypto::tink::util::Status::error_message() method wit...lizatretyakova
2021-10-21Move the `EnsureNonNull` utility to a new function `EnsureStringNonNull` in `...ambrosin
2021-10-12Replace the deprecated crypto::tink::util::error::INTERNAL usages with its ab...lizatretyakova
2021-09-28Replace the third batch of the deprecated crypto::tink::util::Status::error_c...lizatretyakova
2021-09-23Replace the first batch of the deprecated crypto::tink::util::Status::error_c...lizatretyakova
2021-09-22Replace the deprecated crypto::tink::util::Status::OK object with a call to a...lizatretyakova
2021-04-16Refactor tink fips into an internal and public part.kste
2021-04-09Add missing copyright statements. These were missing due to internal miscommu...tholenst
2021-04-06Add FipsStatus() method to KeyTypeManagers for AEAD, DAEAD, MAC, Prf and Stre...kste
2021-03-23Add DeriveKey function to AES-SIV and XCHACHA20-Poly1305 primitives in C++.rafaelmisoczki
2021-03-15Changes to the visibility of some targets as required by the CECPQ2 implement...rafaelmisoczki
2020-11-24Rename the "TransformingPrimitiveWrapper<P,Q>" to "PrimitiveWrapper<P,Q>" and...tholenst
2020-10-12Migrate GetOutputPrefix to use as input a KeyInfo instead of two elements fro...tholenst
2020-10-09Migrate PrimitiveSet::AddPrimitive to take a KeyInfo instead of a Key.tholenst
2020-10-07Change get_output_prefix(key) to GetOutputPrefix(key_id, output_prefix_type).tholenst
2020-09-10Support parsing an AES_SIV key as the Data Encapsulation mechanism for hybrid...mshavit
2020-09-10Change get_primitives interface to use absl::string_view instead of const str...kste
2020-08-27Support parsing an AES_SIV key as the Data Encapsulation mechanism for hybrid...Tink Team
2020-08-26Support parsing an AES_SIV key as the Data Encapsulation mechanism for hybrid...mshavit
2020-08-12Add WORKSPACE to build the BoringSSL FIPS module in Bazel.kste
2020-08-06Create a wrapper class around Aead and Determinsitic Aead primitives.mshavit
2020-07-09Use correct status check in test for deterministic AEAD when using FIPS only ...kste
2020-07-08Restrict DAEAD registry when using FIPS only mode.kste
2020-03-26Include What You Use fixeswiktorg
2020-03-04Update folder structure for C++ Tink.kste