aboutsummaryrefslogtreecommitdiff
path: root/cc/core/cleartext_keyset_handle.cc
AgeCommit message (Expand)Author
2023-04-13Replace unique_ptr with shared_ptr in KeysetHandleBuilder::Entry API.wconner
2023-04-13Replace unique_ptr with shared_ptr in KeysetHandleBuilder::Entry API.Tink Team
2023-04-12Replace unique_ptr with shared_ptr in KeysetHandleBuilder::Entry API.wconner
2022-07-26Extend CleartextKeysetHandle::Read to allow passing additional Keyset metadata.kste
2022-03-21Change crypto::tink::util::StatusOr::ValueOrDie() to value() in /tink/cc. Par...lizatretyakova
2022-01-26Automatically apply clang tidy fixes.tholenst
2022-01-10Automatically apply some clang-tidy fixestholenst
2021-11-03Replace the deprecated crypto::tink::util::error::INVALID_ARGUMENT usages wit...lizatretyakova
2021-10-25Replace the deprecated crypto::tink::util::Status::error_message() method wit...lizatretyakova
2020-03-23Reimplement ToStatusF using absl::StrFormatwiktorg
2020-03-20Replace unneeded ToStatusFwiktorg
2019-03-20Add WriteNoSecret support to KeysetHandle.candrian
2019-03-20Rename KeysetUtil to TestKeysetHandle and make it testonly = 1.thaidn
2018-09-20Add a "NoSecretKeysetHandle" getter function.Thomas Holenstein
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
2018-04-04Replacing custom ptr_util (make_unique, wrap_unique) with ABSL-calls.Bartosz Przydatek
2018-03-18Fixing C++ include-paths.Bartosz Przydatek
2017-10-14Adding C++ KeysetReader.Bartosz Przydatek
2017-09-01Fixing style issues.Bartosz Przydatek
2017-09-01Move util to crypto::tink::util.Thai Duong
2017-07-10Adding CleartextKeysetHandle::New-methodBartosz Przydatek
2017-06-22Adding cross-language tests for hybrid encryption.Bartosz Przydatek