At least the rainbow ikey 3000 need bigger labels.

Label size should be 255, as per pkcs15.


git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@1100 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
aj 2003-05-13 13:43:09 +00:00
parent 2fae230794
commit 7cbe523cc4
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ extern "C" {
#define SC_PKCS15_MAX_PINS 2
#define SC_PKCS15_MAX_PRKEYS 2
#define SC_PKCS15_MAX_PUBKEYS 2
#define SC_PKCS15_MAX_LABEL_SIZE 32
#define SC_PKCS15_MAX_LABEL_SIZE 255
#define SC_PKCS15_MAX_ID_SIZE 16
#define SC_PKCS15_MAX_DFS 4
#define SC_PKCS15_MAX_CERTS 4 /* Total certificates */