make mkvno optional, update version to 2

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@6086 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
1999-05-03 16:48:52 +00:00
parent 00b513fb9c
commit 0db75ae2dd

View File

@@ -6,7 +6,7 @@ EncryptionKey EXTERNAL
KerberosTime EXTERNAL
Principal EXTERNAL
HDB_DB_FORMAT INTEGER ::= 1 -- format of database,
HDB_DB_FORMAT INTEGER ::= 2 -- format of database,
-- update when making changes
-- these should have the same value as the pa-* counterparts
@@ -19,7 +19,7 @@ Salt ::= SEQUENCE {
}
Key ::= SEQUENCE {
mkvno[0] INTEGER, -- master key version number
mkvno[0] INTEGER OPTIONAL, -- master key version number
key[1] EncryptionKey,
salt[2] Salt OPTIONAL
}