summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Release 3.6.163.6.16gnutls_3_6_xDaiki Ueno2021-05-243-3/+21
* devel: regenerate abidw dump filesDaiki Ueno2021-05-242-16692/+25238
* Merge branch 'wip/dueno/addrconfig-3.6' into 'gnutls_3_6_x'Daiki Ueno2021-05-211-5/+1
|\
| * serv: stop setting AI_ADDRCONFIG on getaddrinfoDaiki Ueno2021-05-211-5/+1
|/
* Merge branch 'wip/dueno/ecdsa-verify-3.6.x' into 'gnutls_3_6_x'Daiki Ueno2021-05-118-1/+119
|\
| * nettle: port upstream hardening of EC point multiplicationDaiki Ueno2021-05-118-1/+119
* | Merge branch 'wip/dueno/realloc-3.6.x' into 'gnutls_3_6_x'Daiki Ueno2021-04-043-39/+62
|\ \ | |/ |/|
| * str: suppress -Wunused-function if AGGRESSIVE_REALLOC is definedDaiki Ueno2021-04-041-9/+9
| * _gnutls_buffer_resize: account for unused area if AGGRESSIVE_REALLOCDaiki Ueno2021-04-041-2/+2
| * pre_shared_key: avoid use-after-free around reallocDaiki Ueno2021-04-041-3/+12
| * key_share: avoid use-after-free around reallocDaiki Ueno2021-04-041-7/+5
| * _gnutls_buffer_resize: add option to use allocation simpler logicDaiki Ueno2021-04-041-0/+32
| * gnutls_buffer_append_data: remove duplicated codeDaiki Ueno2021-04-041-20/+4
|/
* Merge branch 'wip/dueno/test-fixes-3.6' into 'gnutls_3_6_x'Daiki Ueno2021-04-045-13/+173
|\
| * gnulib: parse-datetime: port build fixes from upstream gnulibDaiki Ueno2021-04-031-0/+128
| * Update year of copyright notices in doc/gnutls.texiFiona Klute2021-04-021-2/+2
| * testpkcs11: use datefudge to trick certificate expiryDaiki Ueno2021-01-262-1/+16
| * tests: Fix tpmtool_test due to changes in trousersStefan Berger2021-01-261-10/+27
|/
* Release 3.6.153.6.15Daiki Ueno2020-09-043-3/+10
* Merge branch 'tmp-renegotiation-3_6_x' into 'gnutls_3_6_x'Daiki Ueno2020-09-044-13/+36
|\
| * handshake: reject no_renegotiation alert if handshake is incompletetmp-renegotiation-3_6_xDaiki Ueno2020-09-034-13/+36
|/
* Merge branch 'tmp-backport-3.6' into 'gnutls_3_6_x'Daiki Ueno2020-09-03148-281/+2361
|\
| * NEWS: Mention 3.6.15 changestmp-backport-3.6Daiki Ueno2020-09-031-0/+27
| * handshake: check TLS version against modified server prioritiesDaiki Ueno2020-09-032-12/+39
| * gnutls_aead_cipher_decrypt: check output buffer size before writingDaiki Ueno2020-09-032-0/+91
| * gnutls_x509_crt_export2: return 0 instead of the lengthDaiki Ueno2020-09-032-4/+11
| * minitasn1: move WARN_CFLAGS setting to configure.acDaiki Ueno2020-09-032-4/+1
| * _gnutls_fips_mode_enabled: treat selftest failure as FIPS disabledDaiki Ueno2020-09-031-1/+10
| * doc: assorted typo fixesDaiki Ueno2020-09-0323-31/+31
| * serv, cli: ensure that invalid flag is always setDaiki Ueno2020-09-031-1/+4
| * cert-session: fail hard if mandatory stapling is not honoredDaiki Ueno2020-09-031-0/+1
| * mangle gnutls-built ecc_scalar_randomSteve Lhomme2020-08-311-1/+7
| * pubkey: avoid spurious audit messages from _gnutls_pubkey_compatible_with_sig()Petr Pavlu2020-08-311-4/+7
| * ecdh: perform SP800-56A rev3 full pubkey validation on keygenDaiki Ueno2020-08-311-2/+180
| * dh: perform SP800-56A rev3 full pubkey validation on keygenDaiki Ueno2020-08-311-0/+90
| * dh-primes: make the FIPS approved check return Q valueDaiki Ueno2020-08-313-20/+30
| * ecdh: check validity of P before exportDaiki Ueno2020-08-311-6/+21
| * dh: check validity of Z before exportDaiki Ueno2020-08-311-9/+17
| * build: use $(LIBPTHREAD) rather than non-existent $(LTLIBPTHREAD)James Bottomley2020-08-312-3/+9
| * .gitlab-ci: disable config.cache for nettle-master buildsDmitry Baryshkov2020-08-311-2/+2
| * tests: split up system-override-sig-hash.shAlexander Sosedkin2020-08-313-20/+46
| * fix connectx not available on older macOS SDKSteve Lhomme2020-08-311-3/+11
| * safe_memcmp: remove in favor of gnutls_memcmpDaiki Ueno2020-08-316-17/+9
| * dhe: check if DH params in SKE match the FIPS approved algorithmsDaiki Ueno2020-08-3131-32/+521
| * dh-primes: add MODP primes from RFC 3526Daiki Ueno2020-08-312-0/+962
| * Wipe session ticket keys before releasing the session structureFiona Klute2020-08-311-0/+8
| * Modied the license to GPLv2.1+ to keep with LICENSE file.Lei Maohui2020-08-312-18/+22
| * Update tlsfuzzer to get Python interpreter detectionFiona Klute2020-08-310-0/+0
| * Detect Python interpreter instead of assuming "python"Fiona Klute2020-08-314-6/+18
| * .gitlab-ci.yml: bump configure cache versionDaiki Ueno2020-08-311-1/+1