Page MenuHome GnuPG
Feed Advanced Search

Jan 25 2017

jukivili added a comment to T2292: cipher/crc-intel-pclmul.c: load of misaligned address.

I have now learnt how GCC uses 'undefined behavior' for aggressive optimization
and that this could break code doing unaligned accesses even on x86. So this
needs to be fixed after all.

Jan 25 2017, 7:49 PM · Not A Bug, Bug Report, libgcrypt, Assembler
jukivili reopened T2292: cipher/crc-intel-pclmul.c: load of misaligned address as "Open".
Jan 25 2017, 7:49 PM · Not A Bug, Bug Report, libgcrypt, Assembler

Jan 23 2017

werner closed T2882: libgcrypt: FTBFS with LTO as Resolved.
Jan 23 2017, 11:26 PM · Unreleased, Bug Report, libgcrypt
werner removed a project from T2882: libgcrypt: FTBFS with LTO: Restricted Project.
Jan 23 2017, 11:26 PM · Unreleased, Bug Report, libgcrypt
werner added a project to T2882: libgcrypt: FTBFS with LTO: Unreleased.
Jan 23 2017, 11:26 PM · Unreleased, Bug Report, libgcrypt

Jan 19 2017

werner removed a project from T2882: libgcrypt: FTBFS with LTO: Unreleased.
Jan 19 2017, 11:13 AM · Unreleased, Bug Report, libgcrypt
werner reopened T2882: libgcrypt: FTBFS with LTO as "Open".
Jan 19 2017, 11:13 AM · Unreleased, Bug Report, libgcrypt
werner added a comment to T2882: libgcrypt: FTBFS with LTO.

There have been some problems backporting the batch to 1.7 thus it will not go
into 1.7.6.

Jan 19 2017, 11:13 AM · Unreleased, Bug Report, libgcrypt
werner added a project to T2882: libgcrypt: FTBFS with LTO: Restricted Project.
Jan 19 2017, 11:13 AM · Unreleased, Bug Report, libgcrypt

Jan 18 2017

werner closed T2882: libgcrypt: FTBFS with LTO as Resolved.
Jan 18 2017, 11:59 AM · Unreleased, Bug Report, libgcrypt
werner added a project to T2882: libgcrypt: FTBFS with LTO: Unreleased.
Jan 18 2017, 11:59 AM · Unreleased, Bug Report, libgcrypt
werner added a comment to T2882: libgcrypt: FTBFS with LTO.

The patch has been applied to master and the 1.7 branch. A 1.7.6 will be
released soon.

Jan 18 2017, 11:59 AM · Unreleased, Bug Report, libgcrypt

Dec 21 2016

jukivili added a comment to T2882: libgcrypt: FTBFS with LTO.

D402: 933_01-rijndael-ssse3-fix-compiling.patch

Dec 21 2016, 9:55 PM · Unreleased, Bug Report, libgcrypt
jukivili added a comment to T2882: libgcrypt: FTBFS with LTO.

Attached patch should solve LTO problems with rinjdael-ssse-amd64.c.

'memcpy' problem seems to be because of bad interaction between -flto and
#pragma "no-sse". Strangely switching memcpy to buf_cpy solved problem, even
through buf_cpy itself just uses memcpy (on x86).

With this issue solved, I ran in to problem with rijndael-ssse3 assembly code
blocks going missing with -flto and link failing. So rest of the changes in
patch are for fixing lto visibility of assembly.

Dec 21 2016, 9:55 PM · Unreleased, Bug Report, libgcrypt
werner added a comment to T2882: libgcrypt: FTBFS with LTO.

Yes, sure.

Dec 21 2016, 6:56 PM · Unreleased, Bug Report, libgcrypt
JeffBai added a comment to T2882: libgcrypt: FTBFS with LTO.

werner: Well... Doesn't it destroy libgcrypt's performance?

Dec 21 2016, 12:55 AM · Unreleased, Bug Report, libgcrypt

Dec 20 2016

werner updated subscribers of T2882: libgcrypt: FTBFS with LTO.
Dec 20 2016, 11:35 PM · Unreleased, Bug Report, libgcrypt
werner assigned T2882: libgcrypt: FTBFS with LTO to jukivili.
Dec 20 2016, 11:35 PM · Unreleased, Bug Report, libgcrypt
werner added a comment to T2882: libgcrypt: FTBFS with LTO.

Jussi: would you be so kind and look at this problem?

The configure option --disable-asm might help.

Dec 20 2016, 11:35 PM · Unreleased, Bug Report, libgcrypt
JeffBai set Version to 1.7.5 on T2882: libgcrypt: FTBFS with LTO.
Dec 20 2016, 7:04 PM · Unreleased, Bug Report, libgcrypt
JeffBai added projects to T2882: libgcrypt: FTBFS with LTO: libgcrypt, Bug Report.
Dec 20 2016, 7:04 PM · Unreleased, Bug Report, libgcrypt

Dec 16 2016

werner removed a project from T2870: libgcrypt 1.7.4 breaks KWallet5: "Can't get secure memory" from GCRYCTL_INIT_SECMEM: Unreleased.
Dec 16 2016, 8:21 AM · Bug Report, libgcrypt

Dec 15 2016

werner added a project to T2056: libgcrypt: make check fails "random" test on OS X 10.11 with link error: Stalled.
Dec 15 2016, 9:19 AM · Stalled, MacOS, Bug Report, libgcrypt
werner added a project to T2870: libgcrypt 1.7.4 breaks KWallet5: "Can't get secure memory" from GCRYCTL_INIT_SECMEM: Unreleased.
Dec 15 2016, 8:57 AM · Bug Report, libgcrypt
werner added a comment to T2870: libgcrypt 1.7.4 breaks KWallet5: "Can't get secure memory" from GCRYCTL_INIT_SECMEM.

Applied with commit 0a90f87799 to master. I will backport and release 1.7.5 today.

Dec 15 2016, 8:57 AM · Bug Report, libgcrypt
werner closed T2870: libgcrypt 1.7.4 breaks KWallet5: "Can't get secure memory" from GCRYCTL_INIT_SECMEM as Resolved.
Dec 15 2016, 8:57 AM · Bug Report, libgcrypt
mwhitlock added a comment to T2870: libgcrypt 1.7.4 breaks KWallet5: "Can't get secure memory" from GCRYCTL_INIT_SECMEM.

The Gentoo bug report for this has a
proposed fix, correcting a typo (EGAIN-

EAGAIN) in an autoconf script.

https://bugs.gentoo.org/show_bug.cgi?
id=602502#c5

Dec 15 2016, 2:31 AM · Bug Report, libgcrypt

Dec 13 2016

justus updated subscribers of T2870: libgcrypt 1.7.4 breaks KWallet5: "Can't get secure memory" from GCRYCTL_INIT_SECMEM.
Dec 13 2016, 2:04 PM · Bug Report, libgcrypt
justus assigned T2870: libgcrypt 1.7.4 breaks KWallet5: "Can't get secure memory" from GCRYCTL_INIT_SECMEM to werner.
Dec 13 2016, 2:04 PM · Bug Report, libgcrypt
justus added a comment to T2870: libgcrypt 1.7.4 breaks KWallet5: "Can't get secure memory" from GCRYCTL_INIT_SECMEM.

I improved our test suite so that it detects this problem.

Dec 13 2016, 2:04 PM · Bug Report, libgcrypt
justus added a comment to T2870: libgcrypt 1.7.4 breaks KWallet5: "Can't get secure memory" from GCRYCTL_INIT_SECMEM.

This is indeed a bug in libgcrypt. Thanks for the report.

Dec 13 2016, 11:58 AM · Bug Report, libgcrypt
mwhitlock added projects to T2870: libgcrypt 1.7.4 breaks KWallet5: "Can't get secure memory" from GCRYCTL_INIT_SECMEM: libgcrypt, Bug Report.
Dec 13 2016, 7:12 AM · Bug Report, libgcrypt

Dec 9 2016

werner closed T2223: libgcrypt-1.6.4: benchmark and keygen test failed due to segfault as Resolved.
Dec 9 2016, 11:22 AM · Info Needed, Bug Report, libgcrypt
werner added a project to T2223: libgcrypt-1.6.4: benchmark and keygen test failed due to segfault: Info Needed.
Dec 9 2016, 11:22 AM · Info Needed, Bug Report, libgcrypt
werner added a comment to T2223: libgcrypt-1.6.4: benchmark and keygen test failed due to segfault.

No info recevied and thus closing. You should switch to 1.7 (and soon 1.8)
anyway. A lot of things have been fixed since 1.6.

