aboutsummaryrefslogtreecommitdiff
path: root/cc/config/CMakeLists.txt
AgeCommit message (Expand)Author
2023-07-13Move KeyGen/ConfigGlobalRegistry to public API. #tinkApiChangecinlin
2023-07-13Extend C++ config tests.cinlin
2023-07-12Use KeysetHandle::GenerateNew in FIPS 140.2 config tests.cinlin
2023-07-11Define crypto::tink::KeyGenConfigV0(). #tinkApiChangecinlin
2023-07-07Define crypto::tink::ConfigV0(). #tinkApiChangecinlin
2023-06-27Accept global registry configs in GetPrimitive.cinlin
2023-06-22Return StatusOr from ConfigurationImpl::Get functions.cinlin
2023-06-20Internal change.cinlin
2023-06-15Define KeyGenConfigFips140_2 C++ object. #tinkApiChangecinlin
2023-05-26Use KeysetWrapperStore, KeyTypeInfoStore in Configuration instead of Registry...cinlin
2023-03-15Define KeysetHandle::GetPrimitive() with Configuration. #tinkApiChangecinlin
2023-03-14Define crypto::tink::ConfigFips140_2(). #tinkApiChangecinlin
2023-03-13Remove deprecated config.hambrosin
2021-11-11Refactor CMake files in cc/config.ambrosin
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
2020-07-03Add build flag to enable FIPS only mode which restricts the usage of Tink to ...kste
2020-04-15Adding PrfSet cross language tests and fixing the missing configuration bugssschmieg
2019-08-14Deprecate TinkConfig::Latest().paulavidas
2019-07-31C++/Objc Tink: Remove building the RegistryConfig protos.tholenst
2019-07-30Remove dummy catalogue from test.paulavidas
2019-07-26Add a "config_util" class with a method "CreateTinkKeyTypeEntry"tholenst
2019-05-02Adding StreamingAaead to tink:cc and TinkConfig.przydatek
2019-03-20Add the _cc_proto suffix back to proto targets in CMake.Tink Team
2019-03-20Add initial CMake support to Tink.Tink Team