aboutsummaryrefslogtreecommitdiff
path: root/cc/signature/signature_key_templates_test.cc
AgeCommit message (Expand)Author
2022-06-22Remove .status() usages when matching IsOk() with a StatusOr object.kste
2022-01-12Remove include "openssl/base.h" for compatibility with OpenSSLambrosin
2022-01-10Automatically apply some clang-tidy fixestholenst
2021-10-29Replace occurrences of `bssl::UniquePtr` with `internal::SslUniquePtr` in cc/...ambrosin
2021-10-27Replace occurrences of `SubtleUtilBoringSSL::str2bn`, `SubtleUtilBoringSSL::b...ambrosin
2021-09-09Add 'ECDSA_P256_RAW', 'ECDSA_P384_SHA384' and 'ECDSA_P384_SHA512' key templat...juerg
2020-03-27Add a ED25519WithRawOutput key template to the cc and java implementation.Tink Team
2020-02-20Add signature key template RSASSA-PSS 4096 with SHA384.Tink Team
2019-10-25Formatting changes due to internal changes.tholenst
2019-09-04Migrate the RsaSsaPkcs1{Sign,Verify}KeyManager to KeyTypeManagers.tholenst
2019-09-03Migrate the RsaSsaPss{Sign,Verify}KeyManager to KeyTypeManagers.tholenst
2019-08-29Migrate the Ed25519 Sign Key Manager.tholenst
2019-08-27Add a key format proto for Ed25519 and use it in C++.tholenst
2019-08-26Migrate the Ecdsa{Sign,Verify}KeyManager to KeyTypeManagers.tholenst
2019-02-12cc: Add ED25519 key managers for sign and verify operations. Update signature...candrian
2018-10-02increase key template size from 2048 (112-bit security) to 3072 (128-bit secu...Quan Nguyen
2018-09-26cc: rsa_ssa_pss_sign_key_manager & signature_key_templates.Quan Nguyen
2018-09-26cc: rsa_ssa_pkcs1_sign_key_manager & signature_key_templates.Quan Nguyen
2018-09-20Remove the main files from (hopefully) all tests.Thomas Holenstein
2018-08-09Add Keytemplate for C++'s Ecdsa IEEE_P1363 signatureQuan Nguyen
2018-07-20Adding generation of new keys to C++ ECDSA signatures.Bartosz Przydatek
2018-04-12Adding KeyTemplate-classes missing in C++.Bartosz Przydatek