aboutsummaryrefslogtreecommitdiff
path: root/cc/subtle/rsa_ssa_pss_verify_boringssl_test.cc
AgeCommit message (Expand)Author
2023-04-20Replace direct use of FIPS_mode with an internal util functionambrosin
2022-12-15IWYU: Add missing standard library includes.wiktorg
2022-12-15Fix "readability-const-return-type" clang-tidy warningswiktorg
2022-06-22Remove .status() usages when matching IsOk() with a StatusOr object.kste
2022-02-04Automatically apply some clang-tidy fixes.tholenst
2021-12-23Refactor wycheproof unit tests for `rsa_ssa_pss_verify_boringssl_test`.ambrosin
2021-12-23Remove dependency on test_util from subtle/rsa_ssa_pss_verify_boringssl_testambrosin
2021-12-23Make rsa_ssa_pss_verify_boringssl(|_test) OpenSSL-compatible.ambrosin
2021-11-24Allow usage of 2048-bit RSA keys in FIPS mode.kste
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 `bssl::UniquePtr` with `internal::SslUniquePtr` in cc/...ambrosin
2021-10-25Replace the deprecated crypto::tink::util::Status::error_message() method wit...lizatretyakova
2021-10-21Move `GetErrors` out of subtle_util_boringssl into a `GetSslErrors` function ...ambrosin
2021-09-23Replace the first batch of the deprecated crypto::tink::util::Status::error_c...lizatretyakova
2021-04-16Refactor tink fips into an internal and public part.kste
2020-07-13Fix RSA tests when using FIPS only mode, but BoringCrypto is not available.kste
2020-07-13Restrict usage of RSA signature primitives in subtle when using FIPS only mode.kste
2018-09-26Test rsa pss with wycheproof test vectors.Quan Nguyen
2018-08-30Fix signed integer conversion warnings.Rafael Lerm
2018-07-27RsaSsaPssVerifyBoringSSLQuan Nguyen