Page MenuHome GnuPG
Feed All Stories

Mar 24 2019

jukivili added a comment to T4425: libgcrypt relocation error on aarch64.

This looks duplicate of https://dev.gnupg.org/T4317

Mar 24 2019, 8:55 PM · asm, libgcrypt, Bug Report
jukivili committed rCbb03edcbba95: doc: add mention about aligning data to cachelines for best performance (authored by jukivili).
doc: add mention about aligning data to cachelines for best performance
Mar 24 2019, 4:58 PM
jukivili committed rC5a20151213c2: random-drbg: do not use calloc for zero ctr (authored by jukivili).
random-drbg: do not use calloc for zero ctr
Mar 24 2019, 4:58 PM
jukivili committed rC6f2391d2df02: Use memset instead of setting buffers byte by byte (authored by jukivili).
Use memset instead of setting buffers byte by byte
Mar 24 2019, 4:58 PM
jukivili committed rC2445cf7431fa: Add ARMv7/NEON accelerated GCM implementation (authored by jukivili).
Add ARMv7/NEON accelerated GCM implementation
Mar 24 2019, 4:58 PM
jukivili committed rC4db6d8796c0d: Use buf_cpy instead of copying buffers byte by byte (authored by jukivili).
Use buf_cpy instead of copying buffers byte by byte
Mar 24 2019, 4:58 PM
jukivili committed rCe76617cbab01: Reduce overhead on generic hash write function (authored by jukivili).
Reduce overhead on generic hash write function
Mar 24 2019, 4:58 PM
jukivili committed rC7abf65da84c7: doc/gcrypt.texi: update HW feature list (authored by jukivili).
doc/gcrypt.texi: update HW feature list
Mar 24 2019, 4:58 PM
jukivili committed rCf8d14df1abd6: sha1-avx: use vmovdqa instead of movdqa (authored by jukivili).
sha1-avx: use vmovdqa instead of movdqa
Mar 24 2019, 4:58 PM
Chris6502 created T4425: libgcrypt relocation error on aarch64.
Mar 24 2019, 12:12 PM · asm, libgcrypt, Bug Report
werner triaged T4422: `repair-keys` does not reorder signatures on non-merge imports as Normal priority.
Mar 24 2019, 10:53 AM · gnupg24, Bug Report
werner triaged T4421: import-export does not remove duplicated subkeys as Normal priority.
Mar 24 2019, 10:51 AM · Feature Request, OpenPGP, gnupg (gpg23)
werner added a comment to T4420: gnupg-2.2.14: Compilation failure on OpenIndiana.

Thanks for the report. underscore followed by an uppercase letter is actually reserved for the system; thus we should not have used that.

Mar 24 2019, 10:49 AM · Solaris, gnupg (gpg22), Bug Report
werner triaged T4420: gnupg-2.2.14: Compilation failure on OpenIndiana as High priority.
Mar 24 2019, 10:48 AM · Solaris, gnupg (gpg22), Bug Report
jukivili claimed T2388: Inform callers about memory alignment requirements of a cipher implementation.
Mar 24 2019, 9:51 AM · libgcrypt, Feature Request
jukivili claimed T3878: not all calloc performed in libgcrypt covered by gcry_set_allocation_handler.
Mar 24 2019, 9:27 AM · libgcrypt, Bug Report
jukivili closed T4317: libgcrypt: cipher/camellia-aarch64.S is not PIC as Resolved.
Mar 24 2019, 9:14 AM · asm, libgcrypt, Bug Report
jukivili claimed T4317: libgcrypt: cipher/camellia-aarch64.S is not PIC.
Mar 24 2019, 9:13 AM · asm, libgcrypt, Bug Report

Mar 23 2019

dkg added a comment to T4418: --with-wkd-hash does not have an effect on --with-colons.

i don't think we need another column without the domain, i agree that it's easy enough to strip.

Mar 23 2019, 10:40 PM · Bug Report
crollinsphoto added a comment to T4392: Imports public key only, will not import secret key.

Great. Let me know when the newest gpg4win is released.

Mar 23 2019, 9:49 PM · gnupg, Feature Request, gpg4win
werner added a comment to T4418: --with-wkd-hash does not have an effect on --with-colons.

That keeps the interface the same just in case we ever change the format. It has also the advantage that you can use the tool to extract the mail address from the user id and thus see whether it is valid.

