diff options
author | Werner Koch <wk@gnupg.org> | 1998-09-18 17:24:53 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 1998-09-18 17:24:53 +0200 |
commit | b4aeef458c51b9debd394592e76b93cc6b00e0a2 (patch) | |
tree | e87818f5c15e12189f5fc054faf6d09e07e3d120 /doc/DETAILS | |
parent | Michael Roth has released is des impl. (diff) | |
download | gnupg2-b4aeef458c51b9debd394592e76b93cc6b00e0a2.tar.xz gnupg2-b4aeef458c51b9debd394592e76b93cc6b00e0a2.zip |
.
Diffstat (limited to 'doc/DETAILS')
-rw-r--r-- | doc/DETAILS | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/doc/DETAILS b/doc/DETAILS index d09871ec1..d52527ce2 100644 --- a/doc/DETAILS +++ b/doc/DETAILS @@ -41,12 +41,10 @@ Layout of the TrustDB ===================== -FIXME: use a directory record as top node instead of the pubkey record - The TrustDB is built from fixed length records, where the first byte describes the record type. All numeric values are stored in network byte order. The length of each record is 40 bytes. The first record of -the DB is always of type 1 and this is the only record of this type. +the DB is always of type 2 and this is the only record of this type. Record type 0: -------------- @@ -56,7 +54,7 @@ Record type 1: -------------- Version information for this TrustDB. This is always the first record of the DB and the only one with type 1. - 1 byte value 1 + 1 byte value 2 3 bytes 'gpg' magic value 1 byte Version of the TrustDB 3 byte reserved |