mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-04-29 01:03:27 +02:00
Add sign/verify PCT to RSA key gen.
This commit is contained in:
committed by
Daniel Pouzzner
parent
5d7c6dda72
commit
9bf36f329a
@@ -102,9 +102,6 @@ int unit_test(int argc, char** argv)
|
||||
if (wc_RunCast_fips(FIPS_CAST_RSA_SIGN_PKCS1v15) != 0) {
|
||||
err_sys("RSA sign CAST failed");
|
||||
}
|
||||
if (wc_RunCast_fips(FIPS_CAST_ECC_CDH) != 0) {
|
||||
err_sys("ECC-CDH CAST failed");
|
||||
}
|
||||
if (wc_RunCast_fips(FIPS_CAST_ECC_PRIMITIVE_Z) != 0) {
|
||||
err_sys("ECC Primitive Z CAST failed");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user