Page MenuHome GnuPG
Feed Advanced Search

Jan 23 2017

justus added a comment to T2881: Gpgme gpgconf changes are sometimes not made.

Fixed in 6f02133bb07726afa6950e5b4685e75621276e60 by backporting a fix from
gpg-error.

Jan 23 2017, 3:21 PM · gpgme, Bug Report, Windows 32, Windows
justus removed a project from T2881: Gpgme gpgconf changes are sometimes not made: In Progress.
Jan 23 2017, 3:21 PM · gpgme, Bug Report, Windows 32, Windows
aheinecke added a comment to T2881: Gpgme gpgconf changes are sometimes not made.

After testing on Windows this problem is not resolved for Windows (I agree that
it's resolved for posix).

The issue there that I see now is not that it's a race between changing the
setting and immediately reading it again but that sometimes the communication
between gpgme and gpgconf fails.

See attached file no-read.txt for some debugging on this. GPGME writes a changed
option to gpgconf but gpgconf does not read it. I've used OutputDebugString and
DbgView to have syncronized debug output over process borders.

Not 100% reproducible but on my test system it fails very often.

Jan 23 2017, 12:14 PM · gpgme, Bug Report, Windows 32, Windows
aheinecke added a project to T2881: Gpgme gpgconf changes are sometimes not made: In Progress.
Jan 23 2017, 12:14 PM · gpgme, Bug Report, Windows 32, Windows
aheinecke added a comment to T2881: Gpgme gpgconf changes are sometimes not made.

Jan 23 2017, 12:14 PM · gpgme, Bug Report, Windows 32, Windows
aheinecke reopened T2881: Gpgme gpgconf changes are sometimes not made as "Open".
Jan 23 2017, 12:14 PM · gpgme, Bug Report, Windows 32, Windows

Jan 17 2017

justus claimed T2913: python: default op_keylist_start parameters..
Jan 17 2017, 12:37 PM · gpgme, Bug Report
werner added a comment to T2910: gpgme 1.8 build failure: strdup undeclared on MacOSX Sierra.

FWIW: In GnuPG we have for example this in the configure script

*-*-hpux*)
    if test -z "$GCC" ; then
        CFLAGS="-Ae -D_HPUX_SOURCE $CFLAGS"
    fi

IF it makes things easier we may add a simlar case for macOS. But we need to do
this for many packages, I think.

Jan 17 2017, 11:02 AM · MacOS, gpgme, Bug Report

Jan 16 2017

justus closed T2881: Gpgme gpgconf changes are sometimes not made as Resolved.
Jan 16 2017, 12:56 PM · gpgme, Bug Report, Windows 32, Windows
justus added a comment to T2881: Gpgme gpgconf changes are sometimes not made.

Fixed in 0e242278dfaa64ce31a45b72f5fa0806a3dba898.

Jan 16 2017, 12:56 PM · gpgme, Bug Report, Windows 32, Windows
justus added a comment to T2910: gpgme 1.8 build failure: strdup undeclared on MacOSX Sierra.

We configure the build with -D_DARWIN_C_SOURCE=900000L on our macOs box. Not
sure if this is the proper thing to do, and/or if we should just always set that
when we build on Darwin in configure.

Jan 16 2017, 11:10 AM · MacOS, gpgme, Bug Report

Jan 11 2017

RJVB added a comment to T2733: alternate header directory (--includedir) isn't set in GpgmeppConfig.cmake.

It seems like indeed it should have been resolved. I have also resolved the issue
by moving the old headers from KDEPIMLibs 4 to a private location, and KF5
projects have apparently been updated to work with gpgme++ installed in
$prefix/include/gpgme++ .

Jan 11 2017, 4:39 PM · gpgme, Bug Report
RJVB reopened T2733: alternate header directory (--includedir) isn't set in GpgmeppConfig.cmake as "Open".
Jan 11 2017, 4:39 PM · gpgme, Bug Report
aheinecke added a comment to T2314: Improve detection of gpgme_data_identify.