Dec 9 2016, 11:22 AM · Info Needed, Bug Report, libgcrypt
werner added a comment to T2056: libgcrypt: make check fails "random" test on OS X 10.11 with link error.

FWIW, we do not see any problem with current Libgcrypt in our CUI system running
under Sierra.

Dec 9 2016, 11:20 AM · Stalled, MacOS, Bug Report, libgcrypt
werner added a project to T2394: Broken link to noepatents.org: Won't Fix.
Dec 9 2016, 11:18 AM · Won't Fix, libgcrypt, Bug Report
werner closed T2394: Broken link to noepatents.org as Resolved.
Dec 9 2016, 11:18 AM · Won't Fix, libgcrypt, Bug Report
werner added a comment to T2394: Broken link to noepatents.org.

Given that the patent expired I consider touching that comment not important.

Dec 9 2016, 11:18 AM · Won't Fix, libgcrypt, Bug Report

Aug 5 2016

justus added a project to T2394: Broken link to noepatents.org: libgcrypt.
Aug 5 2016, 8:58 AM · Won't Fix, libgcrypt, Bug Report

Aug 1 2016

gniibe closed T2336: libgcrypt 1.7.0 fails to be created as Resolved.
Aug 1 2016, 8:45 AM · Not A Bug, Bug Report, libgcrypt

Jul 31 2016

perske reopened T2336: libgcrypt 1.7.0 fails to be created as "Open".
Jul 31 2016, 12:11 AM · Not A Bug, Bug Report, libgcrypt
perske added a comment to T2336: libgcrypt 1.7.0 fails to be created.

Sorry for not providing further infos, I did not find the time before now.
I just tested with version 1.7.2; there the problem has disappeared.

I guess this change mentioned in the change log is the relevant one:
+2016-07-01 Jussi Kivilinna <jussi.kivilinna@iki.fi>
+
+ Fix static build.
+ * tests/pubkey.c (_gcry_pk_util_get_nbits): Make function 'static'.

Thank you very much, the case can be closed.

Jul 31 2016, 12:11 AM · Not A Bug, Bug Report, libgcrypt

Jul 29 2016

gniibe removed a project from T2074: Redeclaration of internal functions to use "external" typedef prevents build on AIX: Restricted Project.
Jul 29 2016, 8:41 AM · Bug Report, libgcrypt
gniibe closed T2074: Redeclaration of internal functions to use "external" typedef prevents build on AIX as Resolved.
Jul 29 2016, 8:41 AM · Bug Report, libgcrypt
gniibe added a comment to T2074: Redeclaration of internal functions to use "external" typedef prevents build on AIX.

I confirmed on AIX 7.1 with GCC 4.8.1, libgcrypt 1.7.2 builds well. "make
check" goes success with no errors.
I'm closing this again, because the particular problem of typedef has been fixed.
If you have another issue, please open another report.

Jul 29 2016, 8:41 AM · Bug Report, libgcrypt

Jul 14 2016

werner removed a project from T2056: libgcrypt: make check fails "random" test on OS X 10.11 with link error: Too Old.
Jul 14 2016, 11:21 PM · Stalled, MacOS, Bug Report, libgcrypt
werner added a comment to T2056: libgcrypt: make check fails "random" test on OS X 10.11 with link error.

I see. We use system() in the random test to re-execute itself. This involves
the shell and thus the problem. Need to uses fork/exec or CreateProcess calls
for that test. I guess this needs to wait until we have moved that to code to
libgpg-error as our portability layer.

Jul 14 2016, 11:21 PM · Stalled, MacOS, Bug Report, libgcrypt
chdiza reopened T2056: libgcrypt: make check fails "random" test on OS X 10.11 with link error as "Open".
Jul 14 2016, 8:05 PM · Stalled, MacOS, Bug Report, libgcrypt
chdiza added a comment to T2056: libgcrypt: make check fails "random" test on OS X 10.11 with link error.

This is still a problem on OS X 10.11.5. OS X's System Integrity Protection
"feature" is causing that test failure. If S.I.P is disabled there's no problem.

