p11test: Add CKM_ECDSA_SHA224

This commit is contained in:
Jakub Jelen 2021-01-25 09:47:57 +01:00 committed by Jakub Jelen
parent 0d693f63cb
commit 5633129bd8
1 changed files with 2 additions and 0 deletions

View File

@ -606,6 +606,8 @@ const char *get_mechanism_name(int mech_id)
return "ECDSA";
case CKM_ECDSA_SHA1:
return "ECDSA_SHA1";
case CKM_ECDSA_SHA224:
return "ECDSA_SHA224";
case CKM_ECDSA_SHA256:
return "ECDSA_SHA256";
case CKM_ECDSA_SHA384: