aboutsummaryrefslogtreecommitdiff
path: root/cc/util
AgeCommit message (Expand)Author
2023-07-10Remove unused testonly target fake_kms_client_pybindambrosin
2023-06-28util/SecretData code cleanupwiktorg
2023-04-26Add TESTONLY attribute to CMake tink_cc_library targetsambrosin
2023-03-08Remove the custom crypto::tink::util::Staus{|Or} implementationambrosin
2023-03-06Add utility function to generate a random prefix for test filesambrosin
2023-03-02Use different file names for ostream_output_stream_test and file_output_strea...ambrosin
2023-02-14Replace std::abort/std::exit/std::_Exit with LOG/CHECK macros.wconner
2023-02-08Use a tag to exclude targets on Windows when building with CMakeambrosin
2023-02-06Skip file_*_stream and file_*_stream_test Bazel targets on Windowsambrosin
2023-02-01Look for `TEMP` and `TMP` env variables when returning the tmp dir path in testsambrosin
2023-02-01Exclude file_{input|output|random_access}_strem{|_test} targets from building...ambrosin
2023-01-25Remove usage of `unistd.h` from cc/util/test_utilambrosin
2023-01-20Fix DummyDecryptingRandomAccessStream and add unit testsambrosin
2023-01-18Cleanup includes for util/istream_input_stream_test.ccambrosin
2023-01-18Improvements to util/file_input_stream_test.ccambrosin
2023-01-18Include only actually used headers in util/istream_input_stream.{cc|h}ambrosin
2023-01-18Some improvements to util/file_input_stream.{cc|h}ambrosin
2023-01-13Simplify ReadTestFile in cc/util/test_util.(h|cc)ambrosin
2022-12-20Use `= default` for trivial ctor/dtors.wiktorg
2022-12-16Remove now redundant `static_cast`swiktorg
2022-12-16Properly handle negation in IsOk matcherwiktorg
2022-12-16Remove unused `using` declarationswiktorg
2022-12-16IWYU: Add missing standard library includes.wiktorg
2022-12-15Suppress bugprone errors in move behavior testswiktorg
2022-12-13Migrate GetCancelled and GetUnknown to use the non-deprecated constructor.tholenst
2022-11-25Deprecate the constructor using a Tink error code.tholenst
2022-11-25Deprecate some functions which do not exist if crypto::tink::util::Status is ...tholenst
2022-09-08Always use proto instead of ProtoLite in C++. We don't really use protolite h...tholenst
2022-06-22Remove .status() usages when matching IsOk() with a StatusOr object.kste
2022-06-21Make IsOk matcher compatible with StatusOr.kste
2022-05-11Replace | with ` for function arguments.cinlin
2022-05-11Add comments to SecretValue.tholenst
2022-05-06Some reorderings for consistency with google3.tholenst
2022-05-05Fix some proto includes, and build targets.tholenst
2022-04-29Add utility to serialize SecretProto as SecretDatawiktorg
2022-03-31Add utility to create SecretProto from SecretDatawiktorg
2022-03-28Fix deps sorting for Bazel targets `//util:test_util`, `//prf:aes_cmac_prf_k...ambrosin
2022-03-25Hide crypto::tink::util::StatusOr behind a compile-time option. Add the corre...lizatretyakova
2022-03-22Make IsOkAndHolds() use the content type alias compatible with absl::StatusOr.lizatretyakova
2022-03-21Change crypto::tink::util::StatusOr::ValueOrDie() to value() in /tink/cc. Par...lizatretyakova
2022-03-18Change crypto::tink::util::StatusOr::ValueOrDie() to value() in test matchers...lizatretyakova
2022-03-18Make crypto::tink::util::StatusOr::AbortWithMessageFrom const, in order to al...lizatretyakova
2022-03-17Add value() method to crypto::tink::util::StatusOr, in order to make it compa...lizatretyakova
2022-02-22Hide crypto::tink::util::Status behind a compile-time option.lizatretyakova
2022-02-21Hide crypto::tink::util::Status behind a compile-time option.lizatretyakova
2022-02-21Hide crypto::tink::util::Status behind a compile-time option.lizatretyakova
2022-02-21Remove dangling references to crypto::tink::util::Status::error_message() in ...lizatretyakova
2022-02-09Fix lint errors for Tink's Status and StatusOr.juerg
2022-02-08Fix lint errors in includes.juerg
2022-02-08Fix lint errors in includes.juerg