summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Expand)AuthorAgeFilesLines
* Release 3.7.13.7.1Daiki Ueno2021-03-101-1/+1
* Merge branch 'wip/dueno/valgrind' into 'master'Daiki Ueno2021-02-191-1/+1
|\
| * safe-memfuncs: rely on explicit_bzero implementation from gnulibDaiki Ueno2021-02-171-1/+1
* | fips: replace fipshmac usage with internal programOndrej Moris2021-02-171-0/+1
|/
* configure.ac: fix "nettle_rsa_sec_decrypt" check errorDmitriy Tsvettsikh2021-02-171-1/+1
* Merge branch 'wip/dueno/guile-fixes' into 'master'Daiki Ueno2021-02-151-1/+1
|\
| * configure.ac: include <libguile.h> when checking scm_* functionsDaiki Ueno2020-11-231-1/+1
* | configure.ac: fix misleading --help output on guile bindingsDaiki Ueno2021-02-131-1/+1
* | configure: Remove -no_weak_links from LDFLAGS after detecting function availa...Martin Storsjo2021-01-081-1/+18
* | Release 3.7.03.7.0Daiki Ueno2020-12-021-1/+1
|/
* build: hard require nettle 3.6Daiki Ueno2020-11-041-72/+0
* bootstrap.conf: exercise more tests from GnulibDaiki Ueno2020-10-271-1/+1
* configure.ac: don't enable warning only available in decent gccDaiki Ueno2020-09-171-0/+1
* gnulib: update git submoduleDaiki Ueno2020-09-171-1/+1
* Merge branch 'tmp-type-limits' into 'master'Daiki Ueno2020-08-181-0/+1
|\
| * minitasn1: move WARN_CFLAGS setting to configure.actmp-type-limitsDaiki Ueno2020-08-131-0/+1
* | Merge branch 'tmp-public-header-guards' into 'master'Daiki Ueno2020-08-141-1/+0
|\ \ | |/ |/|
| * Add or clean header guards in lib/includes/gnutls/tmp-public-header-guardsTim Rühsen2019-05-081-1/+0
* | Detect Python interpreter instead of assuming "python"Fiona Klute2020-06-161-0/+3
* | Merge branch 'tmp-gettext' into 'master'Dmitry Baryshkov2020-06-141-0/+3
|\ \
| * | configure.ac: prefer the latest version of build infrastructuretmp-gettextDaiki Ueno2020-06-081-0/+3
* | | configure: improve nettle, gmp, and hogweed soname detectionVitezslav Cizek2020-06-091-3/+12
|/ /
* | Merge branch 'gost-split-6' into 'master'Dmitry Baryshkov2020-06-061-0/+31
|\ \
| * | nettle/gost: add CMAC-64/Magma/Kuznyechik codeDmitry Eremin-Solenikov2020-06-071-0/+19
| * | nettle/gost: add Kuznyechik codeDmitry Eremin-Solenikov2020-06-071-0/+6
| * | nettle/gost: add Magma codeDmitry Eremin-Solenikov2020-06-071-0/+6
* | | Merge the extra libraries to link dynamically in GNUTLS_LIBS_PRIVATESteve Lhomme2020-06-061-6/+6
|/ /
* | Release 3.6.14 [ci skip]Daiki Ueno2020-06-031-1/+1
* | Merge branch 'nowincrypt' into 'master'Dmitry Baryshkov2020-05-311-0/+7
|\ \
| * | win32: use bcrypt instead of CryptoAPI on Vista+ for random numbersSteve Lhomme2020-05-281-0/+7
* | | Merge branch 'fix-valgrind' into 'master'Dmitry Baryshkov2020-05-311-0/+4
|\ \ \
| * | | configure.ac: add -fno-builtin-strcmp if valgrind is enabledDmitry Baryshkov2020-05-261-0/+4
* | | | Merge branch 'tmp-fix-macosx-link' into 'master'Dmitry Baryshkov2020-05-301-1/+1
|\ \ \ \
| * | | | configure: check that -no_weak_links works with FD_SETDmitry Baryshkov2020-05-261-1/+1
* | | | | Merge branch 'tmp-fileio' into 'master'Daiki Ueno2020-05-301-1/+0
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | gnulib: update git submoduleDaiki Ueno2020-05-291-1/+0
| | |/ / | |/| |
* | | | configure.ac: determine if the Vista APIs can be linked staticallySteve Lhomme2020-05-271-0/+17
| |/ / |/| |
* | | win32: link with crypt32Steve Lhomme2020-05-201-0/+2
|/ /
* | Merge branch 'tmp-siv' into 'master'Dmitry Baryshkov2020-05-041-3/+17
|\ \
| * | nettle: vendor in SIV-CMAC implementationDaiki Ueno2020-05-041-0/+7
| * | nettle: avoid manual backports of CFB8, CMAC, and XTSDaiki Ueno2020-05-041-0/+8
| * | configure.ac: fix broken nettle_cfb8_decrypt detectionDaiki Ueno2020-05-041-3/+2
* | | Merge branch 'tmp-reproducible-build' into 'master'Tim Rühsen2020-05-041-4/+0
|\ \ \ | |/ / |/| |
| * | New make target 'update-copyright-year'tmp-reproducible-buildTim Rühsen2020-05-011-4/+0
* | | gost: use gostdsa-vko from nettle 3.6rc3Dmitry Baryshkov2020-04-281-6/+0
|/ /
* | fips: check library soname during configuretmp-check-sonameDaiki Ueno2020-04-241-0/+43
* | gost: update gostdsa_vko to follow NettleDmitry Baryshkov2020-04-211-0/+6
* | nettle: use new imported source files for GOST DSADmitry Baryshkov2020-04-141-14/+5
* | Merge branch 'tmp-valgrind-memcheck' into 'master'Nikos Mavrogiannopoulos2020-04-051-0/+2
|\ \
| * | build: use valgrind client request to detect undefined memory usetmp-valgrind-memcheckDaiki Ueno2020-04-041-0/+2