aboutsummaryrefslogtreecommitdiff
path: root/cc/streamingaead
AgeCommit message (Expand)Author
2023-06-23Add StreamingAeadKeyTemplates Aes128CtrHmacSha256Segment1MB andTink Team
2023-03-14Internal Code ChangeTink Team
2023-03-13Remove deprecated config.hambrosin
2023-03-07Delete config APIs marked for removal.ambrosin
2023-03-06Use all primitives to decrypt in StreamingAead.tholenst
2023-03-03Document that encrypting with a key with output prefix type TINK will not all...tholenst
2023-02-13Set the upper limit on AesCtrHmacStreamingKey.ciphertext_segment_size to 2^31-1.tholenst
2023-01-23Move `ReadAll` to a shared utility function in cc/internal/test_random_access...ambrosin
2023-01-23Replace FileRandomAccessStream and test::GetTestFileDescriptor with TestRando...ambrosin
2022-12-29Mark several config APIs for removal in Tink 2.tholenst
2022-12-20Use `= default` for trivial ctor/dtors.wiktorg
2022-12-16Remove unused `using` declarationswiktorg
2022-12-16IWYU: Add missing standard library includes.wiktorg
2022-12-15IWYU: Add missing standard library includes.wiktorg
2022-06-22Remove .status() usages when matching IsOk() with a StatusOr object.kste
2022-05-05Fix some proto includes, and build targets.tholenst
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-01-10Automatically apply some clang-tidy fixestholenst
2022-01-04Refactor cc/streamingaead/BUILD.bazel.ambrosin
2021-12-14Qualify StreamingAead's methods as const.Tink Team
2021-11-24Refactor CMake files in cc/streamingaead.ambrosin
2021-11-17Remove period after LLC in all C++ files.cinlin
2021-11-08Replace the deprecated crypto::tink::util::error::INVALID_ARGUMENT usages wit...lizatretyakova
2021-11-02Add dependencies to absl::Status ot the remaining build files after replacing...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-20Replace the deprecated crypto::tink::util::error::OUT_OF_RANGE usages with it...lizatretyakova
2021-10-12Replace the deprecated crypto::tink::util::error::UNAVAILABLE usages with its...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
2020-11-24Rename the "TransformingPrimitiveWrapper<P,Q>" to "PrimitiveWrapper<P,Q>" and...tholenst
2020-10-09Migrate PrimitiveSet::AddPrimitive to take a KeyInfo instead of a Key.tholenst
2020-09-15Add derivation support to AES-CTR-HMACsschmieg
2020-08-12Add WORKSPACE to build the BoringSSL FIPS module in Bazel.kste
2020-07-10Restrict Streaming AEAD registry when using FIPS only mode.kste
2020-04-14Add DeriveKey to the AesGcmHkdfStreamingKeyManagers.tholenst
2020-03-26Include What You Use fixeswiktorg
2020-03-20Replace unneeded ToStatusFwiktorg
2020-03-19Use sanitizing containers in aes_gcm_hkdf_streamingwiktorg
2020-03-18Use sanitizing containers in aes_ctr_hmac_streamingwiktorg
2020-03-04Update folder structure for C++ Tink.kste
2020-02-18Add AES256_GCM_HKDF_1MB key templateTink Team
2020-01-22Moving C++ proto targets to a separate directory.Bartosz Przydatek
2020-01-21Introducing a separate WORKSPACE for C++.Bartosz Przydatek