Service Développement wrote: ...
Index: E:/Sources/opensc/svn_trunk/src/pkcs15init/pkcs15-init.h =================================================================== --- E:/Sources/opensc/svn_trunk/src/pkcs15init/pkcs15-init.h (r‚vision 3114) +++ E:/Sources/opensc/svn_trunk/src/pkcs15init/pkcs15-init.h (copie de travail) @@ -259,6 +259,11 @@ const char * app_label; struct sc_object_id app_oid;+ /* This flag receives SC_PKCS15_CO_FLAG_PRIVATE (if data object is created with+ * CKA_PRIVATE to TRUE). Because data object can be private or not. + * This flag is passed then to the object's flags.*/ + int flags; + sc_pkcs15_der_t der_encoded; /* Wrong name: is not DER encoded */ };
why not use the auth_id field (i.e. if it's empty the object is protected by a auth object ... normally a PIN) ? Cheers, Nils _______________________________________________ opensc-devel mailing list [email protected] http://www.opensc-project.org/mailman/listinfo/opensc-devel