Mar 23 2019, 8:47 PM · Bug Report
dkg added a comment to T4418: --with-wkd-hash does not have an effect on --with-colons.

That seems plausible to me. I'm not sure why you'd include the @domain part in the output, since it's all strictly about the localpart. what happens if you provide some upper-case inputs?

Mar 23 2019, 3:48 AM · Bug Report
dkg created T4424: documentation for --no-keyring seems garbled.
Mar 23 2019, 3:07 AM · gnupg, Documentation, Bug Report
dkg added a comment to T3389: canonical OpenPGP certificate export.

fwiw, a comment over on T4422 contains a bash script that tries to force GnuPG to do its certificate/signature re-ordering. this doesn't produce anything canonical yet, but it's the closest i've come so far to getting GnuPG to do something repeatable with a certificate after merging (but even that is not quite stable).

Mar 23 2019, 2:34 AM · gnupg, Feature Request
FabioCarpi created T4423: Change passphrase error.
Mar 23 2019, 2:33 AM · kleopatra, Bug Report, gpg4win
dkg added a comment to T4422: `repair-keys` does not reorder signatures on non-merge imports.

(fwiw, all of this testing is done with GnuPG 2.2.14-1, using the package that is in debian/experimental right now; i'd welcome any corroboration with other versions)

Mar 23 2019, 1:56 AM · gnupg24, Bug Report
dkg added a comment to T4422: `repair-keys` does not reorder signatures on non-merge imports.

as i experiment with this, i find an even weirder result with certificate re-ordering: the function above is not idempotent.

Mar 23 2019, 1:55 AM · gnupg24, Bug Report
dkg added a comment to T4422: `repair-keys` does not reorder signatures on non-merge imports.

Here is a horrible bash function for doing the kind of stripping and re-importing that *does* cause signature re-ordering:

Mar 23 2019, 1:51 AM · gnupg24, Bug Report
dkg created T4422: `repair-keys` does not reorder signatures on non-merge imports.
Mar 23 2019, 1:28 AM · gnupg24, Bug Report
dkg created T4421: import-export does not remove duplicated subkeys.
Mar 23 2019, 12:07 AM · Feature Request, OpenPGP, gnupg (gpg23)

Mar 22 2019

dkg committed rGb30528f48780: doc: fix formatting error (authored by dkg).
doc: fix formatting error
Mar 22 2019, 11:50 PM
dkg committed rG93782de23fe4: doc: fix formatting error (authored by dkg).
doc: fix formatting error
Mar 22 2019, 11:49 PM
grobian created T4420: gnupg-2.2.14: Compilation failure on OpenIndiana.
Mar 22 2019, 9:17 PM · Solaris, gnupg (gpg22), Bug Report
mrandall created T4419: GPG4win not installing on Windows 10 Laptops.
Mar 22 2019, 3:47 PM · gpg4win, Bug Report
thome added a comment to T4411: Outlook O365 crashes at start with gpgol.

Hi - that did the trick. The linked gpgol.dll loads without any issues. However the decryption of e-Mails don't work. I get the
"OpenPGP Encrypted message (decryption not possible) Could not decrypt the data: Unsupported protocol" error.

Mar 22 2019, 3:39 PM · gpg4win, kleopatra, gpgol, Bug Report
JJworx added a comment to T4408: Outlook and / or Exchange server mistake(s) forwarded mail for appointment request.

Yeah, that worked halfways. Meaning, if I try to send the forwarded mail
from inline / reader / docked mode, the Button lights up but no sending
happens. If I send it from undocked window, it works and the original
problem doesn't happen.

Mar 22 2019, 3:25 PM · gpgol, Bug Report
werner committed rG5a96db65e582: doc: Add a spec comment to app-piv.c (authored by werner).
doc: Add a spec comment to app-piv.c
Mar 22 2019, 12:29 PM
werner added a comment to T4418: --with-wkd-hash does not have an effect on --with-colons.

So what about this:

Mar 22 2019, 11:48 AM · Bug Report
werner committed rGe847cf1df7aa: wkd: New command --print-wkd-hash for gpg-wks-client. (authored by werner).
wkd: New command --print-wkd-hash for gpg-wks-client.
Mar 22 2019, 11:43 AM
gniibe added a comment to T4415: Does not build using gcc 9.

With gcc-9 in Debian experimental, everything goes well.
Yes, the use of pragma is questionable, but let's see.

Mar 22 2019, 10:39 AM · Info Needed, toolchain, Bug Report
werner committed rG393269948c88: scd: Refactor the app selection code. (authored by werner).
scd: Refactor the app selection code.
Mar 22 2019, 9:48 AM
werner added a comment to T4418: --with-wkd-hash does not have an effect on --with-colons.

I think that a small tool or feature for gpg-wks-client would be better than extending the --with-colons format. A --dry-run option for example could list the filenames which would be created.

Mar 22 2019, 8:37 AM · Bug Report

Mar 21 2019

dkg created T4418: --with-wkd-hash does not have an effect on --with-colons.
Mar 21 2019, 8:02 PM · Bug Report
werner committed rGPA0402b315938d: po: Fix "bees" typo (authored by Christian Loehle <cloehle@posteo.de>).
po: Fix "bees" typo
Mar 21 2019, 1:43 PM
werner claimed T4417: Work needed for gnupg 2.3.
Mar 21 2019, 1:11 PM · gnupg (gpg23)
werner updated the task description for T4417: Work needed for gnupg 2.3.
Mar 21 2019, 1:10 PM · gnupg (gpg23)
werner added subtasks for T4417: Work needed for gnupg 2.3: T3495: The --list-keys should account for groups that are defined, T4398: Rework Console and command line handling on Windows, T4406: Allow the use of the default-new-key-algo format for --quick-gen-key., T4362: Replace the exec funtions for photoids in gpg by our standard exec functions., T4344: Periodic check of own keys with the WKD.
Mar 21 2019, 1:09 PM · gnupg (gpg23)
werner added a parent task for T3495: The --list-keys should account for groups that are defined: T4417: Work needed for gnupg 2.3.
Mar 21 2019, 1:09 PM · gnupg, Feature Request
werner added a parent task for T4406: Allow the use of the default-new-key-algo format for --quick-gen-key.: T4417: Work needed for gnupg 2.3.
Mar 21 2019, 1:09 PM · gnupg24, Feature Request
werner added a parent task for T4362: Replace the exec funtions for photoids in gpg by our standard exec functions.: T4417: Work needed for gnupg 2.3.
Mar 21 2019, 1:09 PM · gnupg, Feature Request
werner added a parent task for T4398: Rework Console and command line handling on Windows: T4417: Work needed for gnupg 2.3.
Mar 21 2019, 1:09 PM · Feature Request, gnupg (gpg23)
werner added a parent task for T4344: Periodic check of own keys with the WKD: T4417: Work needed for gnupg 2.3.
Mar 21 2019, 1:09 PM · wkd, gnupg, Feature Request
werner created T4417: Work needed for gnupg 2.3.
Mar 21 2019, 1:06 PM · gnupg (gpg23)
werner merged T1654: Add group aliases to key listings into T3495: The --list-keys should account for groups that are defined.
Mar 21 2019, 1:03 PM · gnupg, Feature Request
werner merged task T1654: Add group aliases to key listings into T3495: The --list-keys should account for groups that are defined.
Mar 21 2019, 1:03 PM · gpa, Feature Request
werner added a comment to T3495: The --list-keys should account for groups that are defined.

See also
https://lists.gnupg.org/pipermail/gnupg-devel/2018-December/034131.html
for a first patch to implement this.

Mar 21 2019, 1:02 PM · gnupg, Feature Request

Mar 20 2019

dkg added a comment to T714: Meaningful RETURN values.

werner wrote:

Mar 20 2019, 11:10 PM · gnupg, Feature Request
crollinsphoto added a comment to T4392: Imports public key only, will not import secret key.

Great. Thank you.

Mar 20 2019, 5:15 PM · gnupg, Feature Request, gpg4win
aheinecke added a comment to T4123: Pinentry-qt does not always become active foreground window (especially when requesting pin for authentication).

Thanks for the confirmation. Although I still don't really know how to fix it :-(

Mar 20 2019, 4:04 PM · pinentry, Bug Report, gpg4win
aheinecke added a comment to T4392: Imports public key only, will not import secret key.

We are aiming for this week.

Mar 20 2019, 4:03 PM · gnupg, Feature Request, gpg4win
crollinsphoto added a comment to T4392: Imports public key only, will not import secret key.

When will the new gnupg program be released so I can install it?

Charles

Mar 20 2019, 3:21 PM · gnupg, Feature Request, gpg4win
bb added a comment to T4123: Pinentry-qt does not always become active foreground window (especially when requesting pin for authentication).

I can also confirm this bug!

Mar 20 2019, 10:49 AM · pinentry, Bug Report, gpg4win
bb awarded T4123: Pinentry-qt does not always become active foreground window (especially when requesting pin for authentication) a Like token.
Mar 20 2019, 10:49 AM · pinentry, Bug Report, gpg4win
werner closed T4416: gnupg isn't LTO ready as Wontfix.

There are reasons why we sometimes don't consult the return code. That is even declared in the code with a cast to void. Further we use gpg_error_t and int interchangeable under the assumption that an unsigned int and an int value have the same bit pattern.

Mar 20 2019, 10:24 AM
werner added a comment to T4415: Does not build using gcc 9.

Maybe we should get rid of the _Pragma operator in particular because it is not used often and we cond on compiler type later anyway.

Mar 20 2019, 10:19 AM · Info Needed, toolchain, Bug Report
kloczek updated the task description for T4416: gnupg isn't LTO ready.
Mar 20 2019, 10:16 AM
kloczek updated the task description for T4415: Does not build using gcc 9.
Mar 20 2019, 10:14 AM · Info Needed, toolchain, Bug Report
werner assigned T4415: Does not build using gcc 9 to gniibe.

Will you be so kind and look into this?

Mar 20 2019, 10:12 AM · Info Needed, toolchain, Bug Report
kloczek created T4416: gnupg isn't LTO ready in the S1 Public space.
Mar 20 2019, 10:04 AM
werner closed T4414: please make ecc debugging info from libgcrypt more legible. as Resolved.

Thanks.

Mar 20 2019, 10:03 AM · libgcrypt, Bug Report
werner added a comment to T4414: please make ecc debugging info from libgcrypt more legible..

Applied to master. This is not suitable for 1.8

Mar 20 2019, 10:03 AM · libgcrypt, Bug Report
kloczek created T4415: Does not build using gcc 9.
Mar 20 2019, 9:59 AM · Info Needed, toolchain, Bug Report
aheinecke committed rM47369569e234: qt: Handle diagnostic audit log for CMS (authored by aheinecke).
qt: Handle diagnostic audit log for CMS
Mar 20 2019, 9:57 AM
werner committed rC54db6a4b4412: ecc: Adjust debugging output (authored by dkg).
ecc: Adjust debugging output
Mar 20 2019, 9:56 AM
werner added a comment to rC0e2073edf92e: ecc: adjust debugging output.

BTW, for looking at such hexdumps I use this little tool:

Mar 20 2019, 9:51 AM
werner committed rG0b0104ce4720: tests: Add a first v5 sample key (authored by werner).
tests: Add a first v5 sample key
Mar 20 2019, 9:20 AM
dkg committed rC0e2073edf92e: ecc: adjust debugging output (authored by dkg).
ecc: adjust debugging output
Mar 20 2019, 3:51 AM
dkg added a comment to T4414: please make ecc debugging info from libgcrypt more legible..

for whatever reason, i don't seem to be able to push to the branch on playfair, so i've also pushed the same commit over at https://gitlab.com/dkg/libgcrypt

Mar 20 2019, 3:10 AM · libgcrypt, Bug Report
dkg created T4414: please make ecc debugging info from libgcrypt more legible..
Mar 20 2019, 3:08 AM · libgcrypt, Bug Report

Mar 19 2019

werner committed rMdd21ec997cf4: core: Support GPGME_AUDITLOG_DIAG for gpgsm. (authored by werner).
core: Support GPGME_AUDITLOG_DIAG for gpgsm.
Mar 19 2019, 8:25 PM
wheelerlaw added a comment to T3065: dirmngr: proxy issues with dnslookup causing failure.

Also might I add, this used to work perfectly fine in gnupg14. It seems that somewhere along the line a regression was introduced that is causing this erroneous non-compliant behavior in the HTTP client.

Mar 19 2019, 6:18 PM · gnupg (gpg22), dns, dirmngr
wheelerlaw added a comment to T3065: dirmngr: proxy issues with dnslookup causing failure.

Why? Your explanation is invalid because it implicates dirmngr's HTTP client as not comforming to the spec laid out by the RFC. I've quite clearly explained--and backed up with the spec itself--that when a proxy variable is configured, a client should not be doing DNS lookup of the destination hostname. Is there something about that you are not understanding?

Mar 19 2019, 6:13 PM · gnupg (gpg22), dns, dirmngr
crollinsphoto added a comment to T4392: Imports public key only, will not import secret key.

So where can I get the corrected file to install? I suppose I need the
new gpg4win, it hasn't been updated yet. If I need the signature or TAR
from your website how can I implement that?

Charles

Mar 19 2019, 3:57 PM · gnupg, Feature Request, gpg4win
aheinecke added a comment to T4276: Context.decrypt() throws an error if *any* signature is bad.

@dkg If you propose a patch here I'm pretty sure that we will accept it. As one of our Python binding users you know better then us how the API should behave.

Mar 19 2019, 3:51 PM · gpgme, Python, Bug Report
aheinecke triaged T4411: Outlook O365 crashes at start with gpgol as Normal priority.
Mar 19 2019, 3:49 PM · gpg4win, kleopatra, gpgol, Bug Report
aheinecke added a comment to T4411: Outlook O365 crashes at start with gpgol.

see: https://wiki.gnupg.org/TroubleShooting#Manually_update_GpgOL_to_a_beta

Mar 19 2019, 3:49 PM · gpg4win, kleopatra, gpgol, Bug Report
aheinecke added a comment to T4411: Outlook O365 crashes at start with gpgol.

This is very strange, common to all the crashes in the log is that they happen while a keylisting is running and before the first key from that keylisting is returned. But this could be a red herring because the keylisting is always started immediately in a background thread and so it would be normal that if the crash occurs immediately that it would still be running. The keylisting code is extremely similar to Kleopatra though. So I don't understand why Kleopatra would then work for you.

Mar 19 2019, 3:48 PM · gpg4win, kleopatra, gpgol, Bug Report
werner triaged T4276: Context.decrypt() throws an error if *any* signature is bad as Normal priority.
Mar 19 2019, 1:44 PM · gpgme, Python, Bug Report
werner closed T4410: Memory leak in import recently introduced as Resolved.
Mar 19 2019, 1:43 PM · Bug Report
werner triaged T4399: gpg2 --edit-key "Need the secret key to do this." as Normal priority.
Mar 19 2019, 1:42 PM · gnupg, Documentation
werner committed rD93ce4c9bbc05: web: 2.2.14 release hint and cleaned up the the list of maintainers. (authored by werner).
web: 2.2.14 release hint and cleaned up the the list of maintainers.
Mar 19 2019, 1:40 PM
werner closed T4412: Release GnuPG 2.2.14 as Resolved.

News for 2.2.14, released 2019-03-19:

Mar 19 2019, 12:33 PM · Release Info, gnupg (gpg22)
werner closed T4412: Release GnuPG 2.2.14, a subtask of T4392: Imports public key only, will not import secret key, as Resolved.
Mar 19 2019, 12:33 PM · gnupg, Feature Request, gpg4win
werner committed rD5626aab12a93: swdb: Release gnupg 2.2.14 (authored by werner).
swdb: Release gnupg 2.2.14
Mar 19 2019, 12:14 PM
crollinsphoto added a comment to T4392: Imports public key only, will not import secret key.

Where can I get the new thing file to install?

Mar 19 2019, 12:12 PM · gnupg, Feature Request, gpg4win
werner committed rGd9af95de47f0: Post release updates (authored by werner).
Post release updates
Mar 19 2019, 12:12 PM
werner committed rG813de13e73b0: Release 2.2.14 (authored by werner).
Release 2.2.14
Mar 19 2019, 12:12 PM
werner committed rG099cf37ee5e1: po: Auto update (authored by werner).
po: Auto update
Mar 19 2019, 12:12 PM
werner committed rEce9f054b0ba1: post release updates (authored by werner).
post release updates
Mar 19 2019, 11:31 AM
werner committed rE66268001ef21: po: auto update (authored by werner).
po: auto update
Mar 19 2019, 11:31 AM