I currently know of no more problems so lets resolve this.

Jan 11 2017, 4:02 PM · gpgme, Feature Request, gpg4win
aheinecke removed a project from T2314: Improve detection of gpgme_data_identify: Restricted Project.
Jan 11 2017, 4:02 PM · gpgme, Feature Request, gpg4win
aheinecke closed T2314: Improve detection of gpgme_data_identify as Resolved.
Jan 11 2017, 4:02 PM · gpgme, Feature Request, gpg4win
aheinecke closed T2733: alternate header directory (--includedir) isn't set in GpgmeppConfig.cmake as Resolved.
Jan 11 2017, 4:01 PM · gpgme, Bug Report
aheinecke added a comment to T2733: alternate header directory (--includedir) isn't set in GpgmeppConfig.cmake.

I think this was already resolved by:

https://git.gnupg.org/cgi-bin/gitweb.cgi?p=gpgme.git;a=commitdiff;h=7302791c0d308c3284ac24a743035d27a0c0b6ba

Please let me know if it still does not work for you.

Jan 11 2017, 4:01 PM · gpgme, Bug Report
aheinecke closed T2877: GpgmeppConfig.cmake is broken (contains @libsuffix@) as Resolved.
Jan 11 2017, 3:59 PM · gpgme, Bug Report
aheinecke added a project to T2877: GpgmeppConfig.cmake is broken (contains @libsuffix@): Unreleased.
Jan 11 2017, 3:59 PM · gpgme, Bug Report
aheinecke added a comment to T2877: GpgmeppConfig.cmake is broken (contains @libsuffix@).

I am very sorry for this problem, was a bad mistake.

This was fixed immediately after the release but we need a new release to roll
it out.

Jan 11 2017, 3:59 PM · gpgme, Bug Report
wiz added projects to T2919: fix gpgme/gpgsm pipe server session with use_descriptor_passing (was: mutt + gpgme problems with some Outlook S/MIME emails): Bug Report, gpgme.
Jan 11 2017, 2:27 PM · gpgme, Bug Report

Jan 9 2017

justus claimed T2881: Gpgme gpgconf changes are sometimes not made.
Jan 9 2017, 11:23 AM · gpgme, Bug Report, Windows 32, Windows

Jan 6 2017

dmp1ce added projects to T2916: GPGME should have a way to suppress delete key prompts: Feature Request, gpgme.
Jan 6 2017, 11:35 PM · gpgme (gpgme 1.23.x), Feature Request
werner added a project to T2910: gpgme 1.8 build failure: strdup undeclared on MacOSX Sierra: MacOS.
Jan 6 2017, 7:09 PM · MacOS, gpgme, Bug Report
werner added a comment to T2910: gpgme 1.8 build failure: strdup undeclared on MacOSX Sierra.

We don't see that on our Sierra box.

Jan 6 2017, 7:09 PM · MacOS, gpgme, Bug Report
neal added projects to T2913: python: default op_keylist_start parameters.: Bug Report, gpgme.
Jan 6 2017, 3:39 PM · gpgme, Bug Report
neal set External Link to https://lists.gnupg.org/pipermail/gnupg-devel/2016-December/032272.html on T2913: python: default op_keylist_start parameters..
Jan 6 2017, 3:39 PM · gpgme, Bug Report
neal updated subscribers of T2913: python: default op_keylist_start parameters..
Jan 6 2017, 3:39 PM · gpgme, Bug Report
neal set Version to 1.8.0 on T2910: gpgme 1.8 build failure: strdup undeclared on MacOSX Sierra.
Jan 6 2017, 3:01 PM · MacOS, gpgme, Bug Report
neal added projects to T2910: gpgme 1.8 build failure: strdup undeclared on MacOSX Sierra: Bug Report, gpgme.
Jan 6 2017, 3:01 PM · MacOS, gpgme, Bug Report
aheinecke added a comment to T2906: read/parse pubkeys in gpgme without importing.

