gnupg/doc (ChangeLog gpg.sgml)

cvs user dshaw cvs at cvs.gnupg.org
Thu Dec 16 06:56:53 CET 2004


    Date: Thursday, December 16, 2004 @ 07:01:19
  Author: dshaw
    Path: /cvs/gnupg/gnupg/doc

Modified: ChangeLog gpg.sgml

* gpg.sgml: Document --require-secmem/--no-require-secmem.  Note that the
sign flags (l, t, nr) can be mixed.  Remove --nrsign-key.


-----------+
 ChangeLog |    5 ++++
 gpg.sgml  |   63 ++++++++++++++++++++++++++++++------------------------------
 2 files changed, 37 insertions(+), 31 deletions(-)


Index: gnupg/doc/ChangeLog
diff -u gnupg/doc/ChangeLog:1.88 gnupg/doc/ChangeLog:1.89
--- gnupg/doc/ChangeLog:1.88	Sun Dec 12 17:03:47 2004
+++ gnupg/doc/ChangeLog	Thu Dec 16 07:01:19 2004
@@ -1,3 +1,8 @@
+2004-12-16  David Shaw  <dshaw at jabberwocky.com>
+
+	* gpg.sgml: Document --require-secmem/--no-require-secmem.  Note
+	that the sign flags (l, t, nr) can be mixed.  Remove --nrsign-key.
+
 2004-12-12  Werner Koch  <wk at g10code.com>
 
 	* samplekeys.asc, mksamplekeys (keys): Removed my old 621CC013 key
Index: gnupg/doc/gpg.sgml
diff -u gnupg/doc/gpg.sgml:1.77 gnupg/doc/gpg.sgml:1.78
--- gnupg/doc/gpg.sgml:1.77	Fri Nov 26 17:46:53 2004
+++ gnupg/doc/gpg.sgml	Thu Dec 16 07:01:19 2004
@@ -271,11 +271,12 @@
 each signature.  From left to right, they are the numbers 1-3 for
 certificate check level (see --ask-cert-level), "L" for a local or
 non-exportable signature (see --lsign-key), "R" for a nonRevocable
-signature (see --nrsign-key), "P" for a signature that contains a
-policy URL (see --cert-policy-url), "N" for a signature that contains
-a notation (see --cert-notation), "X" for an eXpired signature (see
---ask-cert-expire), and the numbers 1-9 or "T" for 10 and above to
-indicate trust signature levels (see the --edit-key command "tsign").
+signature (see the --edit-key command "nrsign"), "P" for a signature
+that contains a policy URL (see --cert-policy-url), "N" for a
+signature that contains a notation (see --cert-notation), "X" for an
+eXpired signature (see --ask-cert-expire), and the numbers 1-9 or "T"
+for 10 and above to indicate trust signature levels (see the
+--edit-key command "tsign").
 </para></listitem></varlistentry>
 
 
@@ -328,33 +329,24 @@
     <varlistentry>
     <term>sign</term>
     <listitem><para>
-Make a signature on key of user &ParmName;
-If the key is not yet signed by the default
-user (or the users given with -u), the
-program displays the information of the key
-again, together with its fingerprint and
-asks whether it should be signed. This
-question is repeated for all users specified
-with -u.</para></listitem></varlistentry>
+Make a signature on key of user &ParmName; If the key is not yet
+signed by the default user (or the users given with -u), the program
+displays the information of the key again, together with its
+fingerprint and asks whether it should be signed. This question is
+repeated for all users specified with
+-u.</para></listitem></varlistentry>
     <varlistentry>
     <term>lsign</term>
     <listitem><para>
-Same as --sign but the signature is marked as
-non-exportable and will therefore never be used
-by others.  This may be used to make keys valid
-only in the local environment.</para></listitem></varlistentry>
+Same as "sign" but the signature is marked as non-exportable and will
+therefore never be used by others.  This may be used to make keys
+valid only in the local environment.</para></listitem></varlistentry>
     <varlistentry>
     <term>nrsign</term>
     <listitem><para>
-Same as --sign but the signature is marked as non-revocable and can
+Same as "sign" but the signature is marked as non-revocable and can
 therefore never be revoked.</para></listitem></varlistentry>
     <varlistentry>
-    <term>nrlsign</term>
-    <listitem><para>
-Combines the functionality of nrsign and lsign to make a signature
-that is both non-revocable and
-non-exportable.</para></listitem></varlistentry>
-    <varlistentry>
     <term>tsign</term>
     <listitem><para>
 Make a trust signature.  This is a signature that combines the notions
@@ -362,6 +354,15 @@
 "trust" command).  It is generally only useful in distinct communities
 or groups.
 </para></listitem></varlistentry>
+</variablelist>
+
+<para>
+Note that "l" (for local / non-exportable), "nr" (for non-revocable,
+and "t" (for trust) may be freely mixed and prefixed to "sign" to
+create a signature of any type desired.
+</para>
+
+<variablelist>
     <varlistentry>
     <term>revsig</term>
     <listitem><para>
@@ -574,13 +575,6 @@
 </para></listitem></varlistentry>
 
 <varlistentry>
-<term>--nrsign-key &ParmName;</term>
-<listitem><para>
-Signs a public key with your secret key but marks it as non-revocable.
-This is a shortcut version of the subcommand "nrsign" from --edit.
-</para></listitem></varlistentry>
-
-<varlistentry>
 <term>--delete-key &ParmName;</term>
 <listitem><para>
 Remove key from the public keyring.  In batch mode either --yes is
@@ -2382,6 +2376,13 @@
 Suppress the warning about missing MDC integrity protection.
 </para></listitem></varlistentry>
 
+<varlistentry>
+<term>--require-secmem</term>
+<term>--no-require-secmem</term>
+<listitem><para>
+Refuse to run if GnuPG cannot get secure memory.  Defaults to no
+(i.e. run, but give a warning).
+</para></listitem></varlistentry>
 
 <varlistentry>
 <term>--no-armor</term>




More information about the Gnupg-commits mailing list