diff options
author | Werner Koch <[email protected]> | 1999-06-29 19:50:54 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 1999-06-29 19:50:54 +0000 |
commit | 75ed03c960bf6613d13435499cba0bddc79dc3fd (patch) | |
tree | b2f1fcd92a2dca9c77ae16f98395c04fa9476eb2 /doc | |
parent | See ChangeLog: Sat Jun 26 13:54:43 CEST 1999 Werner Koch (diff) | |
download | gnupg-75ed03c960bf6613d13435499cba0bddc79dc3fd.tar.gz gnupg-75ed03c960bf6613d13435499cba0bddc79dc3fd.zip |
See ChangeLog: Tue Jun 29 21:44:25 CEST 1999 Werner Koch
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. |