Page MenuHome GnuPG
Feed All Stories

Sep 12 2018

aheinecke committed rW8fb334615966: Update NEWS and READMEs (authored by aheinecke).
Update NEWS and READMEs
Sep 12 2018, 9:21 AM
aheinecke committed rW84b1b70dc5ef: Update gpgol and gpgme (authored by aheinecke).
Update gpgol and gpgme
Sep 12 2018, 9:21 AM
dkg removed a project from T3464: successful decryption with session key reports failure if public key is unknown: Info Needed.

yes, it looks like using --no-keyring does change the return code from 2 to 0 for me.

Sep 12 2018, 6:13 AM · gpgme, Bug Report
gniibe added a comment to T3189: secmem routines should be in libgpg-error as gpgrt_*.

secmem routines are installed into gniibe/secmem branch.
Please note that it's only secmem routines, not malloc_secure.

Sep 12 2018, 5:45 AM · gpgrt, libgcrypt

Sep 11 2018

aheinecke abandoned D464: core: Add gpg auditlog to get diagnostics.

Something like this was commited.

Sep 11 2018, 4:22 PM
gniibe closed T3877: not all malloc performed in libgcrypt covered by gcry_set_allocation_handler as Resolved.
Sep 11 2018, 1:34 PM · libgcrypt, Bug Report
werner committed rD60d5f90aa33e: web: Added donation results for June to August. (authored by werner).
web: Added donation results for June to August.
Sep 11 2018, 11:20 AM
werner added a project to T3464: successful decryption with session key reports failure if public key is unknown: Info Needed.

@dkg does --no-keyring solves the problem for you?

Sep 11 2018, 10:36 AM · gpgme, Bug Report
werner closed T2968: gpg --search: Connection closed in DNS as Resolved.

We assume that this has meanwhile been fixed.

Sep 11 2018, 10:34 AM · Info Needed, gnupg (gpg22), Bug Report, Debian, Keyserver, dirmngr
aheinecke committed rKLEOPATRAf45bec5fd67f: Remove question mark in column caption (authored by aheinecke).
Remove question mark in column caption
Sep 11 2018, 9:57 AM
aheinecke created T4139: Kleopatra: Add user id dialog needs a facelift.
Sep 11 2018, 9:28 AM · gpg4win, kleopatra
aheinecke created T4138: GpgOL: encryption reported to freeze the windows explorer.
Sep 11 2018, 9:12 AM · gpg4win, Bug Report, gpgol
gniibe committed rG69bab1cba07a: Revert "dirmngr: hkp: Avoid potential race condition when some hosts die." (authored by gniibe).
Revert "dirmngr: hkp: Avoid potential race condition when some hosts die."
Sep 11 2018, 7:07 AM
gniibe added a reverting change for rG04b56eff118e: dirmngr: hkp: Avoid potential race condition when some hosts die.: rG69bab1cba07a: Revert "dirmngr: hkp: Avoid potential race condition when some hosts die.".
Sep 11 2018, 7:07 AM
gniibe committed rG995aded58724: dirmngr: Serialize access to hosttable. (authored by gniibe).
dirmngr: Serialize access to hosttable.
Sep 11 2018, 7:07 AM
JollyRoger added a watcher for nGPH: JollyRoger.
Sep 11 2018, 5:40 AM
gniibe committed rE78b679a778dd: Make gpg-error-config compatible to pkg-config. (authored by gniibe).
Make gpg-error-config compatible to pkg-config.
Sep 11 2018, 2:43 AM

Sep 10 2018

catenacyber added a comment to T4093: Undefined shift in parse_symkeyenc.

Asked in https://github.com/google/oss-fuzz/pull/1806

Sep 10 2018, 5:42 PM · Bug Report
werner added members for nGPH: JollyRoger, werner, aheinecke, gniibe, BenM.
Sep 10 2018, 4:30 PM
werner created nGPH.
Sep 10 2018, 4:29 PM
Henrik added a comment to T4132: Outlook 2016 - "Failed to resolve recipients. Operation failed. This is usually caused by a bug in GpgOL".

I made a mistake and put the DLL in the wrong folder. After placing it into the correct one, everything is working fine and stable.

Sep 10 2018, 4:29 PM · Bug Report, gpg4win
werner added a comment to T2013: pinentry-curses / pinentry-tty should emit a bell when showing a dialog.

Well, the counterpart in gpg-agent is missing.

Sep 10 2018, 3:30 PM · pinentry, Feature Request
werner triaged T4137: IPC syntax error when `gpg` starts `gpg-agent` without `$TERM` variable as Low priority.