I think this is a dup of T2819

That issue also contains a possible implementation. I'm not sure anymore why we
didn't push it I think it was because we were under release pressure and wanted
do look into this later.

Jan 6 2017, 2:07 PM · Duplicate, gpgme, Feature Request
neal updated subscribers of T2906: read/parse pubkeys in gpgme without importing.
Jan 6 2017, 12:45 PM · Duplicate, gpgme, Feature Request
neal added projects to T2906: read/parse pubkeys in gpgme without importing: Feature Request, gpgme.
Jan 6 2017, 12:45 PM · Duplicate, gpgme, Feature Request
neal set External Link to https://lists.gnupg.org/pipermail/gnupg-devel/2016-October/031918.html on T2906: read/parse pubkeys in gpgme without importing.
Jan 6 2017, 12:45 PM · Duplicate, gpgme, Feature Request

Jan 2 2017

RJVB added a comment to T2884: Qgpgme thoughts and issues.

Hi,

The patch works. There's 1 more issue that's been standing for a bit longer already,
and that you might want to tackle at the same time: there's no argp.h header on Mac.

On Linux it is only a problem with the headers (e.g. the -dev) Package as the

That's actually an orthogonal issue, and one that's probably easier to rectify as any
changes only become apparent when dependent software is being built.

libraries have different soversions

This is also the case on Mac, but the link library doesn't have a soversion. It's
called libqgpgme.so or libqgpgme.dylib .
There is of course the option to rename just that symlink. A bit of a hack, but one
that's relevant only during the link step, when dependent software is being rebuilt.

How does MacPorts handle this in general? IMO this is not a (q)gpgme(++)
specific problem as you will have this problem with each ABI break.

MacPorts does many things like they're done on more traditional *n*x desktops, i.e.
install libraries in a central, shared location (--prefix=/opt/local by default).
There is nothing specific it does to handle ABI breaks; they can hold up an upgrade,
or a patch is applied at some level, or a conflict is registered. Sadly there is no
central way to create -dev packages, which doesn't help here.

E.g. when we
break the ABI in QGpgME libqt5qgpgme.dylib may be incompatible and we would need
a new name.

That I don't see. The problem here isn't so much the ABI break compared to the
version shipped by kdepimlibs4, but the fact that an incompatible Qt version is used.
So no, a SOVERSION=8 upgrade doesn't impose a library name change. Cf. Poppler and
its Qt backends; they're called libpoppler-qt4 and libpoppler-qt5 .
An alternative would be to do like QCA: install the library wherever Qt's own
libraries are installed. That automatically resolves the conflict with the old
version included with kdepimlibs4, and might be less disruptive for existing
distribution packages.

It's not only the build system but the code using QGpgME / GpgME++ will be more
complex as they would need to have feature checks for both the QGpgME version

What I had in mind was a build system that refuses to do a mismatching build of QpgME
X.Y.Z against GpgME++ that's not X.Y.Z . If you don't do runtime checks there's no
guarantee anyway beyond what the dynamic linker can give, I think. Distributions can
build QpgME and only bundle the QpgME bits, and then install that against any GpgME
install. I've done that for a bit with QpgME 1.7.x against QpgME++ 1.8.0, and didn't
run into any issues.
You could probably even argue that people would be less likely to try this kind of
things if the build system gave off a big hint that they really shouldn't be doing
that. It's not like it's particularly difficult to install only QpgME, after all.

Jan 2 2017, 5:21 PM · gpgme, Feature Request, qt
aheinecke added a comment to T2884: Qgpgme thoughts and issues.

Hi,

thanks for your feedback.

Regarding library suffix in the cmake config files, sorry about that I forgot
MacOS ;-) can you please test the attached patch (macos-cmake-config-fix.diff)
that reintroduces libsuffix to distinguish between macos and linux?

QGpgME builds libqgpme, preserving the same name as the library that used to
be built by kdepimlibs4.

