Skip to content

Commit 58e803b

Browse files
e2e_tests: Re-enable rsa signing test
Test is now passing as sign() has been implemented for RSA Signed-off-by: Tomás González <tomasagustin.gonzalezorlando@arm.com>
1 parent 434258b commit 58e803b

File tree

1 file changed

+0
-1
lines changed
  • parsec-openssl-provider-shared/e2e_tests/tests

1 file changed

+0
-1
lines changed

parsec-openssl-provider-shared/e2e_tests/tests/sign.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ fn test_signing_ecdsa() {
7878
let _ = sign_verify(&key_name, &mut signature, sign_alg);
7979
}
8080

81-
#[ignore]
8281
#[test]
8382
fn test_signing_rsa() {
8483
// Create a key beforehand using the parsec-tool and then run the test.

0 commit comments

Comments
 (0)