Actually it fails only when you set TERM to the empty string. Unsetting TERM still works:

Sep 10 2018, 3:24 PM · gnupg, Bug Report
Enzime created T4137: IPC syntax error when `gpg` starts `gpg-agent` without `$TERM` variable.
Sep 10 2018, 1:47 PM · gnupg, Bug Report
aheinecke committed rMdd7d37ca2168: js: Fix errorDetails of GPGME_Signature (authored by Thomas Oberndörfer <thomas@mailvelope.com>).
js: Fix errorDetails of GPGME_Signature
Sep 10 2018, 1:17 PM
werner added a comment to T4093: Undefined shift in parse_symkeyenc.

Another address does not help as long as we are forced to use a Google account. That is not subject to discussion. sorry.

Sep 10 2018, 11:31 AM · Bug Report
catenacyber added a comment to T4093: Undefined shift in parse_symkeyenc.

ok @werner
Should I change it to another mail address (@gniibe if you are interested) or should I just use mine ?

Sep 10 2018, 8:27 AM · Bug Report
werner added a comment to T4136: --recv-keys With Short IDs Is Insecure, Is Actively Being Attacked, And Should Be Removed Entirely.

You may indeed post to gnupg-devel if that helps to raise the attention of the Travis folks. If they need support we would be glad to help.

Sep 10 2018, 8:04 AM · Bug Report
werner closed T4136: --recv-keys With Short IDs Is Insecure, Is Actively Being Attacked, And Should Be Removed Entirely as Wontfix.

This has always been the case and the worst thing which can happen is that (64 bit keyid clash) you might not be abale to import the "real" key. Keyserver's never promised to deliver the correct (in whatever sense) key, but are merely an anonymous and distributed stoarage systenms. This is why gpg does not trust a key by default but requires you to validate the key by other means (WoT, second channel, Web Key Directory).

Sep 10 2018, 7:58 AM · Bug Report
gniibe closed T4093: Undefined shift in parse_symkeyenc as Resolved.

I confirmed: Now, all use cases of iobuf_get check against negative value or are using iobuf_get_eof.
So, closing.

Sep 10 2018, 7:47 AM · Bug Report
Laurent Montel <montel@kde.org> committed rKLEOPATRAf4442fc46c07: GIT_SILENT: Time to increase and use new api (authored by Laurent Montel <montel@kde.org>).
GIT_SILENT: Time to increase and use new api
Sep 10 2018, 7:43 AM
werner added a comment to T4093: Undefined shift in parse_symkeyenc.

@catenacyber thanks fo this bug report.

Sep 10 2018, 7:36 AM · Bug Report
gniibe committed rG0383e7fed7b2: common: Use iobuf_get_noeof to avoid undefined behaviors. (authored by gniibe).
common: Use iobuf_get_noeof to avoid undefined behaviors.
Sep 10 2018, 7:00 AM
gniibe committed rGf80346f42df4: common: Use iobuf_get_noeof to avoid undefined behaviors. (authored by gniibe).
common: Use iobuf_get_noeof to avoid undefined behaviors.
Sep 10 2018, 6:58 AM
gniibe committed rGadce73b86fd4: agent: Fix error code check from npth_mutex_init. (authored by gniibe).
agent: Fix error code check from npth_mutex_init.
Sep 10 2018, 2:25 AM
gniibe committed rG213379debe55: agent: Fix error code check from npth_mutex_init. (authored by gniibe).
agent: Fix error code check from npth_mutex_init.
Sep 10 2018, 2:25 AM

Sep 9 2018

Miserlou added a comment to T4136: --recv-keys With Short IDs Is Insecure, Is Actively Being Attacked, And Should Be Removed Entirely.

..anybody?

Sep 9 2018, 7:18 PM · Bug Report
stm added a comment to rCc5bed9df9633: prime: Avoid rare assertion failure in gcry_prime_check..

By the attached test program I can confirm that the issue is solved.

Sep 9 2018, 8:33 AM

Sep 8 2018

werner claimed T3894: re-evaluate default randomness choices during key generation on GNU/Linux platforms.

Thanks for your comments, Stephan.

Sep 8 2018, 11:13 AM · libgcrypt, gnupg
BenM committed rM2375959180aa: estreams revised (authored by BenM).
estreams revised
Sep 8 2018, 7:10 AM

Sep 7 2018

dkg added a comment to T3894: re-evaluate default randomness choices during key generation on GNU/Linux platforms.

@aheinecke -- @smueller_chronox.de (author of the comment above) is Stephan Müller from atsec. Glad to see he seems ok with the proposal :)