There was a discussion after the 1.7.0 release about this. In summary: I agree
that we should have changed the name to avoid this conflicts, but we think that
it's now too late to do that as we want to avoid additional hassle for packages.
On Linux it is only a problem with the headers (e.g. the -dev) Package as the
libraries have different soversions. On Windows it's not a problem at all as the
Application ships the library it requires.

Is this something that might be considered upstream, e.g. for 1.8.1, possibly as
a build option? I realise this may not be something that has already come up on
Linux desktops but it's likely to do so in other distribution systems; it is
blocking us in MacPorts at this moment, for instance.

How does MacPorts handle this in general? IMO this is not a (q)gpgme(++)
specific problem as you will have this problem with each ABI break. E.g. when we
break the ABI in QGpgME libqt5qgpgme.dylib may be incompatible and we would need
a new name.

On Linux we have soversion and on Windows and MacOS imo usally the libraries are
shipped with the Application. But on MacPorts how does this work?

It will probably a bit more complex to maintain the buildsystem because you'd
want to exclude builds against mismatching qgpgme versions, but when done that
should be all, no?

It's not only the build system but the code using QGpgME / GpgME++ will be more
complex as they would need to have feature checks for both the QGpgME version
and the GPGME version to determine which features are available. This was a huge
hassle in the old days and one of the reasons we wanted to move them closer
together so that you can rely on the API once you have a minimum required version.

See e.g.:
https://git.gnupg.org/cgi-bin/gitweb.cgi?p=gpgme.git;a=commitdiff;h=433bb8e84b2d1e50b5c5b9f7f2006b60cd7d7785
That removed lots of these feature checks.

Jan 2 2017, 2:57 PM · gpgme, Feature Request, qt
aheinecke added a comment to T2884: Qgpgme thoughts and issues.

D403: 936_macos-cmake-config-fix.diff

Jan 2 2017, 2:57 PM · gpgme, Feature Request, qt

Dec 21 2016

werner added a comment to T2884: Qgpgme thoughts and issues.

Aside from the required build system changes we wil run into problems evaluating
bug reports.

Dec 21 2016, 6:56 PM · gpgme, Feature Request, qt
RJVB added a comment to T2884: Qgpgme thoughts and issues.

It will probably a bit more complex to maintain the buildsystem because you'd
want to exclude builds against mismatching qgpgme versions, but when done that
should be all, no?

It's just a bit a pity that you have to build all of the cpp bindings again if
you just want to build the Qt bindings.

Dec 21 2016, 6:50 PM · gpgme, Feature Request, qt
werner added a project to T2884: Qgpgme thoughts and issues: qt.
Dec 21 2016, 6:43 PM · gpgme, Feature Request, qt
werner assigned T2884: Qgpgme thoughts and issues to aheinecke.
Dec 21 2016, 6:42 PM · gpgme, Feature Request, qt
werner added projects to T2884: Qgpgme thoughts and issues: Feature Request, gpgme.
Dec 21 2016, 6:42 PM · gpgme, Feature Request, qt
werner updated subscribers of T2884: Qgpgme thoughts and issues.
Dec 21 2016, 6:42 PM · gpgme, Feature Request, qt
werner lowered the priority of T2884: Qgpgme thoughts and issues from Normal to Wishlist.
Dec 21 2016, 6:42 PM · gpgme, Feature Request, qt
werner added a comment to T2881: Gpgme gpgconf changes are sometimes not made.

On Windows we copy the new file; on Unix we link-rename it. It might be worth
to change that old code to use estream and the same method for file updates as
we use elsewhere.

Dec 21 2016, 6:38 PM · gpgme, Bug Report, Windows 32, Windows
aheinecke added a comment to T2881: Gpgme gpgconf changes are sometimes not made.

D401: 931_0001-qt-Add-test-for-CryptoConfig.patch

