aboutsummaryrefslogtreecommitdiff
path: root/cc/config
AgeCommit message (Expand)Author
2023-07-13Delete extra variable assignment in Fips1402Test.cinlin
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-28Define Configuration in global registry mode.cinlin
2023-06-27Accept global registry configs in GetPrimitive.cinlin
2023-06-23Define KeyGenConfiguration in global registry mode.cinlin
2023-06-22Return StatusOr from ConfigurationImpl::Get functions.cinlin
2023-06-22Rename Register to Add in *ConfigurationImpl.cinlin
2023-06-21Correct KeyGenConfigFips140_2 typo.cinlin
2023-06-20Internal change.cinlin
2023-06-16Fix nits in Fips1402Test C++.cinlin
2023-06-15Define KeyGenConfigFips140_2 C++ object. #tinkApiChangecinlin
2023-05-26Use KeysetWrapperStore, KeyTypeInfoStore in Configuration instead of Registry...cinlin
2023-04-20Replace direct use of FIPS_mode with an internal util functionambrosin
2023-03-15Define KeysetHandle::GetPrimitive() with Configuration. #tinkApiChangecinlin
2023-03-14Define crypto::tink::ConfigFips140_2(). #tinkApiChangecinlin
2023-03-13Remove deprecated config.hambrosin
2023-03-08Remove the custom crypto::tink::util::Staus{|Or} implementationambrosin
2023-03-08Set crypto::tink::util::{Status|StatusOr} as alias of absl::{Status|StatusOr}...ambrosin
2022-03-25Hide crypto::tink::util::StatusOr behind a compile-time option. Add the corre...lizatretyakova
2022-02-08Fix lint errors in includes.juerg
2021-12-13Refactor bazel build file.ambrosin
2021-12-10Refactor bazel build file.ambrosin
2021-12-06Internal change.lizatretyakova
2021-11-11Refactor CMake files in cc/config.ambrosin
2021-11-01Replace the deprecated crypto::tink::util::error::INTERNAL usages with its ab...lizatretyakova
2021-10-29Replace the deprecated crypto::tink::util::error::NOT_FOUND usages with its a...lizatretyakova
2021-06-16Reset registry in FIPS tests for runtime tests.kste
2021-04-16Move config_setting and define for enabling FIPS to fips_utils.kste
2021-04-16Add a function to enable FIPS restrictions at runtime in C++.kste
2021-04-16Refactor tink fips into an internal and public part.kste
2021-04-09Add missing copyright statements. These were missing due to internal miscommu...tholenst
2021-02-11Add missing 'return' to ChecksFipsCompatibility().ckl
2021-01-20Use flag_values in Blaze/Bazel instead of define for enabling FIPS mode.kste
2020-08-12Add WORKSPACE to build the BoringSSL FIPS module in Bazel.kste
2020-08-12Return error if FIPS status is in undefined state.kste
2020-07-08Internal change.kste
2020-07-08Internal change.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
2020-01-22Moving C++ proto targets to a separate directory.Bartosz Przydatek
2020-01-21Introducing a separate WORKSPACE for C++.Bartosz Przydatek
2019-08-14Deprecate TinkConfig::Latest().paulavidas
2019-08-06Add license headers I forgot.tholenst
2019-07-31C++/Objc Tink: Remove building the RegistryConfig protos.tholenst
2019-07-30Remove dummy catalogue from test.paulavidas
2019-07-30Update description of TinkConfig::Register() method.paulavidas