aboutsummaryrefslogtreecommitdiff
path: root/cc/signature/signature_config.cc
AgeCommit message (Expand)Author
2023-03-27Internal Code ChangeTink Team
2023-03-07Delete config APIs marked for removal.ambrosin
2022-12-29Mark several config APIs for removal in Tink 2.tholenst
2022-12-19Internal change.wconner
2022-05-05Fix some proto includes, and build targets.tholenst
2021-04-16Refactor tink fips into an internal and public part.kste
2020-07-09Restrict Signature registry when using FIPS only mode.kste
2019-09-04Migrate the RsaSsaPkcs1{Sign,Verify}KeyManager to KeyTypeManagers.tholenst
2019-09-03Migrate the RsaSsaPss{Sign,Verify}KeyManager to KeyTypeManagers.tholenst
2019-08-29Migrate the Ed25519 Sign Key Manager.tholenst
2019-08-26Migrate the Ecdsa{Sign,Verify}KeyManager to KeyTypeManagers.tholenst
2019-08-14Deprecate TinkConfig::Latest().paulavidas
2019-07-31C++/Objc Tink: Remove building the RegistryConfig protos.tholenst
2019-07-30Update description of Register() method.paulavidas
2019-07-29Remove the signatures catalogues.paulavidas
2019-02-18cc: Enable ED25519 and RSA signatures.candrian
2018-10-04Change to use the non-deprecated versions of RegisterKeyManager and AddCatalo...Thomas Holenstein
2018-07-12Cleaning up discrepancies between Java and C++, preparing for 1.2.0 release.Thai Duong
2018-07-12Adding C++ default config registration.Bartosz Przydatek
2018-03-18Fixing C++ include-paths.Bartosz Przydatek
2018-01-03Fixing clang-tidy style errors.Thai Duong
2017-12-19Adding C++ Ecdsa and aux classes for signatures.Bartosz Przydatek