Dec 21 2016, 10:35 AM · gpgme, Bug Report, Windows 32, Windows
aheinecke added a comment to T2881: Gpgme gpgconf changes are sometimes not made.

Can you repeat this also with GPA, which uses the gpgconf for ages?

Yes, It's even more visible in GPA because according to the gpgme log GPA does a
list options right after the change. So e.g. If you check "quiet" in the gpg
options then hit apply the check box gets unselected after apply although the
config is changed. Log is similar to the ones attached. Change options is
visible but afterwards the list-options still returns the old value.

On Linux I could not reproduce it with gpa, but as I think it's a timing issue
that might be expected. Attached is a patch that adds a Qt test which exposes
the problem on Linux. I can translate that to plain C if it helps. But I think
the attached Logs are already obvious that there is an issue.

Dec 21 2016, 10:35 AM · gpgme, Bug Report, Windows 32, Windows

Dec 20 2016

werner added a comment to T2881: Gpgme gpgconf changes are sometimes not made.

Can you repeat this also with GPA, which uses the gpgconf for ages?

Dec 20 2016, 3:27 PM · gpgme, Bug Report, Windows 32, Windows
aheinecke added a comment to T2881: Gpgme gpgconf changes are sometimes not made.

Dec 20 2016, 1:19 PM · gpgme, Bug Report, Windows 32, Windows
aheinecke added projects to T2881: Gpgme gpgconf changes are sometimes not made: Windows, Windows 32, Bug Report, gpgme.
Dec 20 2016, 1:19 PM · gpgme, Bug Report, Windows 32, Windows

Dec 19 2016

justus updated subscribers of T2877: GpgmeppConfig.cmake is broken (contains @libsuffix@).
Dec 19 2016, 4:19 PM · gpgme, Bug Report
justus assigned T2877: GpgmeppConfig.cmake is broken (contains @libsuffix@) to aheinecke.
Dec 19 2016, 4:19 PM · gpgme, Bug Report

Dec 18 2016

dschepler added projects to T2877: GpgmeppConfig.cmake is broken (contains @libsuffix@): Bug Report, gpgme.
Dec 18 2016, 9:31 AM · gpgme, Bug Report

Nov 20 2016

werner removed a project from T2754: provide mechanism to retrieve (and send?) session key in gpgme: Restricted Project.
Nov 20 2016, 5:20 PM · gpgme, Feature Request
werner closed T2754: provide mechanism to retrieve (and send?) session key in gpgme as Resolved.
Nov 20 2016, 5:20 PM · gpgme, Feature Request
werner added a comment to T2754: provide mechanism to retrieve (and send?) session key in gpgme.

Released with 1.8.0

Nov 20 2016, 5:20 PM · gpgme, Feature Request

Nov 15 2016

werner added a comment to T2754: provide mechanism to retrieve (and send?) session key in gpgme.

Thanks for your patch. Due to the planned gpgme releases I also added the
override feature and hacked tests/run-decrypt to test these two features.

Nov 15 2016, 10:31 AM · gpgme, Feature Request
werner added a project to T2754: provide mechanism to retrieve (and send?) session key in gpgme: Restricted Project.
Nov 15 2016, 10:31 AM · gpgme, Feature Request

Nov 14 2016

thomas added a comment to T2820: GPGME: Allow to set the keyring for a context.

Regarding the original issue discussed here:
What about an option in gpg/gpgme to limit all operations to keys contained in a
"whitelist" file?

(accept --recipient keys only if they are contained in the file, --list-keys
shows only keys listed in this file, --refresh-keys only refreshes keys listed
here, etc.)

Nov 14 2016, 4:17 PM · Won't Fix, gpgme, Feature Request
thomas added a comment to T2820: GPGME: Allow to set the keyring for a context.

Reported the problem mentioned here in T2835
("keyid-format none" ignored for --verify and other commands)

Nov 14 2016, 4:14 PM · Won't Fix, gpgme, Feature Request
thomas added a comment to T2820: GPGME: Allow to set the keyring for a context.

