aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2019-11-07 08:07:30 +0000
committerWerner Koch <[email protected]>2019-11-07 08:07:30 +0000
commita1f8ca7eee9b3254c74b692855e6d254fa3566e9 (patch)
tree54ae04051d9d337d9d82d988f80d313e85847a19
parentgpg: Remove an unused variable. (diff)
downloadgnupg-a1f8ca7eee9b3254c74b692855e6d254fa3566e9.tar.gz
gnupg-a1f8ca7eee9b3254c74b692855e6d254fa3566e9.zip
doc: Make clear that by default RFC-4880bis features are used.
--
-rw-r--r--doc/gpg.texi20
-rw-r--r--g10/misc.c2
2 files changed, 9 insertions, 13 deletions
diff --git a/doc/gpg.texi b/doc/gpg.texi
index b9e07b4d7..450e521dc 100644
--- a/doc/gpg.texi
+++ b/doc/gpg.texi
@@ -2673,9 +2673,6 @@ modern and faster way to do authenticated encryption than the old MDC
method. See also options @option{--aead-algo} and
@option{--chunk-size}.
-As of now this option requires the use of option @option{--rfc4880bis}
-to declare that a not yet standardized feature is used.
-
@item --force-mdc
@itemx --disable-mdc
@opindex force-mdc
@@ -2784,11 +2781,12 @@ options.
@item --gnupg
@opindex gnupg
-Use standard GnuPG behavior. This is essentially OpenPGP behavior
-(see @option{--openpgp}), but with some additional workarounds for common
-compatibility problems in different versions of PGP. This is the
-default option, so it is not generally needed, but it may be useful to
-override a different compliance option in the gpg.conf file.
+Use standard GnuPG behavior. This is essentially OpenPGP behavior (see
+@option{--openpgp}), but with extension from the proposed update to
+OpenPGP and with some additional workarounds for common compatibility
+problems in different versions of PGP. This is the default option, so
+it is not generally needed, but it may be useful to override a
+different compliance option in the gpg.conf file.
@item --openpgp
@opindex openpgp
@@ -2806,10 +2804,8 @@ behavior. Note that this is currently the same thing as
@item --rfc4880bis
@opindex rfc4880bis
-Enable experimental features from proposed updates to RFC-4880. This
-option can be used in addition to the other compliance options.
-Warning: The behavior may change with any GnuPG release and created
-keys or data may not be usable with future GnuPG versions.
+Reset all packet, cipher and digest options to strict according to the
+proposed updates of RFC-4880.
@item --rfc2440
@opindex rfc2440
diff --git a/g10/misc.c b/g10/misc.c
index c2d5bbb8e..d4ceb4db6 100644
--- a/g10/misc.c
+++ b/g10/misc.c
@@ -1203,7 +1203,7 @@ string_to_cipher_algo (const char *string)
/*
* Map an AEAD mode string to a an AEAD algorithm number as defined by
- * rrc4880bis. Also support the "An" syntax as used by the preference
+ * rfc4880bis. Also support the "An" syntax as used by the preference
* strings.
*/
aead_algo_t