diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/DETAILS | 5 | ||||
-rw-r--r-- | doc/FAQ | 2 |
2 files changed, 5 insertions, 2 deletions
diff --git a/doc/DETAILS b/doc/DETAILS index d680a88d9..84b42833b 100644 --- a/doc/DETAILS +++ b/doc/DETAILS @@ -238,8 +238,9 @@ the DB is always of type 2 and this is the only record of this type. 1 byte ownertrust 1 byte dirflag 1 byte maximum validity of all the user ids - 4 byte time of last validity check. - 15 byte reserved + 1 u32 time of last validity check. + 1 u32 Must check when this time has been reached. + (0 = no check required) Record type 3: (key record) @@ -191,6 +191,8 @@ u = The key is ultimately trusted; this is only used for keys for which the secret key is also available. + r = The key has been revoked + d = The key has been disabled The value in the "pub" record is the best one of all "uid" records. |