[Cryptech-Commits] [sw/pkcs11] 11/14: Remove CKA_NAME_HASH_ALGORITHM for now. It appears in the specification but not in the header file, so we don't know its numeric value in any case. Re-add if and when it shows up in the header file.

git at cryptech.is git at cryptech.is
Mon Sep 14 21:44:02 UTC 2015


This is an automated email from the git hooks/post-receive script.

sra at hactrn.net pushed a commit to branch ecdsa
in repository sw/pkcs11.

commit 85ae5390f4511f0bfe4b56179d5583a4997d504d
Author: Rob Austein <sra at hactrn.net>
Date:   Fri Sep 11 18:17:26 2015 -0400

    Remove CKA_NAME_HASH_ALGORITHM for now.  It appears in the
    specification but not in the header file, so we don't know its numeric
    value in any case.  Re-add if and when it shows up in the header file.
---
 attributes.yaml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/attributes.yaml b/attributes.yaml
index 3d05a35..6914bc8 100644
--- a/attributes.yaml
+++ b/attributes.yaml
@@ -286,10 +286,6 @@
     type: CK_ULONG
     default: 0
 
-  CKA_NAME_HASH_ALGORITHM:
-    type: CK_MECHANISM_TYPE
-    default: CKM_SHA_1
-
 ###
 # Key objects
 ###



More information about the Commits mailing list