diff options
author | Werner Koch <wk@gnupg.org> | 2021-08-27 12:05:50 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2021-08-27 12:06:57 +0200 |
commit | ad3dabc9fb64372ffcb31916b32506956a89eea9 (patch) | |
tree | 5c3699ebf6f5668bf2c18a2f5af9154ab5561ad1 /doc | |
parent | kbx: Fix checksum computation for no UBID entry on disk. (diff) | |
download | gnupg2-ad3dabc9fb64372ffcb31916b32506956a89eea9.tar.xz gnupg2-ad3dabc9fb64372ffcb31916b32506956a89eea9.zip |
gpg: Change default and max AEAD chunk size to 4 MiB
--
This is per OpenPGP WG design team decision from 2021-08-13
(raising a new wall after exactly 60 years ;-)
Signed-off-by: Werner Koch <wk@gnupg.org>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/gpg.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/gpg.texi b/doc/gpg.texi index 81dab5952..5919366d8 100644 --- a/doc/gpg.texi +++ b/doc/gpg.texi @@ -2391,7 +2391,7 @@ receiving side can check for transmission errors or tampering at the end of each chunk and does not need to delay this until all data has been received. The used chunk size is 2^@var{n} byte. The lowest allowed value for @var{n} is 6 (64 byte) and the largest is the -default of 27 which creates chunks not larger than 128 MiB. +default of 22 which creates chunks not larger than 4 MiB. @item --input-size-hint @var{n} @opindex input-size-hint |