aboutsummaryrefslogtreecommitdiff
path: root/cc/config/tink_config_test.cc
AgeCommit message (Expand)Author
2023-03-13Remove deprecated config.hambrosin
2021-10-29Replace the deprecated crypto::tink::util::error::NOT_FOUND usages with its a...lizatretyakova
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-29Remove the aead 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-05-02Adding C++ KmsEnvelopeAeadKeyManager.przydatek
2019-05-02Adding StreamingAaead to tink:cc and TinkConfig.przydatek
2019-05-02cc: Add key manager, proto and key templates for AES-GCM-SIV.candrian
2019-02-18cc: Enable ED25519 and RSA signatures.candrian
2018-10-08Adding C++ DeterministicEncryption to TinkConfig.Bartosz Przydatek
2018-09-20Remove the main files from (hopefully) all tests.Thomas Holenstein
2018-09-05XChaCha20Poly1305 only accepts 256-bit keys, does not need key format.Thai Duong
2018-07-12Adding C++ default config registration.Bartosz Przydatek
2018-06-27Adding C++ AesEaxKeymanger.Bartosz Przydatek
2018-04-04Adding C++ HybridConfig, to replace HybridEncrypt/Decrypt-Configs.Bartosz Przydatek
2018-03-18Fixing C++ include-paths.Bartosz Przydatek
2017-12-19Adding C++ Ecdsa and aux classes for signatures.Bartosz Przydatek
2017-10-25Replacing StringPiece with const std::string& when it makes sense.Thai Duong
2017-10-25Adding AesCtrHmacAeadKeyManager.Thai Duong
2017-10-06Fixing style and Lint errors.Thai Duong
2017-10-06More C++ Config catch-up, adding C++ HOW-TO, fixing typos.Bartosz Przydatek