From 5f2e964da30de84953e53bd170eb171d7ad1fac0 Mon Sep 17 00:00:00 2001 From: David Shaw Date: Sat, 8 May 2004 16:18:36 +0000 Subject: [PATCH] * DETAILS, credits-1.0, credits-1.2: ElGamal -> Elgamal. * gpg.sgml: Document --no-use-embedded-filename and --min-cert-level. * gpgv.sgml: Removed leftover . --- doc/ChangeLog | 9 +++++++++ doc/DETAILS | 6 +++--- doc/credits-1.0 | 2 +- doc/credits-1.2 | 2 +- doc/gpg.sgml | 23 ++++++++++++++++------- doc/gpgv.sgml | 2 +- 6 files changed, 31 insertions(+), 13 deletions(-) diff --git a/doc/ChangeLog b/doc/ChangeLog index 0c108f799..4c1891d48 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,12 @@ +2004-05-08 David Shaw + + * DETAILS, credits-1.0, credits-1.2: ElGamal -> Elgamal. + + * gpg.sgml: Document --no-use-embedded-filename and + --min-cert-level. + + * gpgv.sgml: Removed leftover . + 2004-05-05 David Shaw * gpg.sgml: --comment works with all armored messages. Clarify diff --git a/doc/DETAILS b/doc/DETAILS index 69d080dd4..81da915d4 100644 --- a/doc/DETAILS +++ b/doc/DETAILS @@ -59,9 +59,9 @@ record. be marked as ultimately trusted. 3. Field: length of key in bits. 4. Field: Algorithm: 1 = RSA - 16 = ElGamal (encrypt only) + 16 = Elgamal (encrypt only) 17 = DSA (sometimes called DH, sign only) - 20 = ElGamal (sign and encrypt) + 20 = Elgamal (sign and encrypt) (for other id's see include/cipher.h) 5. Field: KeyID either of 6. Field: Creation Date (in UTC) @@ -532,7 +532,7 @@ Key generation "<" Size of one factor decreased ">" Size of one factor increased - The prime number for ElGamal is generated this way: + The prime number for Elgamal is generated this way: 1) Make a prime number q of 160, 200, 240 bits (depending on the keysize) 2) Select the length of the other prime factors to be at least the size diff --git a/doc/credits-1.0 b/doc/credits-1.0 index 977910652..c536e771d 100644 --- a/doc/credits-1.0 +++ b/doc/credits-1.0 @@ -35,7 +35,7 @@ Walter Koch, Wim Vandeputte and Gerlinde Klaes. This software has been made possible by the previous work of Chris Wedgwood, Jean-loup Gailly, Jon Callas, Mark Adler, Martin Hellmann Paul Kendall, Philip R. Zimmermann, Peter Gutmann, Philip A. Nelson, -Taher ElGamal, Torbjorn Granlund, Whitfield Diffie, some unknown NSA +Taher Elgamal, Torbjorn Granlund, Whitfield Diffie, some unknown NSA mathematicians and all the folks who have worked hard to create complete and free operating systems. diff --git a/doc/credits-1.2 b/doc/credits-1.2 index 7c34a9da3..115328c11 100644 --- a/doc/credits-1.2 +++ b/doc/credits-1.2 @@ -67,6 +67,6 @@ IIDA, Yoshihiro Kajiki and Gerlinde Klaes. This software has been made possible by the previous work of Chris Wedgwood, Jean-loup Gailly, Jon Callas, Mark Adler, Martin Hellmann Paul Kendall, Philip R. Zimmermann, Peter Gutmann, Philip A. Nelson, -Taher ElGamal, Torbjorn Granlund, Whitfield Diffie, some unknown NSA +Taher Elgamal, Torbjorn Granlund, Whitfield Diffie, some unknown NSA mathematicians and all the folks who have worked hard to create complete and free operating systems. diff --git a/doc/gpg.sgml b/doc/gpg.sgml index ad4607a48..110b68865 100644 --- a/doc/gpg.sgml +++ b/doc/gpg.sgml @@ -791,7 +791,7 @@ Write output to &ParmFile;. --max-output &ParmN; -This option set a limit on the number of bytes that will be generated +This option sets a limit on the number of bytes that will be generated when processing a file. Since OpenPGP supports various levels of compression, it is possible that the plaintext of a given message may be significantly larger than the original OpenPGP message. While @@ -992,6 +992,13 @@ specific levels and how they are used. --no-ask-cert-level disables this option. This option defaults to yes. + +--min-cert-level + +When building the trust database, disregard any signatures with a +certification level below this. Defaults to 1, which accepts all +signatures. + --default-cert-level &ParmN; @@ -1580,9 +1587,10 @@ display the message. This option overrides --set-filename. --use-embedded-filename +--no-use-embedded-filename -Try to create a file with a name as embedded in the data. -This can be a dangerous option as it allows to overwrite files. +Try to create a file with a name as embedded in the data. This can be +a dangerous option as it allows to overwrite files. Defaults to no. @@ -2188,10 +2196,11 @@ Display the session key used for one message. See --override-session-key for the counterpart of this option. -We think that Key-Escrow is a Bad Thing; however the user should -have the freedom to decide whether to go to prison or to reveal the content of -one specific message without compromising all messages ever encrypted for one -secret key. DON'T USE IT UNLESS YOU ARE REALLY FORCED TO DO SO. +We think that Key Escrow is a Bad Thing; however the user should have +the freedom to decide whether to go to prison or to reveal the content +of one specific message without compromising all messages ever +encrypted for one secret key. DON'T USE IT UNLESS YOU ARE REALLY +FORCED TO DO SO. diff --git a/doc/gpgv.sgml b/doc/gpgv.sgml index 238fd4ad2..8412b708c 100644 --- a/doc/gpgv.sgml +++ b/doc/gpgv.sgml @@ -119,7 +119,7 @@ does not contain a slash, it is assumed to be in the home-directory ("~/.gnupg" if --homedir is not used). The filename may be prefixed with a scheme: "gnupg-ring:" is the default one. - +