Sep 7 2018, 9:49 PM · libgcrypt, gnupg
Yuri Chornoivan <yurchor@ukr.net> committed rKLEOPATRA9a75e3433679: Fix minor EBN issues (authored by Yuri Chornoivan <yurchor@ukr.net>).
Fix minor EBN issues
Sep 7 2018, 9:04 PM
smueller_chronox.de added a comment to T3894: re-evaluate default randomness choices during key generation on GNU/Linux platforms.

Apologies for not having read all comments in this long thread. I was asked to comment on the patch, so here is my comment:

Sep 7 2018, 5:41 PM · libgcrypt, gnupg
aheinecke added a comment to T4132: Outlook 2016 - "Failed to resolve recipients. Operation failed. This is usually caused by a bug in GpgOL".

Yes we had a bug in 3.1.2 that when you had a contact group as recipients gpgol would silently ignore them and don't encrypt to them.

Sep 7 2018, 5:36 PM · Bug Report, gpg4win
Miserlou added a comment to T4136: --recv-keys With Short IDs Is Insecure, Is Actively Being Attacked, And Should Be Removed Entirely.

Here's an example of a bad key: http://keyserver.ubuntu.com:11371/pks/lookup?op=get&search=0x4359ED62E084DAB9
which mimics the good key for R-CRAN: http://keyserver.ubuntu.com:11371/pks/lookup?op=get&search=0x51716619E084DAB9

Sep 7 2018, 5:28 PM · Bug Report
Miserlou created T4136: --recv-keys With Short IDs Is Insecure, Is Actively Being Attacked, And Should Be Removed Entirely.
Sep 7 2018, 5:23 PM · Bug Report
Henrik added a comment to T4132: Outlook 2016 - "Failed to resolve recipients. Operation failed. This is usually caused by a bug in GpgOL".

First let me say; Thank you very much for your help ! :-)

Sep 7 2018, 5:00 PM · Bug Report, gpg4win
aheinecke changed the status of T4126: GpgOL: Option to autosecure can by bypassed by "Sign new messages by default" from Open to Testing.
Sep 7 2018, 4:41 PM · Bug Report, gpg4win, gpgol
aheinecke added a subtask for T4126: GpgOL: Option to autosecure can by bypassed by "Sign new messages by default": T4125: Gpg4win 3.1.4.
Sep 7 2018, 4:41 PM · Bug Report, gpg4win, gpgol
aheinecke added a parent task for T4125: Gpg4win 3.1.4: T4126: GpgOL: Option to autosecure can by bypassed by "Sign new messages by default".
Sep 7 2018, 4:41 PM · gpg4win, Release Info
aheinecke created T4135: GnuPG: quick-gen-key should create subkeys depending on usage.
Sep 7 2018, 4:15 PM · gpgme, gnupg
aheinecke added a comment to T4130: Non-ascii characters not shown if message is signed with a key that is not imported.

I think this might be a ticket in itself. If I send a PGP signed email to someone who then responds to me, there should ideally not be issues with it - although I think it would be important to separate which parts are signed and which are not.

Sep 7 2018, 4:07 PM · gpgol, Bug Report, gpg4win
kjellchr added a comment to T4130: Non-ascii characters not shown if message is signed with a key that is not imported.

header of mail forwarded. looks like it says utf-8. either way, it does work with the right key.

Sep 7 2018, 3:16 PM · gpgol, Bug Report, gpg4win
werner committed rGbee65edfbc8c: dirmngr: Emit SOURCE status also on NO_DATA. (authored by werner).
dirmngr: Emit SOURCE status also on NO_DATA.
Sep 7 2018, 11:58 AM
aheinecke added a comment to T4130: Non-ascii characters not shown if message is signed with a key that is not imported.

Received. Thanks, so this is PGP Inline. Encoding handling in PGP Inline is always "Guessing" as it is no where defined which encoding is used for the message.

Sep 7 2018, 11:24 AM · gpgol, Bug Report, gpg4win
aheinecke added a subtask for T4131: Sending a mail with Office attachments fails on Outlook 2016 with gpg4win 3.1.3 (GPGOL 2.3.0): T4125: Gpg4win 3.1.4.
Sep 7 2018, 11:00 AM · gpgol, Bug Report
aheinecke added a parent task for T4125: Gpg4win 3.1.4: T4131: Sending a mail with Office attachments fails on Outlook 2016 with gpg4win 3.1.3 (GPGOL 2.3.0).
Sep 7 2018, 11:00 AM · gpg4win, Release Info
aheinecke changed the status of T4129: E-Mail Adresse ändern Fehlermeldung from Open to Testing.
Sep 7 2018, 11:00 AM · gpgol, Bug Report, gpg4win
aheinecke added a comment to T4129: E-Mail Adresse ändern Fehlermeldung.

