From 437127b6ca31b0a8edacece3258c06127a936939 Mon Sep 17 00:00:00 2001 From: Ludvig Michaelsson Date: Thu, 2 Nov 2023 09:32:42 +0100 Subject: [PATCH] pkcs11: enable secret key tests --- pkcs11/tests/CMakeLists.txt | 38 ------------------------------------- 1 file changed, 38 deletions(-) diff --git a/pkcs11/tests/CMakeLists.txt b/pkcs11/tests/CMakeLists.txt index 967cba30b..1a4bfc04a 100644 --- a/pkcs11/tests/CMakeLists.txt +++ b/pkcs11/tests/CMakeLists.txt @@ -34,7 +34,6 @@ set( ReadOnlySessionTest.SOLoginFail ReadOnlySessionTest.CreateKeyPairObjects ReadOnlySessionTest.CreateSecretKeyAttributes - ReadOnlySessionTest.SecretKeyTestVectors ReadOnlySessionTest.SignVerifyRecover ReadOnlySessionTest.GenerateKeyInvalid ReadOnlySessionTest.GenerateKeyPairInvalid @@ -66,112 +65,75 @@ set( Ciphers/SecretKeyTest.EncryptDecrypt/1 Ciphers/SecretKeyTest.EncryptDecrypt/2 Ciphers/SecretKeyTest.EncryptDecrypt/3 - Ciphers/SecretKeyTest.EncryptDecrypt/4 - Ciphers/SecretKeyTest.EncryptDecrypt/5 Ciphers/SecretKeyTest.EncryptFailDecrypt/0 Ciphers/SecretKeyTest.EncryptFailDecrypt/1 Ciphers/SecretKeyTest.EncryptFailDecrypt/2 Ciphers/SecretKeyTest.EncryptFailDecrypt/3 - Ciphers/SecretKeyTest.EncryptFailDecrypt/4 - Ciphers/SecretKeyTest.EncryptFailDecrypt/5 Ciphers/SecretKeyTest.EncryptDecryptGetSpace/0 Ciphers/SecretKeyTest.EncryptDecryptGetSpace/1 Ciphers/SecretKeyTest.EncryptDecryptGetSpace/2 Ciphers/SecretKeyTest.EncryptDecryptGetSpace/3 - Ciphers/SecretKeyTest.EncryptDecryptGetSpace/4 - Ciphers/SecretKeyTest.EncryptDecryptGetSpace/5 Ciphers/SecretKeyTest.EncryptDecryptParts/0 Ciphers/SecretKeyTest.EncryptDecryptParts/1 Ciphers/SecretKeyTest.EncryptDecryptParts/2 Ciphers/SecretKeyTest.EncryptDecryptParts/3 - Ciphers/SecretKeyTest.EncryptDecryptParts/4 - Ciphers/SecretKeyTest.EncryptDecryptParts/5 Ciphers/SecretKeyTest.EncryptDecryptInitInvalid/0 Ciphers/SecretKeyTest.EncryptDecryptInitInvalid/1 Ciphers/SecretKeyTest.EncryptDecryptInitInvalid/2 Ciphers/SecretKeyTest.EncryptDecryptInitInvalid/3 - Ciphers/SecretKeyTest.EncryptDecryptInitInvalid/4 - Ciphers/SecretKeyTest.EncryptDecryptInitInvalid/5 Ciphers/SecretKeyTest.EncryptErrors/0 Ciphers/SecretKeyTest.EncryptErrors/1 Ciphers/SecretKeyTest.EncryptErrors/2 Ciphers/SecretKeyTest.EncryptErrors/3 - Ciphers/SecretKeyTest.EncryptErrors/4 - Ciphers/SecretKeyTest.EncryptErrors/5 Ciphers/SecretKeyTest.DecryptErrors/0 Ciphers/SecretKeyTest.DecryptErrors/1 Ciphers/SecretKeyTest.DecryptErrors/2 Ciphers/SecretKeyTest.DecryptErrors/3 - Ciphers/SecretKeyTest.DecryptErrors/4 - Ciphers/SecretKeyTest.DecryptErrors/5 Ciphers/SecretKeyTest.EncryptUpdateErrors/0 Ciphers/SecretKeyTest.EncryptUpdateErrors/1 Ciphers/SecretKeyTest.EncryptUpdateErrors/2 Ciphers/SecretKeyTest.EncryptUpdateErrors/3 - Ciphers/SecretKeyTest.EncryptUpdateErrors/4 - Ciphers/SecretKeyTest.EncryptUpdateErrors/5 Ciphers/SecretKeyTest.EncryptModePolicing1/0 Ciphers/SecretKeyTest.EncryptModePolicing1/1 Ciphers/SecretKeyTest.EncryptModePolicing1/2 Ciphers/SecretKeyTest.EncryptModePolicing1/3 - Ciphers/SecretKeyTest.EncryptModePolicing1/4 - Ciphers/SecretKeyTest.EncryptModePolicing1/5 Ciphers/SecretKeyTest.EncryptModePolicing2/0 Ciphers/SecretKeyTest.EncryptModePolicing2/1 Ciphers/SecretKeyTest.EncryptModePolicing2/2 Ciphers/SecretKeyTest.EncryptModePolicing2/3 - Ciphers/SecretKeyTest.EncryptModePolicing2/4 - Ciphers/SecretKeyTest.EncryptModePolicing2/5 Ciphers/SecretKeyTest.EncryptInvalidIV/0 Ciphers/SecretKeyTest.EncryptInvalidIV/1 Ciphers/SecretKeyTest.EncryptInvalidIV/2 Ciphers/SecretKeyTest.EncryptInvalidIV/3 - Ciphers/SecretKeyTest.EncryptInvalidIV/4 - Ciphers/SecretKeyTest.EncryptInvalidIV/5 Ciphers/SecretKeyTest.DecryptInvalidIV/0 Ciphers/SecretKeyTest.DecryptInvalidIV/1 Ciphers/SecretKeyTest.DecryptInvalidIV/2 Ciphers/SecretKeyTest.DecryptInvalidIV/3 - Ciphers/SecretKeyTest.DecryptInvalidIV/4 Ciphers/SecretKeyTest.DecryptInvalidIV/3 - Ciphers/SecretKeyTest.DecryptInvalidIV/4 - Ciphers/SecretKeyTest.DecryptInvalidIV/5 Ciphers/SecretKeyTest.DecryptUpdateErrors/0 Ciphers/SecretKeyTest.DecryptUpdateErrors/1 Ciphers/SecretKeyTest.DecryptUpdateErrors/2 Ciphers/SecretKeyTest.DecryptUpdateErrors/3 - Ciphers/SecretKeyTest.DecryptUpdateErrors/4 - Ciphers/SecretKeyTest.DecryptUpdateErrors/5 Ciphers/SecretKeyTest.EncryptFinalImmediate/0 Ciphers/SecretKeyTest.EncryptFinalImmediate/1 Ciphers/SecretKeyTest.EncryptFinalImmediate/2 Ciphers/SecretKeyTest.EncryptFinalImmediate/3 - Ciphers/SecretKeyTest.EncryptFinalImmediate/4 - Ciphers/SecretKeyTest.EncryptFinalImmediate/5 Ciphers/SecretKeyTest.EncryptFinalErrors1/0 Ciphers/SecretKeyTest.EncryptFinalErrors1/1 Ciphers/SecretKeyTest.EncryptFinalErrors1/2 Ciphers/SecretKeyTest.EncryptFinalErrors1/3 - Ciphers/SecretKeyTest.EncryptFinalErrors1/4 - Ciphers/SecretKeyTest.EncryptFinalErrors1/5 Ciphers/SecretKeyTest.EncryptFinalErrors2/0 Ciphers/SecretKeyTest.EncryptFinalErrors2/1 Ciphers/SecretKeyTest.EncryptFinalErrors2/2 Ciphers/SecretKeyTest.EncryptFinalErrors2/3 - Ciphers/SecretKeyTest.EncryptFinalErrors2/4 - Ciphers/SecretKeyTest.EncryptFinalErrors2/5 Ciphers/SecretKeyTest.DecryptFinalErrors1/0 Ciphers/SecretKeyTest.DecryptFinalErrors1/1 Ciphers/SecretKeyTest.DecryptFinalErrors1/2 Ciphers/SecretKeyTest.DecryptFinalErrors1/3 - Ciphers/SecretKeyTest.DecryptFinalErrors1/4 - Ciphers/SecretKeyTest.DecryptFinalErrors1/5 Ciphers/SecretKeyTest.DecryptFinalErrors2/0 Ciphers/SecretKeyTest.DecryptFinalErrors2/1 Ciphers/SecretKeyTest.DecryptFinalErrors2/2 Ciphers/SecretKeyTest.DecryptFinalErrors2/3 - Ciphers/SecretKeyTest.DecryptFinalErrors2/4 - Ciphers/SecretKeyTest.DecryptFinalErrors2/5 Digests/DigestTest.DigestKey/0 Digests/DigestTest.DigestKey/1 Digests/DigestTest.DigestKey/2