increase size for bigger keys

git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@2816 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
nils 2006-01-21 11:53:30 +00:00
parent e8c05ca648
commit 41ee07a708

View File

@ -29,7 +29,7 @@ PIN user-puk {
filesystem { filesystem {
DF MF { DF MF {
DF PKCS15-AppDF { DF PKCS15-AppDF {
size = 2048; size = 4096;
# Prevent unauthorized updates of basic security # Prevent unauthorized updates of basic security
# objects via PUT DATA OCI. # objects via PUT DATA OCI.
@ -38,7 +38,11 @@ filesystem {
# Bump the size of the EF(PrKDF) - with split # Bump the size of the EF(PrKDF) - with split
# keys, we may need a little more room. # keys, we may need a little more room.
EF PKCS15-PrKDF { EF PKCS15-PrKDF {
size = 256; size = 384;
}
EF PKCS15-PuKDF {
size = 384;
} }
# This template defines files for keys, certificates etc. # This template defines files for keys, certificates etc.