Skip to content

Commit c05b728

Browse files
tgonzalezorlandoarmgowthamsk-arm
authored andcommitted
e2e_tests: Sign with RsaPss instead of pkcs1v5
Signed-off-by: Tomás González <[email protected]>
1 parent bdfcfac commit c05b728

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ fn test_signing_rsa() {
125125

126126
// A 2048 bit RSA signing operation produces 256 bytes signature
127127
let mut signature: [u8; 256] = [0; 256];
128-
let sign_alg = AsymmetricSignature::RsaPkcs1v15Sign {
128+
let sign_alg = AsymmetricSignature::RsaPss {
129129
hash_alg: Hash::Sha256.into(),
130130
};
131131

0 commit comments

Comments
 (0)