I've commited a fix and because this and another issue we might do a release sooner than originally planned.

Sep 7 2018, 11:00 AM · gpgol, Bug Report, gpg4win
aheinecke changed the status of T4132: Outlook 2016 - "Failed to resolve recipients. Operation failed. This is usually caused by a bug in GpgOL" from Open to Testing.

If you like you can help by confirming that it also works for you by installing 2.3.1-beta11-STABLE-BRANCH-2-3 from https://files.gpg4win.org/Beta/gpgol/ as described under: https://wiki.gnupg.org/TroubleShooting#Manually_update_GpgOL_to_a_beta

Sep 7 2018, 10:59 AM · Bug Report, gpg4win
kjellchr added a comment to T4130: Non-ascii characters not shown if message is signed with a key that is not imported.

interesting. email sent.

Sep 7 2018, 10:50 AM · gpgol, Bug Report, gpg4win
aheinecke added a project to T4130: Non-ascii characters not shown if message is signed with a key that is not imported: Info Needed.

Mmh no, I can't reproduce this and my initial hunch was wrong. We do in fact handle encoding in that case.

Sep 7 2018, 10:43 AM · gpgol, Bug Report, gpg4win
aheinecke committed rOa0671ccbb477: Fix encoding of last line (authored by aheinecke).
Fix encoding of last line
Sep 7 2018, 10:36 AM
aheinecke committed rO50c514d6bd60: Fix a possible crash when reactivating gpgol (authored by aheinecke).
Fix a possible crash when reactivating gpgol
Sep 7 2018, 10:36 AM
gniibe added a comment to T2836: dirmngr: wakes up periodically.

Patch 0001 applied to master.

Sep 7 2018, 7:30 AM · gnupg, gnupg (gpg23), Bug Report, dirmngr
gniibe committed rG04b56eff118e: dirmngr: hkp: Avoid potential race condition when some hosts die. (authored by dkg).
dirmngr: hkp: Avoid potential race condition when some hosts die.
Sep 7 2018, 7:30 AM
gniibe closed T3916: Memory leak in read_block as Resolved.

Thanks for your report. Applied.

Sep 7 2018, 6:08 AM · gnupg, Bug Report
gniibe committed rG7c96cc67e108: g10: Fix memory leak. (authored by gniibe).
g10: Fix memory leak.
Sep 7 2018, 6:08 AM
gniibe committed rG91f8a9b33a12: g10: Fix memory leak. (authored by gniibe).
g10: Fix memory leak.
Sep 7 2018, 6:08 AM
gniibe committed rEca8557c0d7d1: secmem: Exposed function should have consistent name. (authored by gniibe).
secmem: Exposed function should have consistent name.
Sep 7 2018, 5:11 AM

Sep 6 2018

werner raised the priority of T4134: GnuPG: Changing the trust model once changes the default trust model from Normal to High.
Sep 6 2018, 10:22 PM · gpg4win, gpgol, Bug Report, gnupg
che added a comment to T4131: Sending a mail with Office attachments fails on Outlook 2016 with gpg4win 3.1.3 (GPGOL 2.3.0).

I just tried the newest beta and I can confirm that sending Office attachments does work for me with this version.

Sep 6 2018, 7:40 PM · gpgol, Bug Report
aheinecke added projects to T4134: GnuPG: Changing the trust model once changes the default trust model: gpgol, gpg4win.

Added gpgol and gpg4win project tags as this is important for these projects.

Sep 6 2018, 7:23 PM · gpg4win, gpgol, Bug Report, gnupg
aheinecke added a parent task for T4124: GpgOL: Add option to use automatic trust: T4134: GnuPG: Changing the trust model once changes the default trust model.
Sep 6 2018, 7:21 PM · kleopatra, gpg4win, gpgol
aheinecke added a subtask for T4134: GnuPG: Changing the trust model once changes the default trust model: T4124: GpgOL: Add option to use automatic trust.
Sep 6 2018, 7:21 PM · gpg4win, gpgol, Bug Report, gnupg
aheinecke committed rO1cefdea05092: Merge branch 'STABLE-BRANCH-2-3' (authored by aheinecke).
Merge branch 'STABLE-BRANCH-2-3'
Sep 6 2018, 5:36 PM
aheinecke changed the status of T4131: Sending a mail with Office attachments fails on Outlook 2016 with gpg4win 3.1.3 (GPGOL 2.3.0) from Open to Testing.

I was unable to figure out what the difference is between the handling of Office files and other files and why it comes to this error.

