aboutsummaryrefslogtreecommitdiff
path: root/cc/internal
AgeCommit message (Expand)Author
2023-08-11Use reader/writer locks to reduce contention for key parsing and serialization.Tink Team
2023-06-30Add CallWithCoreDumpProtectionwiktorg
2023-06-28Use `absl::AnyInvocable` for the KeysetWrapper primitive getter.cinlin
2023-06-28Rename to ConfigurationImpl::IsInGlobalRegistryMode.cinlin
2023-06-22Define getter for config.global_registry_mode_.cinlin
2023-06-22Define Configuration in global registry mode.cinlin
2023-06-22Return StatusOr from ConfigurationImpl::Get functions.cinlin
2023-06-22Rename Register to Add in *ConfigurationImpl.cinlin
2023-06-21Remove unnecessary import from internal/.cinlin
2023-06-21Add IsEmpty to KeysetWrapperStore.cinlin
2023-06-15Implement KeyGenConfigurationImpl C++ class.cinlin
2023-05-31Make the SecretKeyAccessToken optional for the key parsers and serializers.ioannanedelcu
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-24Improve ConfigurationImplTest Fake* classes.cinlin
2023-05-24Modernize RegistryImpl::get_key_type_info call sites.cinlin
2023-05-18Extract primitive wrapper storage out of RegistryImpl and into its own class.cinlin
2023-05-18Update KeyTypeInfoStore comment.cinlin
2023-05-12Remove RegistryImpl reference from WrapperInfo constructor.cinlin
2023-05-04Implement KeyTypeInfoStore to store RegistryImpl::KeyTypeInfo.cinlin
2023-05-02Rename variables and add comments in RegistryImpl.cinlin
2023-05-02Tidy RegistryImpl::KeyTypeInfo.cinlin
2023-04-26Add TESTONLY attribute to CMake tink_cc_library targetsambrosin
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-23Update serializer index tests to use serialization test utility library.wconner
2023-03-21Remove unused Asylo ifdefTink Team
2023-03-21Reduce test size for tests unnecessarily marked as largeTink Team
2023-03-13Remove the deprecated catalogue.h header and target.ambrosin
2023-03-12Implement public and internal Configuration classes. #tinkApiChangecinlin
2023-03-07Format and clean up dependencies for RegistryImpl.cinlin
2023-03-07Remove MessageLite related methodsambrosin
2023-03-07Remove LabelInfo and name_to_catalogue_map_ from RegistryImpl.ambrosin
2023-03-07Remove Catalogue APIs.ambrosin
2023-03-06Add utility function to generate a random prefix for test filesambrosin
2023-03-02Mark deprecated versions of RegisterKeyManager for removal.cinlin
2023-03-02Mark MessageLite-related functionality for removal.cinlin
2023-03-02Fix include statements in internal/ambrosin
2023-03-02Mark LabelInfo and derivatives for removal.cinlin
2023-02-24Support non-legacy parameters and keys in internal keyset handle builder entry.wconner
2023-02-17Add fatal logging function with 'noreturn' attribute.wconner
2023-02-14Add mutable serialization registry for global instance.wconner
2023-02-13Add genrules to copy wycheproof test vectors locally in Tink C++.ambrosin
2023-02-13Add immutable serialization registry.wconner
2023-02-08Add test utility library for parsers and serializers.wconner
2023-02-06Change unit test case names to match the class name.wconner
2023-02-02Verify that serialization object identifier matches parser object identifier.wconner
2023-02-02Move test primitive classes outside of the anonymous namespace to allow compi...ambrosin