summaryrefslogtreecommitdiff
path: root/recipes-support/gnutls
AgeCommit message (Collapse)Author
2017-01-11gnutls: backport split initialization in preinit and initMax Krummenacher
From https://bugzilla.redhat.com/show_bug.cgi?id=1387141: Description of problem: GnuTLS initializes its random generator on the library constructor. That has the side effect that applications which load early on boot process may block for significant time even when they wouldn't otherwise use the random generator. connmand is hit by the above issue. Backport the relevant patches. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Stefan Agner <stefan.agner@toradex.com>
2015-03-31gnutls: remove bbappendMax Krummenacher
gnutls recipe now detects pthread in configure task correctly.
2014-08-04gnutls: hack to use libpthreadMax Krummenacher
gnutls use libgcrypt and should init gcrypt's mutex functionality but does not. This leads to asserts in libgcrypt: Ohhhh jeeee: Assertion `pool_is_locked' failed (random-csprng.c:615:mix_pool) This patch hacks autoconf to always use libpthread and thus initalizes libgcrypt with working mutex functions.