Sep 6 2018, 5:32 PM · gpgol, Bug Report
aheinecke committed rO2da40322c261: Thou shalt not push before compiling (authored by aheinecke).
Thou shalt not push before compiling
Sep 6 2018, 5:27 PM
aheinecke committed rO907943aec81b: Try to fix crashes in MAPI SubmitMessage path (authored by aheinecke).
Try to fix crashes in MAPI SubmitMessage path
Sep 6 2018, 5:23 PM
aheinecke committed rO84fed74d4b44: Add some safeguards against NULL base msg (authored by aheinecke).
Add some safeguards against NULL base msg
Sep 6 2018, 5:23 PM
aheinecke committed rOfd901436fbf9: Fix minor mem leak in format error (authored by aheinecke).
Fix minor mem leak in format error
Sep 6 2018, 5:23 PM
aheinecke committed rO8d140cb78c79: Do not release old ref in refCurrentItem (authored by aheinecke).
Do not release old ref in refCurrentItem
Sep 6 2018, 5:23 PM
BenM added a comment to rM879cc1f84fbf: estreams symbols for python bindings.

FreeBSD is fine with no estreams updates to the python bindings or just Jasper's update or just my previous update with the underscores, but not this attenmpt to cover both OS X and Ubuntu.

Sep 6 2018, 4:34 PM
BenM added a comment to rM879cc1f84fbf: estreams symbols for python bindings.

Right, which is exactly the issue I was trying to solve by adding both versions.

Sep 6 2018, 3:44 PM
aheinecke created T4134: GnuPG: Changing the trust model once changes the default trust model.
Sep 6 2018, 3:13 PM · gpg4win, gpgol, Bug Report, gnupg
aheinecke committed rO7ac02373ee79: Post release version bump (authored by aheinecke).
Post release version bump
Sep 6 2018, 3:06 PM
aheinecke committed rOf36a658429d7: Keep strong ref after submit message (authored by aheinecke).
Keep strong ref after submit message
Sep 6 2018, 3:04 PM
aheinecke created T4133: Kleopatra: Add option to apply profile from config.
Sep 6 2018, 1:26 PM · gpg4win, kleopatra
werner added inline comments to rM879cc1f84fbf: estreams symbols for python bindings.
Sep 6 2018, 12:33 PM
aheinecke added inline comments to rM879cc1f84fbf: estreams symbols for python bindings.
Sep 6 2018, 12:21 PM
aheinecke committed rO4b84e078d28e: Fallback to MAPI SubmitMessage if OOM Send fails (authored by aheinecke).
Fallback to MAPI SubmitMessage if OOM Send fails
Sep 6 2018, 12:01 PM
aheinecke committed rO5853c8e2fb99: Ignore temporary recipient resolve errors (authored by aheinecke).
Ignore temporary recipient resolve errors
Sep 6 2018, 12:01 PM
aheinecke committed rO3db0bc6fb947: Rename autoresolveCheck to autosecureCheck (authored by aheinecke).
Rename autoresolveCheck to autosecureCheck
Sep 6 2018, 12:01 PM
aheinecke committed rOaec234ee13ba: Fix Mail::needs_crypto_m (authored by aheinecke).
Fix Mail::needs_crypto_m
Sep 6 2018, 12:01 PM
aheinecke committed rO8fb352426228: Fallback to MAPI SubmitMessage if OOM Send fails (authored by aheinecke).
Fallback to MAPI SubmitMessage if OOM Send fails
Sep 6 2018, 11:58 AM
aheinecke added a subtask for T4132: Outlook 2016 - "Failed to resolve recipients. Operation failed. This is usually caused by a bug in GpgOL": T4125: Gpg4win 3.1.4.
Sep 6 2018, 11:51 AM · Bug Report, gpg4win
aheinecke added a parent task for T4125: Gpg4win 3.1.4: T4132: Outlook 2016 - "Failed to resolve recipients. Operation failed. This is usually caused by a bug in GpgOL".
Sep 6 2018, 11:51 AM · gpg4win, Release Info
aheinecke claimed T4132: Outlook 2016 - "Failed to resolve recipients. Operation failed. This is usually caused by a bug in GpgOL".

Thanks for the report.

Sep 6 2018, 11:51 AM · Bug Report, gpg4win
mkrambach committed rM53d69af01492: js: add new documentation file to extra_dist (authored by mkrambach).
js: add new documentation file to extra_dist
Sep 6 2018, 11:27 AM
Henrik created T4132: Outlook 2016 - "Failed to resolve recipients. Operation failed. This is usually caused by a bug in GpgOL".
Sep 6 2018, 11:07 AM · Bug Report, gpg4win