- 17 Feb, 2021 3 commits
-
-
Daniel Kahn Gillmor authored
-
Daniel Kahn Gillmor authored
-
Daniel Kahn Gillmor authored
-
- 12 Feb, 2021 12 commits
-
-
Daniel Kahn Gillmor authored
-
Daniel Kahn Gillmor authored
-
Daniel Kahn Gillmor authored
-
Daniel Kahn Gillmor authored
-
Daniel Kahn Gillmor authored
-
Daniel Kahn Gillmor authored
-
Daniel Kahn Gillmor authored
-
Daniel Kahn Gillmor authored
-
Daniel Kahn Gillmor authored
-
Daniel Kahn Gillmor authored
Update to upstream version '1.15.1' with Debian dir 95ff30d356214712d42ba6579f60ff97aa404801
-
Daniel Kahn Gillmor authored
-
Daniel Kahn Gillmor authored
-
- 08 Jan, 2021 2 commits
-
-
Werner Koch authored
-
Werner Koch authored
* Makefile.am (release): Do not pass --parallel
-
- 05 Jan, 2021 1 commit
-
-
Ingo Klöcker authored
* src/engine-gpg.c (gpg_keylist_build_options): Add "--with-sig-check" argument if signatures shall be listed. * tests/gpg/t-keylist-secret-sig.c: New. * tests/gpg/Makefile.am (c_tests): Add new test. -- GnuPG-bug-id: 3580
-
- 04 Jan, 2021 2 commits
-
-
Ingo Klöcker authored
lang/cpp/src/key.h, lang/cpp/src/key.cpp (UserID::Signature::operator<): Add const-overload. Deprecate non-const overload. -- This fixes compilation on FreeBSD with clang 10.
-
Andre Heinecke authored
* lang/qt/src/encryptjob.h, lang/qt/src/signjob.h (start): Undeprecate QByteArray based functions. -- While the QIODevice access might avoid a copy it is more difficult to manage the data and lifetime of the QIODevices in calling code. The QByteArray calls are convienient for small data objects like mails where an in memory copy is not really expensive anymore.
-
- 03 Dec, 2020 1 commit
-
-
NIIBE Yutaka authored
* lang/python/src/core.py (key_export): Just raise an error. (key_export_minimal, key_export_secret): Ditto. -- GnuPG-bug-id: 5149 Fixes-commit: 7faef33d Signed-off-by:
NIIBE Yutaka <gniibe@fsij.org>
-
- 24 Nov, 2020 1 commit
-
-
NIIBE Yutaka authored
* src/export.c (export_status_handler): Call the handler. -- Fixes-commit: 3382ecb1 Signed-off-by:
NIIBE Yutaka <gniibe@fsij.org>
-
- 20 Nov, 2020 2 commits
-
-
Andre Heinecke authored
This reverts commit 88294023. -- This commit was too early and i needed to test more this is breaking more then it helps so for now revert it before we can do a proper solution.
-
NIIBE Yutaka authored
* src/gpgme.m4: Replace AC_HELP_STRING to AS_HELP_STRING. Signed-off-by:
NIIBE Yutaka <gniibe@fsij.org>
-
- 18 Nov, 2020 3 commits
-
-
Andre Heinecke authored
* configure.ac: Configure cpp data.h.in * lang/cpp/src/Makefile.am: Generate data.h * lang/cpp/src/data.cpp, lang/cpp/src/data.h: Use portable types. * lang/qt/src/Makefile.am: Include build dir. * lang/qt/tests/makefile.am: Include build dir. -- These kind of patches have been around for a while, IMO this should not create an ABI incompatbility for cases where it already works because the types should be the same so I think this is not an interface break. GnuPG-Bug-Id: T3996
-
Ingo Klöcker authored
* lang/qt/src/qgpgmesignkeyjob.cpp (sign_key): Check remark for being an empty string instead of a null QString. -- GnuPG-bug-id: 5142 Co-authored-by: Daniel Kahn Gillmor
-
NIIBE Yutaka authored
* configure.ac: Use AC_USE_SYSTEM_EXTENSIONS instead of AC_GNU_SOURCE. Use AS_HELP_STRING instead of AC_HELP_STRING. * m4/libtool.m4: Update from libgpg-error. * m4/gpg-error.m4: Update from libgpg-error. * m4/libassuan.m4: Update from libassuan. Signed-off-by:
NIIBE Yutaka <gniibe@fsij.org>
-
- 12 Nov, 2020 6 commits
-
-
Andre Heinecke authored
* lang/qt/src/debug.cpp: Include debug.h to get the export decl.
-
Werner Koch authored
* Makefile.am (sign-release): Use global config vars.
-
Werner Koch authored
-
Werner Koch authored
* configure.ac: Bump LT versions to c=C35/A24/R0, cpp=C18/A13/R0, qt=C12/A5/R0. -- GnuPG-bug-id: 5131
-
NIIBE Yutaka authored
* src/export.c (export_start): Set command handler for passphrase interaction for the case when it's secret keys. (export_ext_start): Likewise. -- GnuPG-bug-id: 5046 Co-authored-by: Louis Dupré Bertoni Signed-off-by:
NIIBE Yutaka <gniibe@fsij.org> -
NIIBE Yutaka authored
* lang/python/tests/t-quick-subkey-creation.py: Specify RSA. -- Using GnuPG 2.3, a key with default (ed25519/cv25519) cannot have some combination of capabilities (e.g., "encr auth"). Signed-off-by:
NIIBE Yutaka <gniibe@fsij.org>
-
- 11 Nov, 2020 2 commits
-
-
Andre Heinecke authored
* lang/qt/src/debug.h: Add export macro. -- This is public API so it should be exported. This did not resolve a link issue for Windows that I've experienced when building. But this might be to some uncleanlyness in my build environment.
-
NIIBE Yutaka authored
* lang/qt/tests/t-remarks.cpp (initTestCase): Check gpg for allow-weak-key-signatures option. Signed-off-by:
NIIBE Yutaka <gniibe@fsij.org>
-
- 09 Nov, 2020 1 commit
-
-
Werner Koch authored
* configure.ac (NEED_GPG_ERROR_VERSION): Require 1.36. * src/cJSON.c: Remove code for older version. * src/engine.c (gpgme_get_engine_info): Ditto. * src/gpgme-json.c: Ditto. * src/op-support.c: Ditto. * src/util.h: Ditto. -- Libgpg-error 1.36 has been released more than 18 months ago so it is time to avoid hacks and require this verion. This will for example help Kleopatra to support PIV cards and improves the gpgme-json. Signed-off-by:Werner Koch <wk@gnupg.org>
-
- 04 Nov, 2020 1 commit
-
-
Ben Kibbey authored
* src/gpgme.h.in (GPGME_STATUS_CANCELED_BY_USER): New. * src/status-table.c (status_table_s): Add "CANCELED_BY_USER". * src/passphrase.c (_gpgme_passphrase_status_handler): Return GPG_ERR_CANCELED during GPGME_STATUS_CANCELED_BY_USER. Signed-off-by:Ben Kibbey <bjk@luxsci.net>
-
- 03 Nov, 2020 3 commits
-
-
Ingo Klöcker authored
lang/qt/src/quickjob.h (QuickJob::result): Make parameters auditLogAsHtml and audigLogError optional. -- This aligns the signature of QuickJob's result signal with the result signals of the other Job subclasses. GnuPG-bug-id: 5094
-
Ingo Klöcker authored
lang/cpp/src/key.cpp (find_subkey, verify_subkey, find_uid, verify_uid, find_signature, verify_signature): Mark as static.
-
Ingo Klöcker authored
lang/cpp/src/key.h, lang/cpp/src/key.cpp (UserID::Signature::operator<): New. lang/cpp/src/key.cpp (signature_index): New. -- operator< defines a canonical sort order for signatures belonging to the same user ID. It is based on the sort order defined by cmp_signodes() in g10/keylist.c of gnupg. In particular, the ordering of signatures made with the same key by creation time allows to see easily whether the most recent signature is a certification or a revocation. GnuPG-bug-id: 5094 recent
-