aboutsummaryrefslogtreecommitdiff
path: root/cc/core/private_key_manager_impl_test.cc
AgeCommit message (Expand)Author
2023-02-02Move test primitive classes outside of the anonymous namespace to allow compi...ambrosin
2022-12-16Remove unused `using` declarationswiktorg
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 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-06-25Use the new Google Mock MOCK_METHOD macro instead of the older MOCK_METHOD<n>...Tink Team
2020-03-20Replace unneeded ToStatusFwiktorg
2019-07-29Rename InternalKeyManager to KeyTypeManager.tholenst
2019-07-08Add a test that the PrivateKeyManagerImpl correctly propagates the type urltholenst
2019-07-05Remove the Validation using public_key_manager_->ValidateKey() of the recentl...tholenst
2019-07-03Add a class InternalPrivateKeyManager which one should implement when one imp...tholenst