aboutsummaryrefslogtreecommitdiff
path: root/cc/mac/mac_config_test.cc
AgeCommit message (Expand)Author
2023-06-07Add HMAC proto serialization to Mac configuration.ioannanedelcu
2023-05-31Make the SecretKeyAccessToken optional for the key parsers and serializers.ioannanedelcu
2023-04-20Replace direct use of FIPS_mode with an internal util functionambrosin
2023-03-13Remove deprecated config.hambrosin
2023-02-23Add AES-CMAC proto serialization to Mac configuration.wconner
2022-07-19Register ChunkedMac wrapper during Mac registration.wconner
2022-06-22Remove .status() usages when matching IsOk() with a StatusOr object.kste
2022-03-21Change crypto::tink::util::StatusOr::ValueOrDie() to value() in /tink/cc. Par...lizatretyakova
2022-01-07Fix some missing includes.tholenst
2021-10-29Replace the deprecated crypto::tink::util::error::NOT_FOUND usages with its a...lizatretyakova
2021-04-16Refactor tink fips into an internal and public part.kste
2021-04-06Add FipsStatus() method to KeyTypeManagers for AEAD, DAEAD, MAC, Prf and Stre...kste
2020-10-09Migrate PrimitiveSet::AddPrimitive to take a KeyInfo instead of a Key.tholenst
2020-07-09Restrict Mac registry when using FIPS only mode.kste
2019-08-05Always use the Status result in some of the Tink unit tests.tholenst
2019-07-31C++/Objc Tink: Remove building the RegistryConfig protos.tholenst
2019-07-30Remove dummy catalogues in tests.paulavidas
2019-07-29Remove the MAC catalogue.paulavidas
2019-07-24Add AES CMAC to the config.tholenst
2019-05-02Get rid of some deprecation warnings by replacing "new ...Catalogue" with "ab...tholenst
2019-02-18Make keyset_handle->GetPrimitives() private.tholenst
2018-11-01Register the primitive wrappers in the registry.tholenst
2018-09-20Remove the main files from (hopefully) all tests.Thomas Holenstein
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-25Replacing StringPiece with const std::string& when it makes sense.Thai Duong
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