summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | IDNA: require libidn2 2.0.0Nikos Mavrogiannopoulos2020-03-311-17/+9
|/ /
* | bumped versionNikos Mavrogiannopoulos2020-03-301-1/+1
* | nettle: vendor in ChaCha20 implementation from nettleDaiki Ueno2020-03-191-0/+9
* | nettle/gost: support use GOST DSA support from master branchDmitry Baryshkov2020-01-301-0/+9
* | nettle: vendor in Curve448 and Ed448 implementationDaiki Ueno2020-01-231-0/+10
* | ecore cli: updated and rewritten to use libevNikos Mavrogiannopoulos2020-01-031-1/+11
* | Merge branch 'wip-arch-independent-scm' into 'master'Nikos Mavrogiannopoulos2020-01-011-0/+10
|\ \
| * | guile: Arrange to make 'gnutls.scm' architecture-independent.Ludovic Courtès2019-12-261-0/+10
* | | x509: do not tolerate invalid DER timeNikos Mavrogiannopoulos2019-12-261-0/+1
* | | abi: updated to latest const changes and added NEWS entrytmp-more-const-1Nikos Mavrogiannopoulos2019-12-101-1/+1
* | | Revert "Released 3.6.11.1 including missing files"gnutls_3_6_11_1Nikos Mavrogiannopoulos2019-12-021-1/+1
* | | Released 3.6.11.1 including missing filesNikos Mavrogiannopoulos2019-12-021-1/+1