aboutsummaryrefslogtreecommitdiff
path: root/cc/core/key_manager_impl.h
AgeCommit message (Expand)Author
2022-08-15Auto-generated fix for C++ includes.juerg
2022-03-21Change crypto::tink::util::StatusOr::ValueOrDie() to value() in /tink/cc. Par...lizatretyakova
2022-01-10Automatically apply some clang-tidy fixestholenst
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
2021-02-18Fix -Wreturn-std-move-in-c++11 warning.Tink Team
2020-03-26Another round of IWYU fixeswiktorg
2020-03-23Reimplement ToStatusF using absl::StrFormatwiktorg
2019-11-01Add a CreateDeriverFunctionFor which takes a KeyTypeManager, and returns a fu...tholenst
2019-09-05Remove KeyManagerBase in C++.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