pkcs15 does define file formats (for smart cards that use "transparent" files), but "a file in PKCS #15 format" is nonsensical. At the very least, there are multiple file formats depending on what sort of data you are storing. A first step in figuring out what these files are is determining if they are, in fact, asn.1 structures. use "openssl asn1parse -inform DER -in <file>" and we should be able to tell based on the structure and OIDs if the format actually comes from PKCS #15

_______________________________________________
opensc-devel mailing list
opensc-devel@lists.opensc-project.org
http://www.opensc-project.org/mailman/listinfo/opensc-devel

Reply via email to