aboutsummaryrefslogtreecommitdiff
path: root/cc/registry.h
AgeCommit message (Expand)Author
2023-04-18Remove Registry::GetPrimitive(absl::string_view, const MessageLite&);tholenst
2023-03-07Remove deprecated versions of RegisterKeyManager for removal.ambrosin
2023-03-07Remove Catalogue APIs.ambrosin
2023-03-02Mark deprecated versions of RegisterKeyManager for removal.cinlin
2022-09-14Mark C++ catalogues for Tink 2 deletion.tholenst
2021-03-25Use absl::string_view in Registry argumentswiktorg
2021-03-18Add a namespace internal to the registry_impl.tholenst
2021-03-17Move registry_impl from core to internal folderrafaelmisoczki
2020-02-10Remove obsolete TODO.tholenst
2019-11-08Add the guarantee to the Registry that KeyManagers returned by get_key_manage...tholenst
2019-10-25Formatting changes due to internal changes.tholenst
2019-08-08Add using declarations for the type parameters in KeyTypeManagers and use them.tholenst
2019-07-30Deprecate catalogues.paulavidas
2019-07-29Rename InternalKeyManager to KeyTypeManager.tholenst
2019-07-10Add a method RegisterAsymmetricKeyManagers to the registry, which allows regi...tholenst
2019-06-17C++: Allow adding InternalKeyManager objects to the registry.tholenst
2019-03-05Updating documentation of Registry (C++, Java)przydatek
2018-10-31Remove the semi-circular dependency between keyset_handle and registry.tholenst
2018-10-25Add registry functions for PrimitiveWrapper's.tholenst
2018-10-04Make AddCatalogue work properly with unique pointers.Thomas Holenstein
2018-10-04Change the templating for the registry keymanager so that the type can be inf...Thomas Holenstein
2018-10-04Change the functions RegisterCatalogue and RegisterKeyManager so they take un...Thomas Holenstein
2018-10-04Project import generated by Copybara.Thomas Holenstein
2018-10-02Remove the recursive mutex from the registry.Thomas Holenstein
2018-08-30Correcting a wrong comment in C++ Registry.Bartosz Przydatek
2018-07-27Adding C++ API to get public keys from private keys.Bartosz Przydatek
2018-07-11Removing the redundant typeUrl-argument from Registry.registerKeyManager()-me...Bartosz Przydatek
2018-07-06Registry::RegisterKeyManager - new key allowed can be changed to moreVeronika Slivova
2018-07-03Moving C++ to proto lite, and changing from JSONCPP to RapidJSON.Bartosz Przydatek
2018-04-17Use Portable Protocol Buffers (go/portableproto) for Tink C++.Haris Andrianakis
2018-03-18Fixing C++ include-paths.Bartosz Przydatek
2017-11-09Adding C++ KeysetManager.Bartosz Przydatek
2017-10-25Replacing StringPiece with const std::string& when it makes sense.Thai Duong
2017-10-25Adding AesCtrHmacAeadKeyManager.Thai Duong
2017-10-14Adding C++ KeysetReader.Bartosz Przydatek
2017-10-06Fixing style and Lint errors.Thai Duong
2017-10-06Accepting multiple registration of same key manager in C++ registry.Bartosz Przydatek
2017-10-06More C++ Config catch-up, adding C++ HOW-TO, fixing typos.Bartosz Przydatek
2017-10-06Adding C++ configurations support.Bartosz Przydatek
2017-09-01Style cleanup after sync.Bartosz Przydatek
2017-09-01Move util to crypto::tink::util.Thai Duong
2017-06-22Adding cross-language tests for hybrid encryption.Bartosz Przydatek
2017-05-26Move C++ to google::crypto::tink.Thai Duong
2017-05-10Fix blaze build and Lint errors.Thai Duong
2017-05-10Changing 'const string&' arguments to StringPieceBartosz Przydatek
2017-05-10Merge "Adding implementation of AeadFactory."Bartosz Przydatek
2017-05-03Fix Lint errors.Thai Duong
2017-04-12Merge "Adding concurrency protection to Registry."Bartosz Przydatek
2017-04-11Merge "Minor fixes to enable sync of C++ to google3."Bartosz Przydatek
2017-03-29Cleanup: separating Registry interface from implementation.Bartosz Przydatek