Skip to content

Commit b563e0d

Browse files
committed
tests: Use more complex pins to make Kryoptic FIPS module happy
Signed-off-by: Jakub Jelen <[email protected]>
1 parent c7ab4fc commit b563e0d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cryptoki/tests/common/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ use cryptoki::types::AuthPin;
77
use std::env;
88

99
// The default user pin
10-
pub static USER_PIN: &str = "fedcba";
10+
pub static USER_PIN: &str = "fedcba123456";
1111
// The default SO pin
12-
pub static SO_PIN: &str = "abcdef";
12+
pub static SO_PIN: &str = "abcdef654321";
1313

1414
fn get_pkcs11_path() -> String {
1515
env::var("TEST_PKCS11_MODULE")

0 commit comments

Comments
 (0)