aboutsummaryrefslogtreecommitdiff
path: root/cc/core
AgeCommit message (Expand)Author
2023-07-13Move KeyGen/ConfigGlobalRegistry to public API. #tinkApiChangecinlin
2023-06-28Rename to ConfigurationImpl::IsInGlobalRegistryMode.cinlin
2023-06-27Accept global registry configs in GetPrimitive.cinlin
2023-06-23Implement KeysetHandle::GenerateNew with configs. #tinkApiChangecinlin
2023-06-22Return StatusOr from ConfigurationImpl::Get functions.cinlin
2023-06-13Add get_all_in_keyset_order() to C++ PrimitiveSet. #tinkApiChangecinlin
2023-05-31Make the SecretKeyAccessToken optional for the key parsers and serializers.ioannanedelcu
2023-05-26Use KeysetWrapperStore, KeyTypeInfoStore in Configuration instead of Registry...cinlin
2023-05-05Avoid using global registry to create non-FIPS keyset handle in FIPS-only test.wconner
2023-04-20Replace direct use of FIPS_mode with an internal util functionambrosin
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-15Define KeysetHandle::GetPrimitive() with Configuration. #tinkApiChangecinlin
2023-03-13Remove deprecated config.hambrosin
2023-03-02Remove KeysetHandleTest's dependence on RegisterKeyManager.cinlin
2023-03-01Use serialization registry in keyset handle.wconner
2023-02-28Make calling KeysetHandle.Builder::build twice on the same builder object an ...tholenst
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
2023-02-02Move test primitive classes outside of the anonymous namespace to allow compi...ambrosin
2023-02-02Use alternative regex syntax in version test on Windowsambrosin
2023-01-26Add test for creating a primitive from a legacy proto key.wconner
2023-01-25Format KeysetHandleTest.cinlin
2022-12-30Mark the class "Config" for removal in Tink 2.tholenst
2022-12-22Add a builder to PrimitiveSet and make the class itself immutable.Tink Team
2022-12-16Use `= default` for trivial ctor/dtors.wiktorg
2022-12-16Remove unused `using` declarationswiktorg
2022-11-07Add keyset handle builder.wconner
2022-10-28Update keyset handle to support Tink 2.0 Keyset API.wconner
2022-10-03Mark the Config class deprecated.ambrosin
2022-09-08Add a test in C++, Go and Python for a JSON keyset with a too large key id.juerg
2022-09-01Add partial key access for C++.wconner
2022-08-18Add restricted data C++ library.wconner
2022-08-15Auto-generated fix for C++ includes.juerg
2022-07-26Extend CleartextKeysetHandle::Read to allow passing additional Keyset metadata.kste
2022-06-22Remove .status() usages when matching IsOk() with a StatusOr object.kste
2022-05-05Fix some proto includes, and build targets.tholenst
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 type_url to PrimitiveSet entries.ambrosin
2022-04-01Add APIs to KeysetHandle to hold annotations for a Keyset.ambrosin
2022-03-29Include the <typeinfo> header in key_type_manager.h which uses typeid.tholenst
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-12-06Add key access token class in C++.juerg
2021-11-10Replace the last crypto::tink::util::error::UNKNOWN usages with its absl vers...lizatretyakova
2021-11-03Replace the deprecated crypto::tink::util::error::INVALID_ARGUMENT usages wit...lizatretyakova