Skip to content

Commit bf8c312

Browse files
committed
tests: Use smaller symmetric key to work with Softokn
Signed-off-by: Jakub Jelen <jjelen@redhat.com>
1 parent 73cfb52 commit bf8c312

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cryptoki/tests/basic.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2097,7 +2097,7 @@ fn generate_generic_secret_key() -> TestResult {
20972097
Attribute::Token(true),
20982098
Attribute::Sensitive(true),
20992099
Attribute::Private(true),
2100-
Attribute::ValueLen(512.into()),
2100+
Attribute::ValueLen(256.into()),
21012101
key_label.clone(),
21022102
];
21032103

0 commit comments

Comments
 (0)