[Pcsclite-cvs-commit] CVS PKCS11/src

CVS User rousseau ludovic.rousseau at free.fr
Mon Jul 25 11:54:51 UTC 2005


Update of /cvsroot/muscleapps/PKCS11/src
In directory haydn:/tmp/cvs-serv24897

Modified Files:
	p11x_object.c 
Log Message:
add lookup of a few attributes used by Mozilla

Thanks to Martin Leung for the patch


--- /cvsroot/muscleapps/PKCS11/src/p11x_object.c	2005/07/25 08:07:03	1.47
+++ /cvsroot/muscleapps/PKCS11/src/p11x_object.c	2005/07/25 11:54:50	1.48
@@ -1,6 +1,6 @@
 /******************************************************************************
 ** 
-**  $Id: p11x_object.c,v 1.47 2005/07/25 08:07:03 rousseau Exp $
+**  $Id: p11x_object.c,v 1.48 2005/07/25 11:54:50 rousseau Exp $
 **
 **  Package: PKCS-11
 **  Author : Chris Osgood <oznet at mac.com>
@@ -1057,6 +1057,18 @@
         case CKA_SENSITIVE:
             log_Log(LOG_LOW, "CKA_SENSITIVE:%s", buf);
             break;
+	 case CKA_ENCRYPT:
+            log_Log(LOG_LOW, "CKA_ENCRYPT:%s", buf);
+            break;
+	 case CKA_WRAP:
+            log_Log(LOG_LOW, "CKA_WRAP:%s", buf);
+            break;
+	 case CKA_VERIFY:
+            log_Log(LOG_LOW, "CKA_VERIFY:%s", buf);
+            break;
+	 case CKA_MODULUS_BITS:
+            log_Log(LOG_LOW, "CKA_MODULUS_BITS:%s", buf);
+            break;
         default:
             log_Log(LOG_LOW, "CKA_UNKNOWN (0x%lX):%s", attrib->type, buf);
             break;




More information about the Pcsclite-cvs-commit mailing list