aboutsummaryrefslogtreecommitdiff
path: root/cc/config
AgeCommit message (Expand)Author
2019-07-29Remove the aead catalogue.paulavidas
2019-07-29Complete the "config_util_test".tholenst
2019-07-26Add a "config_util" class with a method "CreateTinkKeyTypeEntry"tholenst
2019-07-24Add AES CMAC to the config.tholenst
2019-07-11Remove Apache 2.0 comments from build files.tanujdhir
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-03-20Add the _cc_proto suffix back to proto targets in CMake.Tink Team
2019-03-20C++: remove visibility restriction on individual public BUILD targets.thaidn
2019-03-20Add initial CMake support to Tink.Tink Team
2019-02-21Fix BUILD files with buildifierthaidn
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-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-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
2018-02-27Mass renaming BUILD to BUILD.bazel.Google Engineers
2017-12-19Adding C++ Ecdsa and aux classes for signatures.Bartosz Przydatek
2017-12-11Adding cross-language (C++-Java) tests for AEAD.Bartosz Przydatek
2017-10-25Replacing StringPiece with const std::string& when it makes sense.Thai Duong
2017-10-25Cleaning up BUILD files, setting default visiblity to internal packages.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