aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorIngo Klöcker <[email protected]>2023-01-26 08:52:11 +0000
committerIngo Klöcker <[email protected]>2023-01-26 08:52:11 +0000
commit3580bb139b2e41f6c2397e506ee66f4892ceec62 (patch)
tree035642cbacc063d16ac7707e3035fa782dfc8cfd /doc
parentdoc: Update NEWS and API documentation (diff)
downloadgpgme-3580bb139b2e41f6c2397e506ee66f4892ceec62.tar.gz
gpgme-3580bb139b2e41f6c2397e506ee66f4892ceec62.zip
core: Update required GnuPG version for new archive features
* src/engine-gpg.c (gpg_decrypt, gpg_encrypt, gpg_encrypt_sign, gpg_sign, gpg_verify): Require gpg 2.4.1. -- To work properly the archive feature needs a fix added in GnuPG 2.4.1. GnuPG-bug-id: 6342
Diffstat (limited to 'doc')
-rw-r--r--doc/gpgme.texi11
1 files changed, 7 insertions, 4 deletions
diff --git a/doc/gpgme.texi b/doc/gpgme.texi
index d7c38f82..22377088 100644
--- a/doc/gpgme.texi
+++ b/doc/gpgme.texi
@@ -5643,7 +5643,8 @@ shall exactly act as @code{gpgme_op_decrypt_verify}.
The @code{GPGME_DECRYPT_ARCHIVE} symbol specifies that the input is an
encrypted archive that shall be decrypted and extracted. This feature
-is currently only supported for the OpenPGP crypto engine.
+is currently only supported for the OpenPGP crypto engine and requires
+GnuPG 2.4.1.
@item GPGME_DECRYPT_UNWRAP
@since{1.8.0}
@@ -5851,7 +5852,8 @@ multiple of the following bit values:
The @code{GPGME_VERIFY_ARCHIVE} symbol specifies that the input is a
signed archive that shall be verified and extracted. This feature
-is currently only supported for the OpenPGP crypto engine.
+is currently only supported for the OpenPGP crypto engine and requires
+GnuPG 2.4.1.
@end table
@@ -6315,7 +6317,8 @@ mode settings of the context are ignored.
@since{1.19.0}
A signed archive is created from the given files and directories. This
-feature is currently only supported for the OpenPGP crypto engine.
+feature is currently only supported for the OpenPGP crypto engine and requires
+GnuPG 2.4.1.
@end table
@end deftp
@@ -6594,7 +6597,7 @@ supported for the OpenPGP crypto engine.
The @code{GPGME_ENCRYPT_ARCHIVE} symbol specifies that the input is a
NUL-separated list of file paths and directory paths that shall be
encrypted into an archive. This feature is currently only supported
-for the OpenPGP crypto engine.
+for the OpenPGP crypto engine and requires GnuPG 2.4.1.
@end table