aboutsummaryrefslogtreecommitdiff
path: root/cc/util/test_util.h
AgeCommit message (Expand)Author
2023-01-25Remove usage of `unistd.h` from cc/util/test_utilambrosin
2023-01-20Fix DummyDecryptingRandomAccessStream and add unit testsambrosin
2023-01-13Simplify ReadTestFile in cc/util/test_util.(h|cc)ambrosin
2022-12-20Use `= default` for trivial ctor/dtors.wiktorg
2022-12-16IWYU: Add missing standard library includes.wiktorg
2022-03-21Change crypto::tink::util::StatusOr::ValueOrDie() to value() in /tink/cc. Par...lizatretyakova
2022-02-08Fix lint errors in includes.juerg
2021-12-20Migrate to internal/ec_util for tink/cc.ambrosin
2021-12-14Qualify StreamingAead's methods as const.Tink Team
2021-11-04Replace 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-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-22Replace the deprecated crypto::tink::util::Status::OK object with a call to a...lizatretyakova
2020-09-10Support parsing an AES_SIV key as the Data Encapsulation mechanism for hybrid...mshavit
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-04-01PrfSet implementation last CL: Registering the key managers and wrappers in t...sschmieg
2020-03-02Add a new interface to support AEAD using Abseil Cords as input/output parame...kste
2019-12-19Qualify calls to absl functions taking string_view that use ADL.Tink Team
2019-11-01Implement interface for streaming MAC.Tink Team
2019-10-25Formatting changes due to internal changes.tholenst
2019-10-02Add hybrid key templates with curve 25519.Tink Team
2019-08-29Replace deprecated thread annotations macros.Tink Team
2019-08-20Removing const from RandomAccessStream::size(), and changingprzydatek
2019-08-07Always use the Status result in Tink.tholenst
2019-06-24Adding C++ API for StreamingAead random access decryption.przydatek
2019-06-19C++ test refactoring, adding file test utils.przydatek
2019-05-10Add a method "AsKeyData" which converts a proto to a KeyData to test_util.htholenst
2019-05-10Fix broken build on macOS.candrian
2019-05-09Add a method "AsKeyData" which converts a proto to a KeyData to test_util.htholenst
2019-05-02Adding C++ KmsClients and KmsAeadKeyManagerprzydatek
2019-05-02Implementing decryption-part of C++ StreamingAeadWrapper.przydatek
2019-03-20Add WriteNoSecret support to KeysetHandle.candrian
2019-03-06cc: Fix warning: implicit conversion loses integer precision: 'unsigned long'...candrian
2019-02-18Adding implementation of C++ StreamingAeadWrapperprzydatek
2019-02-12cc: Add ED25519 key managers for sign and verify operations. Update signature...candrian
2018-12-04Make a bunch of single argument constructors "explicit".tholenst
2018-11-12Adding C++ FileInputStream.przydatek
2018-10-31Remove the semi-circular dependency between keyset_handle and registry.tholenst
2018-10-04Adding supporting classes for C++ DeterministicAead.Bartosz Przydatek
2018-09-20Ensure that the fake primitives in test_util use all their inputs in the prop...Tink Team
2018-08-30Adding C++ support for legacy signature/mac format.Bartosz Przydatek
2018-07-31Support EcdsaSignatureEncoding::IEEE_P1363 in C++.Quan Nguyen
2018-07-11Move TestUtil::GetKeyset, TestUtil::GetKeysetHandle to a separate class so theyHaris Andrianakis
2018-07-03Moving C++ to proto lite, and changing from JSONCPP to RapidJSON.Bartosz Przydatek
2018-05-24Automated g4 rollback of changelist 197862984.Bartosz Przydatek
2018-05-24Automated g4 rollback of changelist 197860731.Tink Team
2018-05-24Hiding C++ KeysetHandle::get_keyset() method.Bartosz Przydatek
2018-04-17Use Portable Protocol Buffers (go/portableproto) for Tink C++.Haris Andrianakis