aboutsummaryrefslogtreecommitdiff
path: root/cc/core/key_manager_impl_test.cc
AgeCommit message (Expand)Author
2022-06-22Remove .status() usages when matching IsOk() with a StatusOr object.kste
2022-03-21Change crypto::tink::util::StatusOr::ValueOrDie() to value() in /tink/cc. Par...lizatretyakova
2022-01-26Automatically apply clang tidy fixes.tholenst
2021-11-03Replace the deprecated crypto::tink::util::error::INVALID_ARGUMENT usages wit...lizatretyakova
2021-11-03Replace one more deprecated crypto::tink::util::error::UNIMPLEMENTED usage wi...lizatretyakova
2021-10-19Replace the deprecated crypto::tink::util::error::UNIMPLEMENTEDD usages with ...lizatretyakova
2021-04-09Add missing copyright statements. These were missing due to internal miscommu...tholenst
2020-05-06Use sanitizing containers in aes_gcm_boringsslwiktorg
2020-04-20Some const declarations changed to constexprTink Team
2020-03-24Change input_stream_util to read exact number of byteswiktorg
2020-03-20Replace unneeded ToStatusFwiktorg
2019-11-01Add a CreateDeriverFunctionFor which takes a KeyTypeManager, and returns a fu...tholenst
2019-10-25Formatting changes due to internal changes.tholenst
2019-07-29Rename InternalKeyManager to KeyTypeManager.tholenst
2019-06-05Replace std::tuple with a custom made template List in the InternalKeyManager.tholenst
2019-05-13Implement a KeyManager based on an InternalKeyManager.tholenst