aboutsummaryrefslogtreecommitdiff
path: root/cc/signature/rsa_ssa_pkcs1_verify_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
2021-12-20Replace references to deprecated message digest utils with the ones in intern...ambrosin
2021-11-03Replace occurrences of the deprecated RSA util methods and structs.ambrosin
2021-10-27Replace occurrences of `SubtleUtilBoringSSL::str2bn`, `SubtleUtilBoringSSL::b...ambrosin
2020-08-14Include validation of RSA public exponent parameter.Tink Team
2019-09-04Migrate the RsaSsaPkcs1{Sign,Verify}KeyManager to KeyTypeManagers.tholenst
2019-03-2022 Automatically created fixes.tholenst
2018-10-02Add a new static method AlwaysFailingFactory(Status) to the KeyFactory class.Thomas Holenstein
2018-09-20rsa_ssa_pkcs1_verify_key_manager & move checking modulus size to SubtleUtilBo...Quan Nguyen