aboutsummaryrefslogtreecommitdiff
path: root/cc/signature/rsa_ssa_pss_sign_key_manager.cc
AgeCommit message (Expand)Author
2022-12-16IWYU: Add missing standard library includes.wiktorg
2022-03-21Change crypto::tink::util::StatusOr::ValueOrDie() to value() in /tink/cc. Par...lizatretyakova
2022-01-10Automatically apply some clang-tidy fixestholenst
2021-11-03Replace occurrences of the deprecated RSA util methods and structs.ambrosin
2021-11-01Replace the deprecated crypto::tink::util::error::INTERNAL usages with its ab...lizatretyakova
2021-10-27Replace occurrences of `SubtleUtilBoringSSL::str2bn`, `SubtleUtilBoringSSL::b...ambrosin
2020-08-14Include validation of RSA public exponent parameter.Tink Team
2020-06-05Use sanitizing containers in RSAwiktorg
2019-09-03Migrate the RsaSsaPss{Sign,Verify}KeyManager to KeyTypeManagers.tholenst
2018-10-02Add a new static method AlwaysFailingFactory(Status) to the KeyFactory class.Thomas Holenstein
2018-09-26cc: rsa_ssa_pss_sign_key_manager & signature_key_templates.Quan Nguyen