A similar-looking test failure happens in perl
(https://rt.perl.org/Public/Bug/Display.html?id=126706). Perhaps the diagnosis is
the same here.

Jul 14 2016, 8:05 PM · Stalled, MacOS, Bug Report, libgcrypt
werner added a comment to T2074: Redeclaration of internal functions to use "external" typedef prevents build on AIX.

You may want to test 1.7.2 instead.

Jul 14 2016, 2:12 PM · Bug Report, libgcrypt
werner added a comment to T2347: Regression in cipher/ecc.c.

1.7.2 with the fix has been released

Jul 14 2016, 2:11 PM · Bug Report, libgcrypt
werner removed a project from T2347: Regression in cipher/ecc.c: Restricted Project.
Jul 14 2016, 2:11 PM · Bug Report, libgcrypt
werner closed T2347: Regression in cipher/ecc.c as Resolved.
Jul 14 2016, 2:11 PM · Bug Report, libgcrypt
werner removed a project from T2395: Libgcrypt error reading hashed value: Unreleased.
Jul 14 2016, 1:50 PM · Bug Report, libgcrypt
werner removed a project from T2396: libgcrypt 1.7.1 not compiling: Unreleased.
Jul 14 2016, 1:49 PM · Bug Report, libgcrypt
werner added a project to T2395: Libgcrypt error reading hashed value: Unreleased.
Jul 14 2016, 11:03 AM · Bug Report, libgcrypt
werner closed T2395: Libgcrypt error reading hashed value as Resolved.
Jul 14 2016, 11:03 AM · Bug Report, libgcrypt
werner added a comment to T2395: Libgcrypt error reading hashed value.

commit 3f98b1e adds a better fatal error message. Will be released with 1.7.2.

Jul 14 2016, 11:03 AM · Bug Report, libgcrypt

Jul 13 2016

werner closed T2396: libgcrypt 1.7.1 not compiling as Resolved.
Jul 13 2016, 3:08 PM · Bug Report, libgcrypt
werner added a comment to T2396: libgcrypt 1.7.1 not compiling.

It has been fixed with commit 4a983e3.

Jul 13 2016, 3:08 PM · Bug Report, libgcrypt
werner added a project to T2396: libgcrypt 1.7.1 not compiling: Unreleased.
Jul 13 2016, 3:08 PM · Bug Report, libgcrypt

Jul 2 2016

jukivili added a comment to T2388: Inform callers about memory alignment requirements of a cipher implementation.

Currently, there is no need for alignmask API. Implementations that we have at
the moment can handle unaligned data and some have fast paths for word-aligned
in/out buffers (which malloc can provide).

We could add section in documentation about appropiate memory alignment for best
performance, and tell to align buffers to cacheline size.

Jul 2 2016, 1:53 PM · libgcrypt, Feature Request
jukivili added a comment to T2396: libgcrypt 1.7.1 not compiling.

Hello,

I posted fix for this issue to mailing-list. See:
http://marc.info/?l=gcrypt-devel&m=146732375910584&w=2

Jul 2 2016, 1:39 PM · Bug Report, libgcrypt

Jun 30 2016

shweta_hari added a comment to T2396: libgcrypt 1.7.1 not compiling.

Hi,

Can you please let me know if we could get hold of the older version than
1.7.1 of libgcrypt ?

Jun 30 2016, 4:03 PM · Bug Report, libgcrypt

Jun 29 2016

shweta_hari added a comment to T2396: libgcrypt 1.7.1 not compiling.

Can you please let me know how we can fix this bug. We are using Redhat Linux 6
and the highest version it supports for gcc is 4.4.x . If we need to go for a
higher version we need to download source code and do the rpm( which may take
more time. )

Jun 29 2016, 9:36 AM · Bug Report, libgcrypt
gniibe added a comment to T2396: libgcrypt 1.7.1 not compiling.

It seems that it's the bug of libgcrypt.
https://lists.gnupg.org/pipermail/gcrypt-devel/2016-June/003901.html

Jun 29 2016, 9:30 AM · Bug Report, libgcrypt

Jun 23 2016

werner added a comment to T2395: Libgcrypt error reading hashed value.

Well it is a bug in your code and not in Libgcrypt. The md_read function is
guaranteed to always return a valid digest. However if you explicitly for SHA1
and SHA1 is not enabeld in the context we can't continue. Better use 0 as
second arg to md_read.

I will improve the error message for 1.7.2

Jun 23 2016, 10:25 AM · Bug Report, libgcrypt
gniibe added a comment to T2396: libgcrypt 1.7.1 not compiling.

I think that it requires GCC version 4.6 or later for AVX instruction.
4.9 or later is better.
Ideally, configure should check GCC version.

Jun 23 2016, 9:22 AM · Bug Report, libgcrypt
shweta_hari added projects to T2396: libgcrypt 1.7.1 not compiling: libgcrypt, Bug Report.
Jun 23 2016, 8:07 AM · Bug Report, libgcrypt

Jun 22 2016

FosterCL1 set Version to 1.6.1 on T2395: Libgcrypt error reading hashed value.
Jun 22 2016, 5:50 PM · Bug Report, libgcrypt
FosterCL1 added projects to T2395: Libgcrypt error reading hashed value: libgcrypt, Bug Report.
Jun 22 2016, 5:50 PM · Bug Report, libgcrypt

Jun 17 2016

smueller_chronox.de added projects to T2388: Inform callers about memory alignment requirements of a cipher implementation: Feature Request, libgcrypt.
Jun 17 2016, 11:30 AM · libgcrypt, Feature Request

Jun 16 2016

onitake added a comment to T2347: Regression in cipher/ecc.c.

Awesome, that did the trick!
Many thanks.

Jun 16 2016, 9:37 AM · Bug Report, libgcrypt
gniibe added a comment to T2347: Regression in cipher/ecc.c.

Sorry, my near sight. I only fixed cofactor support, in a case where "h" is
provided.
I should have fixed other parts, too. Now, I fixed in master:

http://git.gnupg.org/cgi-bin/gitweb.cgi?p=libgcrypt.git;a=commitdiff;h=0f3a069211d8d24a61aa0dc2cc6c4ef04cc4fab7;hp=fa917d2e24b0c98143a079ab4889ad8f69bee446

It is backported to 1.7 branch too.

libaacs should work with this patch.

Jun 16 2016, 4:16 AM · Bug Report, libgcrypt
gniibe changed Version from 1.7.0 to 1.7.0, 1.7.1 on T2347: Regression in cipher/ecc.c.
Jun 16 2016, 4:16 AM · Bug Report, libgcrypt
onitake added a comment to T2347: Regression in cipher/ecc.c.

Well, I still get a "Missing object" error in libaacs, and I'm not sure how to
fix it. But the patch is in, so I think the bug can be closed.

It seems the problem is around the code here:
http://git.videolan.org/?p=libaacs.git;a=blob;f=src/libaacs/crypto.c;h=4db7641ec8e9af3cdf056562de39a39e3fa0c09b;hb=HEAD#l308

And the error I get when I try to scan a disc with aacs_info is as follows:
crypto.c:587: _aacs_verify: gcry_pk_verify failed. error was: Missing item in object
aacs.c:1502: invalid signature in cached hrl

If you have any hints, I'd be very grateful. Thanks!

Jun 16 2016, 12:06 AM · Bug Report, libgcrypt

Jun 15 2016

werner added a comment to T2347: Regression in cipher/ecc.c.

Can we close this bug? (1.71 has been released)

Jun 15 2016, 10:11 PM · Bug Report, libgcrypt
werner added a project to T2336: libgcrypt 1.7.0 fails to be created: Not A Bug.
Jun 15 2016, 8:15 AM · Not A Bug, Bug Report, libgcrypt
werner closed T2336: libgcrypt 1.7.0 fails to be created as Resolved.
Jun 15 2016, 8:15 AM · Not A Bug, Bug Report, libgcrypt

Jun 4 2016

jf renamed T2378: t-lock and random tests crash on SPARC 32-bit from libgcrypt-1.7.0 t-lock test crashes on SPARC 32-bit to t-lock and random tests crash on SPARC 32-bit.
Jun 4 2016, 6:43 PM · Not A Bug, gpgrt, Bug Report
jf set Version to libgcrypt-1.7.0 on T2378: t-lock and random tests crash on SPARC 32-bit.
Jun 4 2016, 6:43 PM · Not A Bug, gpgrt, Bug Report
jf added a comment to T2378: t-lock and random tests crash on SPARC 32-bit.

libgcryp-1.7.0 t-lock and random test cases consistently crash on
SPARCv7 platform. On other platforms like x86/amd64/SPARCv9 the tests
succeed.

  • 8< ---

PASS: t-mpi-point
PASS: curves
/bin/bash: line 5: 6557 Bus Error (core dumped)
GCRYPT_IN_REGRESSION_TEST=1 ${dir}$tst
FAIL: t-lock
PASS: prime

[...]

PASS: fips186-dsa
PASS: aeswrap
PASS: pkcs1v2
random: running './random --in-recursion --early-rng-check' failed
FAIL: random
PASS: dsa-rfc6979

256 of 1026 tests done
512 of 1026 tests done
  • 8< ---
Jun 4 2016, 6:43 PM · Not A Bug, gpgrt, Bug Report

Jun 3 2016

jf added projects to T2378: t-lock and random tests crash on SPARC 32-bit: libgcrypt, Bug Report.
Jun 3 2016, 10:43 PM · Not A Bug, gpgrt, Bug Report

May 10 2016

gniibe added a comment to T2349: Composing a private key from raw key material.

This will be useful for GnuPG itself. For example, currently in
gnupg/agent/command-ssh.c, we have a function ssh_receive_key which compose a
private key from 'ssh-add'. With this API, it will be cleaned up.

May 10 2016, 2:29 PM · libgcrypt, Feature Request
gniibe added projects to T2349: Composing a private key from raw key material: Feature Request, libgcrypt.
May 10 2016, 2:16 PM · libgcrypt, Feature Request

May 6 2016

werner renamed T2074: Redeclaration of internal functions to use "external" typedef prevents build on AIX from Redeclaration of internal functions to use "external" typedef prevents build to Redeclaration of internal functions to use "external" typedef prevents build on AIX.
May 6 2016, 8:33 PM · Bug Report, libgcrypt
werner removed a project from T1736: FIPS 186-4 compliance patches: Restricted Project.
May 6 2016, 8:32 PM · libgcrypt, Feature Request
werner added a comment to T1736: FIPS 186-4 compliance patches.

Shoul all be done for 1.7.0.

May 6 2016, 8:32 PM · libgcrypt, Feature Request
werner closed T1736: FIPS 186-4 compliance patches as Resolved.
May 6 2016, 8:32 PM · libgcrypt, Feature Request
werner closed T2321: undefined reference to `gpgrt_annotate_leaked_object' as Resolved.
May 6 2016, 8:13 PM · Bug Report, libgcrypt, Not A Bug
werner added a comment to T2321: undefined reference to `gpgrt_annotate_leaked_object'.

Given that a released version of libgpg-error does now exist, the problem should
be solved even for further versions taken from the repo.

May 6 2016, 8:13 PM · Bug Report, libgcrypt, Not A Bug
gniibe added a project to T2347: Regression in cipher/ecc.c: Restricted Project.
May 6 2016, 10:21 AM · Bug Report, libgcrypt
gniibe set Version to 1.7.0 on T2347: Regression in cipher/ecc.c.
May 6 2016, 10:21 AM · Bug Report, libgcrypt
gniibe added a comment to T2347: Regression in cipher/ecc.c.

Cofactor is defined by the curve. I guess that the cofactor of the curve in
libaacs is 1. Although my patch includes the code which gets cofactor from key
parameters, the ECDSA computation itself doesn't use cofactor actually.

Well, I haven't expected there is a user who uses (flags param), because it was
mostly for our development. There must be more bugs around that...

May 6 2016, 10:21 AM · Bug Report, libgcrypt
onitake added a comment to T2347: Regression in cipher/ecc.c.

I encountered this bug when I tried to use libgcrypt-HEAD with libaacs.
libaacs uses ECDSA, and when it calls gcry_pk_verify(), I get GPG_ERR_NO_OBJ
because the sexp was constructed without the h parameter.

May 6 2016, 9:50 AM · Bug Report, libgcrypt
gniibe added a comment to T2347: Regression in cipher/ecc.c.

Good catch.
Fixed in c7430aa752232aa690c5d8f16575a345442ad8d7.

May 6 2016, 6:25 AM · Bug Report, libgcrypt
gniibe claimed T2347: Regression in cipher/ecc.c.
May 6 2016, 6:25 AM · Bug Report, libgcrypt

May 5 2016

onitake added projects to T2347: Regression in cipher/ecc.c: libgcrypt, Bug Report.
May 5 2016, 11:00 AM · Bug Report, libgcrypt

Apr 26 2016

werner added a comment to T2321: undefined reference to `gpgrt_annotate_leaked_object'.

A beta version is not a released version. For example SO numbers may be
different. BTW 1.22 has been released.

Apr 26 2016, 11:44 AM · Bug Report, libgcrypt, Not A Bug