Moved set_time field of hdb_keyset to end and add extensibility marker.

This commit is contained in:
Nicolas Williams
2011-07-17 15:20:25 -05:00
committed by Nicolas Williams
parent c2ec368c36
commit 355ae357eb

View File

@@ -90,8 +90,9 @@ HDB-Ext-Aliases ::= SEQUENCE {
hdb_keyset ::= SEQUENCE { hdb_keyset ::= SEQUENCE {
kvno[0] INTEGER (0..4294967295), kvno[0] INTEGER (0..4294967295),
set-time[1] KerberosTime, -- time this key was created/set keys[2] SEQUENCE OF Key,
keys[2] SEQUENCE OF Key set-time[1] KerberosTime, -- time this keyset was created/set
...
} }
HDB-Ext-KeySet ::= SEQUENCE OF hdb_keyset HDB-Ext-KeySet ::= SEQUENCE OF hdb_keyset