(repost, I just noticed that neal is not in the nosy list. I'll unlink the old
entry afterwards)

neal: Interesting idea, this (or for a non-gui version: a signed list of
fingerprints available from a central source and retrieving those keys) would
solve 2 (iterating over all keys) and 3 (regularly update).

For the non-gui variant I wondered about how to use --verify and check that the
file was signed by the authority key (--verify only prints the keyid,
"--keyid-format none" does not allow --verify to print fingerprints in 2.1.15,
I'll file a separate issue). I was a bit disappointed when I saw that gpg sync
just calls the command line with --keyid-format 0xlong and does screen scraping
to verify the verification.

But still, how to solve 1 with gpg itself? Of course I could "manually" verify
in the application that only the intended keys have been used, but as shown with
gpg sync's code above: This is not always easily possible.

Nov 14 2016, 4:01 PM · Won't Fix, gpgme, Feature Request
neal added a comment to T2820: GPGME: Allow to set the keyring for a context.

@thomas: You may want to look at gpg sync, which I think makes at least some of
what you want to do easier.
https://firstlook.org/code/2016/10/12/introducing-gpg-sync-an-open-source-tool-for-organizations-that-encrypt-email/

Nov 14 2016, 10:53 AM · Won't Fix, gpgme, Feature Request
thomas added a comment to T2820: GPGME: Allow to set the keyring for a context.

Sign the keys and set the signing key to fully trusted.

does not solve 1.:

Encrypt a file to any of those key (but no others!),

(because people may trust other keys)

and it does not solve 2. without keeping a separate list of keys/fingerprints:

Iterate over all keys

additionally _all_ users have to regularly update _all_ these keys, otherwise
things like expired subkeys will lead to failing encryption. (This is no theory:
We've been there and don't want to have this again)

Nov 14 2016, 9:53 AM · Won't Fix, gpgme, Feature Request

Nov 11 2016

werner added a comment to T2820: GPGME: Allow to set the keyring for a context.

Sign the keys and set the signing key to fully trusted.

Nov 11 2016, 5:23 PM · Won't Fix, gpgme, Feature Request
aheinecke closed T2092: Gpgme-pthread keylist not thread safe as Resolved.
Nov 11 2016, 1:23 PM · gpgme, Bug Report, kleopatra
aheinecke added a comment to T2092: Gpgme-pthread keylist not thread safe.

I don't think there is an issue anymore.

Nov 11 2016, 1:23 PM · gpgme, Bug Report, kleopatra
werner added a comment to T2092: Gpgme-pthread keylist not thread safe.

Still in issue after we figured out that select could have been the reason for
this? The explict check for a valid FD number was added in June so before that
a segv could have been the outcome.

Nov 11 2016, 11:40 AM · gpgme, Bug Report, kleopatra
werner added a comment to T2679: Raise error if keyring if not readable.

With the soon to be released gnupg 2.1.16 and gpgme 1.8 this will work.

If a keyring is non-readable (e.g. chmod 000 pubring.bkx), gpgme_op_keylist_next
will return GPG_ERR_OPENKEYRING instead of GPG_ERR_EOF.

Nov 11 2016, 10:18 AM · gpgme, Bug Report
werner added a project to T2679: Raise error if keyring if not readable: Restricted Project.
Nov 11 2016, 10:18 AM · gpgme, Bug Report

Nov 10 2016

thomas added a comment to T2820: GPGME: Allow to set the keyring for a context.

Please tell me how I should model my workflows in this case:

  • There is a a centrally managed set of public keys (currently in a keyring

file, but I'm open to suggestions)

  • Different users should be able to use this set of keys (and no others) for

certain tasks:

  1. Encrypt a file to any of those key (but no others!), but also decrypt the

file with their secret key (which is not centrally managed)

  1. Iterate over all keys and do something with them (here: publish them in the

WKD after having made changes to the set of keys)

Nov 10 2016, 1:06 PM · Won't Fix, gpgme, Feature Request
werner removed a project from T2368: Integer overflow in gpgme_progress_cb arguments: Unreleased.
Nov 10 2016, 12:31 PM · gpgme, Bug Report
werner removed a project from T1415: gpgme_cancel() does not stop gpg process from finishing asynchronous call: Unreleased.
Nov 10 2016, 12:31 PM · gpgme, Bug Report, Debian
werner removed a project from T2352: doc/version.texi is sometimes not generated: Restricted Project.
Nov 10 2016, 12:30 PM · gpgme, Bug Report
werner closed T2352: doc/version.texi is sometimes not generated as Resolved.
Nov 10 2016, 12:30 PM · gpgme, Bug Report
werner added a comment to T2820: GPGME: Allow to set the keyring for a context.

We try to deprecate the use of the --keyring option because that is too
troublesome for many reasons. We can't remove that option from gpg proper for
compatibilty reasons. But not adding a new feature to GPGME won't raise any
compatibility problem and thus we can fortunately reject this request.

Nov 10 2016, 12:28 PM · Won't Fix, gpgme, Feature Request

Nov 9 2016

thomas added a comment to T2820: GPGME: Allow to set the keyring for a context.

Ah, I understand. I currently have two keyrings (the default keyrings and
debian-keyring.gpg) in my user account. So I will export the keys from
debian-keyring.gpg and import them into my regular keyring.

But this is a different topic from the one described here:
This issue is about allowing gpgme to use exactly one different keyring (not an
additional keyring) that is different from the default keyring or other keyrings
configured in the user's gpg.conf.

So it is just about allowing in gpgme what is already possible via the command
line. Or maybe you would prefer to allow passing command line options to gpg via
gpgme to avoid the wrapper script mentioned below?

Nov 9 2016, 9:14 AM · Won't Fix, gpgme, Feature Request
werner added a comment to T2820: GPGME: Allow to set the keyring for a context.

I have explained this several times over the last decade. The primary reason is
that it is not possible to keep a consistent vewi on the localally availabale
keys when a user is allowed to remove and add storage at will without gpg having
any control over it. You may end up with duplicated keys and gpg will only
update one of them. The next time the keyrings are "mounted" in a different
order and key is used for update. This leads to all kinds of problems. This is
not a distributed database with a 3 -phase commit system.

I have proposed a solution gor 2.3 based a on central key managing daemon, which
then has the chance to track changes. Interesting fact is that aheinecke has
strongly opposed that idea.

Nov 9 2016, 8:51 AM · Won't Fix, gpgme, Feature Request

Nov 8 2016

thomas assigned T2820: GPGME: Allow to set the keyring for a context to werner.
Nov 8 2016, 5:29 PM · Won't Fix, gpgme, Feature Request
thomas added a comment to T2820: GPGME: Allow to set the keyring for a context.

Besides the WKD scenario Andre describes, there are already many existing uses
of a separate keyring where having other keyrings configured via
~/.gnupg/gpg.conf already conflicts with the intended use, except when using
--no-options:

  1. /etc/apt/trusted.gpg
  2. /usr/share/keyrings/debian-keyring.gpg
  3. our company's keyring with acceptable keys for encryption of certain

sensitive information

Basically everywhere where multiple users use a single keyring, often with
"--trust-model always", where you do not want additionally configured keyrings
to disturb the result and give a false sense of security.

Please explain why this a Bad Thing[tm] and what the correct workflow would be.

Nov 8 2016, 5:29 PM · Won't Fix, gpgme, Feature Request
werner added a project to T2820: GPGME: Allow to set the keyring for a context: Won't Fix.
Nov 8 2016, 5:20 PM · Won't Fix, gpgme, Feature Request
werner added a comment to T2820: GPGME: Allow to set the keyring for a context.

The keyring is a property of GnuPG and you should not mess around with it. Use
--export and --import to add keys. Extending the bad behaviour of using
multiple keyrings would be Bad Thing.

Nov 8 2016, 5:20 PM · Won't Fix, gpgme, Feature Request

Nov 4 2016

werner added a project to T2814: Fallback to CSIDL_PROGRAM_FILESX86 doesn't work: Restricted Project.
Nov 4 2016, 8:16 AM · gpgme, Bug Report, Windows 64, Windows
werner added a comment to T2814: Fallback to CSIDL_PROGRAM_FILESX86 doesn't work.

Fixed with commit df08a0c. Thanks.

Nov 4 2016, 8:16 AM · gpgme, Bug Report, Windows 64, Windows

Oct 26 2016

aheinecke added projects to T2820: GPGME: Allow to set the keyring for a context: Feature Request, gpgme.
Oct 26 2016, 6:02 PM · Won't Fix, gpgme, Feature Request
aheinecke added projects to T2819: GPGME: Keylist from file: Feature Request, gpgme.
Oct 26 2016, 5:56 PM · gpgme, Feature Request

Oct 25 2016

aheinecke added a comment to T2360: Add support for TOFU in GpgME.

This is resolved. we have WITH_TOFU_INFO now.

Oct 25 2016, 2:48 PM · gnupg (gpg22), gpgme, Feature Request
aheinecke removed a project from T2360: Add support for TOFU in GpgME: In Progress.
Oct 25 2016, 2:48 PM · gnupg (gpg22), gpgme, Feature Request
aheinecke closed T2360: Add support for TOFU in GpgME as Resolved.
Oct 25 2016, 2:48 PM · gnupg (gpg22), gpgme, Feature Request
aheinecke added projects to T2816: TOFU API in gpgme not documented: TOFU, Bug Report, gpgme.
Oct 25 2016, 2:27 PM · gpgme, Bug Report, TOFU
ticho added projects to T2814: Fallback to CSIDL_PROGRAM_FILESX86 doesn't work: Windows, Windows 64, Bug Report, gpgme.
Oct 25 2016, 10:50 AM · gpgme, Bug Report, Windows 64, Windows

Oct 14 2016

justus closed T2757: gpgme 1.7.0 fails to build swig bindings on 32-bit platforms as Resolved.
Oct 14 2016, 10:14 AM · gpgme, Bug Report
justus claimed T2757: gpgme 1.7.0 fails to build swig bindings on 32-bit platforms.
Oct 14 2016, 10:14 AM · gpgme, Bug Report
justus added a comment to T2757: gpgme 1.7.0 fails to build swig bindings on 32-bit platforms.

This is fixed in 3703a4723899d7563937b4b99f5bbe4dd8d3dfed. We will release a
minor update really soon now.

Oct 14 2016, 10:14 AM · gpgme, Bug Report
dkg added projects to T2757: gpgme 1.7.0 fails to build swig bindings on 32-bit platforms: Bug Report, gpgme.
Oct 14 2016, 8:56 AM · gpgme, Bug Report
dkg set Version to 1.7.0 on T2757: gpgme 1.7.0 fails to build swig bindings on 32-bit platforms.
Oct 14 2016, 8:56 AM · gpgme, Bug Report

Oct 13 2016

dkg added projects to T2754: provide mechanism to retrieve (and send?) session key in gpgme: Feature Request, gpgme.
Oct 13 2016, 11:44 PM · gpgme, Feature Request
dkg set Version to 1.7.0 on T2754: provide mechanism to retrieve (and send?) session key in gpgme.
Oct 13 2016, 11:44 PM · gpgme, Feature Request
justus added a comment to T2751: pyme.Context().get_key(fpr, secret) should have secret default to False.

Fixed in 1e6073ff.

Oct 13 2016, 1:23 PM · gpgme, Feature Request, Python
justus closed T2751: pyme.Context().get_key(fpr, secret) should have secret default to False as Resolved.
Oct 13 2016, 1:23 PM · gpgme, Feature Request, Python