diff options
author | David Shaw <dshaw@jabberwocky.com> | 2007-10-27 16:09:36 +0200 |
---|---|---|
committer | David Shaw <dshaw@jabberwocky.com> | 2007-10-27 16:09:36 +0200 |
commit | dbdea101feaf5f82da607ef7fbc1f0722aa3cd12 (patch) | |
tree | 83c7df0dd76c1810c3794d3519b9c3f28cad3bf6 /doc | |
parent | * gpg.texi: Clarify --force-v3-sigs, --pgp2, and --pgp6 a bit. (diff) | |
download | gnupg2-dbdea101feaf5f82da607ef7fbc1f0722aa3cd12.tar.xz gnupg2-dbdea101feaf5f82da607ef7fbc1f0722aa3cd12.zip |
* gpg.texi: Document --rfc4880 (the new --openpgp).
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ChangeLog | 4 | ||||
-rw-r--r-- | doc/gpg.texi | 13 |
2 files changed, 13 insertions, 4 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog index f88ba65cb..08f44f6cd 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -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> * gpg.texi: Clarify --force-v3-sigs, --pgp2, and --pgp6 a bit. diff --git a/doc/gpg.texi b/doc/gpg.texi index d2814cd1b..9667417b8 100644 --- a/doc/gpg.texi +++ b/doc/gpg.texi @@ -1850,7 +1850,7 @@ the type of the signature. 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 @@ override a different compliance option in the gpg.conf file. @opindex openpgp Reset all packet, cipher and digest options to strict OpenPGP behavior. Use this option to reset all previous options like -@option{--rfc1991}, @option{--force-v3-sigs}, @option{--s2k-*}, -@option{--cipher-algo}, @option{--digest-algo} and +@option{--s2k-*}, @option{--cipher-algo}, @option{--digest-algo} and @option{--compress-algo} to OpenPGP compliant values. All PGP 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 @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 |