aboutsummaryrefslogtreecommitdiff
path: root/cc/mac/mac_config.cc
AgeCommit message (Expand)Author
2023-06-07Add HMAC proto serialization to Mac configuration.ioannanedelcu
2023-03-07Delete config APIs marked for removal.ambrosin
2023-02-23Add AES-CMAC proto serialization to Mac configuration.wconner
2022-12-29Mark several config APIs for removal in Tink 2.tholenst
2022-07-25Moved ChunkedMac implementation from chunkedmac/internal to mac/internal.wconner
2022-07-19Register ChunkedMac wrapper during Mac registration.wconner
2021-04-16Refactor tink fips into an internal and public part.kste
2020-07-09Restrict Mac registry when using FIPS only mode.kste
2019-08-14Migrate the HmacKeyManger to a KeyTypeManager.tholenst
2019-08-14Deprecate TinkConfig::Latest().paulavidas
2019-08-09Migrate the AesCmacKeyManager to a KeyTypeManager.tholenst
2019-07-31C++/Objc Tink: Remove building the RegistryConfig protos.tholenst
2019-07-30Update description of Register() method.paulavidas
2019-07-29Remove the MAC catalogue.paulavidas
2019-07-24Add AES CMAC to the config.tholenst
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-04-17Use Portable Protocol Buffers (go/portableproto) for Tink C++.Haris Andrianakis
2018-03-18Fixing C++ include-paths.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-01Fixing style issues.Bartosz Przydatek
2017-09-01Move util to crypto::tink::util.Thai Duong
2017-07-10Adding C++ ...Config-classes for primitives.Bartosz Przydatek