mirror of
git://git.gnupg.org/gnupg.git
synced 2025-04-12 22:11:29 +02:00
doc: Make clear that by default RFC-4880bis features are used.
--
This commit is contained in:
parent
fd88b8847a
commit
a1f8ca7eee
20
doc/gpg.texi
20
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
|
method. See also options @option{--aead-algo} and
|
||||||
@option{--chunk-size}.
|
@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
|
@item --force-mdc
|
||||||
@itemx --disable-mdc
|
@itemx --disable-mdc
|
||||||
@opindex force-mdc
|
@opindex force-mdc
|
||||||
@ -2784,11 +2781,12 @@ options.
|
|||||||
|
|
||||||
@item --gnupg
|
@item --gnupg
|
||||||
@opindex gnupg
|
@opindex gnupg
|
||||||
Use standard GnuPG behavior. This is essentially OpenPGP behavior
|
Use standard GnuPG behavior. This is essentially OpenPGP behavior (see
|
||||||
(see @option{--openpgp}), but with some additional workarounds for common
|
@option{--openpgp}), but with extension from the proposed update to
|
||||||
compatibility problems in different versions of PGP. This is the
|
OpenPGP and with some additional workarounds for common compatibility
|
||||||
default option, so it is not generally needed, but it may be useful to
|
problems in different versions of PGP. This is the default option, so
|
||||||
override a different compliance option in the gpg.conf file.
|
it is not generally needed, but it may be useful to override a
|
||||||
|
different compliance option in the gpg.conf file.
|
||||||
|
|
||||||
@item --openpgp
|
@item --openpgp
|
||||||
@opindex openpgp
|
@opindex openpgp
|
||||||
@ -2806,10 +2804,8 @@ behavior. Note that this is currently the same thing as
|
|||||||
|
|
||||||
@item --rfc4880bis
|
@item --rfc4880bis
|
||||||
@opindex rfc4880bis
|
@opindex rfc4880bis
|
||||||
Enable experimental features from proposed updates to RFC-4880. This
|
Reset all packet, cipher and digest options to strict according to the
|
||||||
option can be used in addition to the other compliance options.
|
proposed updates of RFC-4880.
|
||||||
Warning: The behavior may change with any GnuPG release and created
|
|
||||||
keys or data may not be usable with future GnuPG versions.
|
|
||||||
|
|
||||||
@item --rfc2440
|
@item --rfc2440
|
||||||
@opindex rfc2440
|
@opindex rfc2440
|
||||||
|
@ -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
|
* 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.
|
* strings.
|
||||||
*/
|
*/
|
||||||
aead_algo_t
|
aead_algo_t
|
||||||
|
Loading…
x
Reference in New Issue
Block a user