summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix abi-check failuretmp-fix-abi-checkTim Rühsen2019-01-251-1/+1
* NEWS: updatedgnutls_3_6_6Nikos Mavrogiannopoulos2019-01-251-3/+4
* src/Makefile.am: remove .bak files before autogeneratingNikos Mavrogiannopoulos2019-01-251-0/+2
* bumped versionsNikos Mavrogiannopoulos2019-01-253-3/+5
* Makefile.am: require guile-2.2 for releaseNikos Mavrogiannopoulos2019-01-251-0/+1
* priorities: when %NO_EXTENSIONS is specified disable TLS1.3Nikos Mavrogiannopoulos2019-01-254-6/+13
* Merge branch 'tmp-fix-no-extensions' into 'master'Nikos Mavrogiannopoulos2019-01-244-5/+11
|\
| * The flag %NO_EXTENSIONS is disabling extension support while being functionaltmp-fix-no-extensionsNikos Mavrogiannopoulos2019-01-104-5/+11
* | Merge branch 'tmp-ametzler-certtool-manpage-formatting' into 'master'Tim Rühsen2019-01-241-5/+4
|\ \
| * | certtool.1: fix formattingAndreas Metzler2019-01-241-5/+4
|/ /
* | Merge branch 'tmp-record-size-limit-fixes' into 'master'Daiki Ueno2019-01-248-6/+461
|\ \
| * | tlsfuzzer: update to the latest upstream for record_size_limit testsDaiki Ueno2019-01-244-1/+23
| * | tests: check record_size_limit is reset after resumptionDaiki Ueno2019-01-233-1/+427
| * | constate: don't restore max_record_recv_size from resumed dataDaiki Ueno2019-01-231-3/+8
| * | ext/record_size_limit: mark it as mandatory extensionDaiki Ueno2019-01-231-1/+1
| * | ext/record_size_limit: reject too large extension payloadDaiki Ueno2019-01-231-0/+2
* | | Merge branch 'tmp-fix-macosx' into 'master'Nikos Mavrogiannopoulos2019-01-243-3/+5
|\ \ \
| * | | configure.ac: fix substitution for libatomictmp-fix-macosxDmitry Eremin-Solenikov2019-01-241-1/+4
| * | | .travis.yml: avoid installing submodulesNikos Mavrogiannopoulos2019-01-231-1/+0
| * | | update on "Fix gnutls.pc for multiarch builds"Nikos Mavrogiannopoulos2019-01-231-1/+1
* | | | Merge branch 'tmp-fix-udp-serv' into 'master'Dmitry Eremin-Solenikov2019-01-233-3/+88
|\ \ \ \
| * | | | gnutls-serv: improvements in UDP servertmp-fix-udp-servNikos Mavrogiannopoulos2019-01-233-3/+88
| | |/ / | |/| |
* | | | Merge branch 'tmp-priority-linear' into 'master'Tim Rühsen2019-01-231-20/+15
|\ \ \ \ | |_|/ / |/| | |
| * | | set_ciphersuite_list(): Use linear approach to cleanup prioritiestmp-priority-linearTim Rühsen2019-01-231-20/+15
* | | | Merge branch 'master' into 'master'Nikos Mavrogiannopoulos2019-01-232-1/+4
|\ \ \ \
| * | | | configure.ac: add comment for -latomicFabrice Fontaine2019-01-231-0/+1
| * | | | configure.ac: check if libatomic is neededFabrice Fontaine2019-01-172-1/+3
* | | | | Merge branch 'tmp-test-tickets' into 'master'Nikos Mavrogiannopoulos2019-01-233-1/+101
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | tests: added tests for multiple ticket receptiontmp-test-ticketsNikos Mavrogiannopoulos2019-01-233-1/+101
* | | | | Merge branch 'tmp-key-rsa-pss' into 'master'Dmitry Eremin-Solenikov2019-01-233-2/+21
|\ \ \ \ \
| * | | | | gnutls_pkcs11_privkey_import_url: enable RSA-PSS only when an RSA key can signtmp-key-rsa-pssNikos Mavrogiannopoulos2019-01-223-2/+21
* | | | | | Merge branch 'tmp-update-gnulib' into 'master'Nikos Mavrogiannopoulos2019-01-231-0/+0
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Update gnulibTim Rühsen2019-01-231-0/+0
| | |_|/ / | |/| | |
* | | | | Merge branch 'tmp-alerts-fix' into 'master'Nikos Mavrogiannopoulos2019-01-231-7/+13
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | gnutls_alert_send_appropriate: do not send alert to peer on all errorstmp-alerts-fixNikos Mavrogiannopoulos2019-01-231-7/+11
| * | | | alert: associate unsupported curve alerts with handshake failureNikos Mavrogiannopoulos2019-01-221-0/+2
| |/ / /
* | | | Merge branch 'tmp-fix-libs-private' into 'master'Tim Rühsen2019-01-221-7/+7
|\ \ \ \
| * | | | Fix gnutls.pc for multiarch buildstmp-fix-libs-privateTim Rühsen2019-01-171-7/+7
| | |/ / | |/| |
* | | | Merge branch 'tmp-fix-fuzzer-timeout' into 'master'Tim Rühsen2019-01-221-0/+8
|\ \ \ \ | |_|/ / |/| | |
| * | | Avoid excessive CPU usage in gnutls_idna_map()tmp-fix-fuzzer-timeoutTim Rühsen2019-01-201-0/+8
| |/ /
* | | Merge branch 'tmp-check-if-signed' into 'master'Tim Rühsen2019-01-202-0/+43
|\ \ \
| * | | Check for Signed-off-by: in CITim Rühsen2019-01-202-0/+43
|/ / /
* | | Merge branch 'tmp-fix-crypto-selftests' into 'master'Tim Rühsen2019-01-191-3/+3
|\ \ \
| * | | crypto-selftests.c: Fix checking return valuetmp-fix-crypto-selftestsTim Rühsen2019-01-191-3/+3
| |/ /
* | | Merge branch 'tmp-init-var-x509dn' into 'master'Nikos Mavrogiannopoulos2019-01-191-1/+1
|\ \ \
| * | | Fix uninitialized variable in tests/x509dn.ctmp-init-var-x509dnTim Rühsen2019-01-191-1/+1
| |/ /
* | | Merge branch 'tmp-authors' into 'master'Tim Rühsen2019-01-194-57/+31
|\ \ \ | |/ / |/| |
| * | auto-generate the AUTHORS filetmp-authorsNikos Mavrogiannopoulos2019-01-194-57/+31
|/ /
* | Merge branch 'tmp-fix-certtools' into 'master'Nikos Mavrogiannopoulos2019-01-141-1/+1
|\ \
| * | certtool: data encipherment is disabled by defaulttmp-fix-certtoolsNikos Mavrogiannopoulos2019-01-141-1/+1
|/ /