Add support for CKM_RSA_PKCS_OAEP in encrypt_decrypt(). fix mechanism value in call to util_fatal(). fix formatting.

This commit is contained in:
alegon01 2019-02-01 11:35:25 +01:00
parent 16ca73ae40
commit 2be799f739

View File

@ -5461,6 +5461,7 @@ static int test_decrypt(CK_SESSION_HANDLE sess)
printf("No OpenSSL support, unable to validate decryption\n");
#else
for (n = 0; n < num_mechs; n++) {
errors += encrypt_decrypt(sess, mechs[n], privKeyObject);
}
#endif