* gpg.texi: Document --rfc4880 (the new --openpgp).

This commit is contained in:
David Shaw 2007-10-27 14:09:36 +00:00
parent 92cc7c2d34
commit dbdea101fe
2 changed files with 13 additions and 4 deletions

View File

@ -1,3 +1,7 @@
2007-10-27 David Shaw <dshaw@jabberwocky.com>
* gpg.texi: Document --rfc4880 (the new --openpgp).
2007-10-25 David Shaw <dshaw@jabberwocky.com> 2007-10-25 David Shaw <dshaw@jabberwocky.com>
* gpg.texi: Clarify --force-v3-sigs, --pgp2, and --pgp6 a bit. * gpg.texi: Clarify --force-v3-sigs, --pgp2, and --pgp6 a bit.

View File

@ -1850,7 +1850,7 @@ the type of the signature.
OpenPGP states that an implementation should generate v4 signatures OpenPGP states that an implementation should generate v4 signatures
but PGP versions 5 through 7 only recognize v4 signatures on key but PGP versions 5 through 7 only recognize v4 signatures on key
material. This option forces v3 signatures for signatures on data. 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-policy-url}, @option{--sig-notation}, and
@option{--sig-keyserver-url}, as these features cannot be used with v3 @option{--sig-keyserver-url}, as these features cannot be used with v3
signatures. @option{--no-force-v3-sigs} disables this option. signatures. @option{--no-force-v3-sigs} disables this option.
@ -1952,15 +1952,20 @@ override a different compliance option in the gpg.conf file.
@opindex openpgp @opindex openpgp
Reset all packet, cipher and digest options to strict OpenPGP Reset all packet, cipher and digest options to strict OpenPGP
behavior. Use this option to reset all previous options like behavior. Use this option to reset all previous options like
@option{--rfc1991}, @option{--force-v3-sigs}, @option{--s2k-*}, @option{--s2k-*}, @option{--cipher-algo}, @option{--digest-algo} and
@option{--cipher-algo}, @option{--digest-algo} and
@option{--compress-algo} to OpenPGP compliant values. All PGP @option{--compress-algo} to OpenPGP compliant values. All PGP
workarounds are disabled. workarounds are disabled.
@item --rfc4880
@opindex rfc4880
Reset all packet, cipher and digest options to strict RFC-4880
behavior. Note that this is currently the same thing as
@option{--openpgp}.
@item --rfc2440 @item --rfc2440
@opindex rfc2440 @opindex rfc2440
Reset all packet, cipher and digest options to strict RFC-2440 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 @item --rfc1991
@opindex rfc1991 @opindex rfc1991