p11test: Do not talk about multipart encryption

This commit is contained in:
Jakub Jelen 2018-12-10 13:57:54 +01:00 committed by Frank Morgner
parent 35cb70b5d6
commit 969e29e663
1 changed files with 2 additions and 2 deletions

View File

@ -34,7 +34,7 @@ void multipart_tests(void **state) {
P11TEST_START(info);
search_for_all_objects(&objects, info);
debug_print("\nCheck functionality of Multipart Sign&Verify and/or Encrypt&Decrypt");
debug_print("\nCheck functionality of Multipart Sign&Verify");
for (i = 0; i < objects.count; i++) {
if (objects.data[i].type == EVP_PK_EC) {
debug_print(" [ SKIP %s ] EC keys do not support multi-part operations",
@ -42,7 +42,7 @@ void multipart_tests(void **state) {
continue;
}
used = 0;
/* do the Sign&Verify and/or Encrypt&Decrypt */
/* do the Sign&Verify */
/* XXX some keys do not have appropriate flags, but we can use them
* or vice versa */
//if (objects.data[i].sign && objects.data[i].verify)