diff options
-rw-r--r-- | doc/ChangeLog | 4 | ||||
-rw-r--r-- | doc/DETAILS | 7 |
2 files changed, 8 insertions, 3 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog index 97e7cd54f..953b0e772 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,7 @@ +2002-11-04 David Shaw <[email protected]> + + * DETAILS: Clarify meaning of 'u'. Noted by Timo. + 2002-10-25 Werner Koch <[email protected]> * README.W32: Add blurb on how to create a ZIP file, changed diff --git a/doc/DETAILS b/doc/DETAILS index 1ba9df159..d37fda408 100644 --- a/doc/DETAILS +++ b/doc/DETAILS @@ -51,9 +51,10 @@ record. value for most purposes n = Don't trust this key at all m = There is marginal trust in this key - f = The key is full trusted. - u = The key is ultimately trusted; this is only used for - keys for which the secret key is also available. + f = The key is fully trusted + u = The key is ultimately trusted. This often means + that the secret key is available, but any key may + be marked as ultimately trusted. 3. Field: length of key in bits. 4. Field: Algorithm: 1 = RSA 16 = ElGamal (encrypt only) |