From 0370a532045afbc8d3eb980f4cfea9710ba307de Mon Sep 17 00:00:00 2001 From: nils Date: Fri, 12 Nov 2004 16:59:09 +0000 Subject: [PATCH] try to avoid conflicts with file ids of different file types git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@1979 c6295689-39f2-0310-b995-f0e70906c6a9 --- src/pkcs15init/gpk.profile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/pkcs15init/gpk.profile b/src/pkcs15init/gpk.profile index 99cf8863..535796b1 100644 --- a/src/pkcs15init/gpk.profile +++ b/src/pkcs15init/gpk.profile @@ -42,7 +42,7 @@ filesystem { # part, so it's okay to set READ=NONE. What's more, we may need # read access so we're able to check the key size/type. EF private-key { - file-id = 3000; # This is the base FileID + file-id = 3010; # This is the base FileID structure = 0x2C; # GPK specific ACL = *=NEVER, READ=NONE, @@ -54,7 +54,7 @@ filesystem { # Extractable private keys are stored in transparent EFs. # Encryption of the content is performed by libopensc. EF extractable-key { - file-id = 3001; + file-id = 3100; structure = transparent; ACL = *=NEVER, READ=$PIN, @@ -64,7 +64,7 @@ filesystem { # data objects are stored in transparent EFs. EF data { - file-id = 3002; + file-id = 3200; structure = transparent; ACL = *=NEVER, READ=NONE, @@ -73,14 +73,14 @@ filesystem { } EF public-key { - file-id = 3003; + file-id = 3300; structure = transparent; ACL = *=NONE; } # Certificate template EF certificate { - file-id = 3004; + file-id = 3400; structure = transparent; ACL = *=NONE; }