aboutsummaryrefslogtreecommitdiff
path: root/cc/core/keyset_handle.cc
AgeCommit message (Expand)Author
2023-08-04Add config-dependent KeysetHandle::GetPublicKeysetHandle. #tinkApiChangecinlin
2023-06-28Rename to ConfigurationImpl::IsInGlobalRegistryMode.cinlin
2023-06-23Implement KeysetHandle::GenerateNew with configs. #tinkApiChangecinlin
2023-05-31Make the SecretKeyAccessToken optional for the key parsers and serializers.ioannanedelcu
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
2023-03-01Use serialization registry in keyset handle.wconner
2023-02-17Add fatal logging function with 'noreturn' attribute.wconner
2023-02-14Replace std::abort/std::exit/std::_Exit with LOG/CHECK macros.wconner
2023-02-10Implement KeysetHandle::AddKey that operates on the internal keyset.cinlin
2022-10-28Update keyset handle to support Tink 2.0 Keyset API.wconner
2022-04-04Add APIs to KeysetHandle to hold annotations for a Keyset.ambrosin
2022-04-01Add APIs to KeysetHandle to hold annotations for a Keyset.ambrosin
2022-04-01Add APIs to KeysetHandle to hold annotations for a Keyset.ambrosin
2022-03-21Change crypto::tink::util::StatusOr::ValueOrDie() to value() in /tink/cc. Par...lizatretyakova
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
2021-10-21Replace the deprecated crypto::tink::util::error::FAILED_PRECONDITION usages ...lizatretyakova
2021-09-22Replace the deprecated crypto::tink::util::Status::OK object with a call to a...lizatretyakova
2021-07-21Adding an method to Read and Write KeysetHandle with associated data. Here: C++sschmieg
2021-03-02Make KeysetHandle::Write and WriteNoSecret constTink Team
2020-10-16Validate output_prefix_type when generating new keys.juerg
2020-10-08Add internal methods KeyInfoForKey and KeysetInfoForKeyset.tholenst
2020-03-23Reimplement ToStatusF using absl::StrFormatwiktorg
2020-03-20Add Keyset reader for PEM-encoded public keys.Tink Team
2019-12-06Internal change.Tink Team
2019-10-30Clean up GetKeysetInfo() implementation internalsTink Team
2019-10-30Add GetKeysetInfo to KeysetHandle.Tink Team
2019-03-20Add WriteNoSecret support to KeysetHandle.candrian
2018-11-28Adding ReadNoSecret to KeysetHandle.thaidn
2018-10-31Remove the semi-circular dependency between keyset_handle and registry.tholenst
2018-09-25Make the KeysetHandle copiable.Thomas Holenstein
2018-07-27Adding C++ API to get public keys from private keys.Bartosz Przydatek
2018-07-03Removing inconsistency between Java and C++.Veronika Slivova
2018-05-25Adding C++ implementation of KeysetHandle::GenerateNew(KeyTemplate).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
2018-02-21Adding C++ KeysetWriter.Bartosz Przydatek
2017-10-14Fixing typos and inconsistent naming.Bartosz Przydatek
2017-10-14Adding C++ KeysetReader.Bartosz Przydatek
2017-05-26Move C++ to google::crypto::tink.Thai Duong
2017-03-29Adding aux structures for primitive generation.Bartosz Przydatek
2017-03-23Merge "Initial structure for C++ Tink"Bartosz Przydatek