[svn] GnuPG - r4610 - trunk/doc
svn author dshaw
cvs at cvs.gnupg.org
Sat Oct 27 16:09:45 CEST 2007
Author: dshaw
Date: 2007-10-27 16:09:36 +0200 (Sat, 27 Oct 2007)
New Revision: 4610
Modified:
trunk/doc/ChangeLog
trunk/doc/gpg.texi
Log:
* gpg.texi: Document --rfc4880 (the new --openpgp).
Modified: trunk/doc/ChangeLog
===================================================================
--- trunk/doc/ChangeLog 2007-10-26 04:16:42 UTC (rev 4609)
+++ trunk/doc/ChangeLog 2007-10-27 14:09:36 UTC (rev 4610)
@@ -1,3 +1,7 @@
+2007-10-27 David Shaw <dshaw at jabberwocky.com>
+
+ * gpg.texi: Document --rfc4880 (the new --openpgp).
+
2007-10-25 David Shaw <dshaw at jabberwocky.com>
* gpg.texi: Clarify --force-v3-sigs, --pgp2, and --pgp6 a bit.
Modified: trunk/doc/gpg.texi
===================================================================
--- trunk/doc/gpg.texi 2007-10-26 04:16:42 UTC (rev 4609)
+++ trunk/doc/gpg.texi 2007-10-27 14:09:36 UTC (rev 4610)
@@ -1850,7 +1850,7 @@
OpenPGP states that an implementation should generate v4 signatures
but PGP versions 5 through 7 only recognize v4 signatures on key
material. This option forces v3 signatures for signatures on data.
-Note that this option overrides @option{--ask-sig-expire},
+Note that this option implies @option{--ask-sig-expire},
@option{--sig-policy-url}, @option{--sig-notation}, and
@option{--sig-keyserver-url}, as these features cannot be used with v3
signatures. @option{--no-force-v3-sigs} disables this option.
@@ -1952,15 +1952,20 @@
@opindex openpgp
Reset all packet, cipher and digest options to strict OpenPGP
behavior. Use this option to reset all previous options like
- at option{--rfc1991}, @option{--force-v3-sigs}, @option{--s2k-*},
- at option{--cipher-algo}, @option{--digest-algo} and
+ at option{--s2k-*}, @option{--cipher-algo}, @option{--digest-algo} and
@option{--compress-algo} to OpenPGP compliant values. All PGP
workarounds are disabled.
+ at item --rfc4880
+ at opindex rfc4880
+Reset all packet, cipher and digest options to strict RFC-4880
+behavior. Note that this is currently the same thing as
+ at option{--openpgp}.
+
@item --rfc2440
@opindex rfc2440
Reset all packet, cipher and digest options to strict RFC-2440
-behavior. Note that this is currently the same thing as @option{--openpgp}.
+behavior.
@item --rfc1991
@opindex rfc1991
More information about the Gnupg-commits
mailing list