summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
| * .gitignore: ignore more filesDaiki Ueno2020-08-311-1/+27
| * build: avoid -Wenum-conversion warnings with GCC 10Daiki Ueno2020-08-3112-20/+33
| * refine tests for ancient servers which support both SSL 3.0 and TLS 1.0, but ...Daniel Lenski2020-08-312-5/+24
| * tests/cert-test/invalid-sig: use datefudge to test expired certsDaiki Ueno2020-08-311-18/+25
| * tests: check_for_datefudge: don't exit the test programsDaiki Ueno2020-08-3148-48/+53
| * configure.ac: prefer the latest version of build infrastructureDaiki Ueno2020-08-311-0/+3
| * configure: improve nettle, gmp, and hogweed soname detectionVitezslav Cizek2020-08-311-3/+12
| * tests: updated tlsfuzzer tests to latest versionKrenzelokFrantisek2020-08-312-0/+2
| * gnutls_cipher_init: fix potential memleakDaiki Ueno2020-08-311-4/+14
| * gnutls_aead_cipher_init: fix potential memleakDaiki Ueno2020-08-311-4/+11
| * serv: omit upper bound of --maxearlydata option definitionDaiki Ueno2020-08-311-1/+1
|/
* Merge branch 'tmp-fix-iov-3_6' into 'gnutls_3_6_x'Daiki Ueno2020-06-212-40/+29
|\
| * crypto-api: always allocate memory when serializing iovec_ttmp-fix-iov-3_6Daiki Ueno2020-06-142-40/+29
* | Merge branch 'fix-vista-ci-3_6_x' into 'gnutls_3_6_x'Dmitry Baryshkov2020-06-151-2/+45
|\ \ | |/ |/|
| * CI: fix typo in the Vista targetSteve Lhomme2020-06-151-2/+45
|/
* Merge branch 'tmp-fix-36-mandatory-lib' into 'gnutls_3_6_x'Dmitry Baryshkov2020-06-073-8/+8
|\
| * Merge the extra libraries to link dynamically in GNUTLS_LIBS_PRIVATESteve Lhomme2020-06-073-8/+8
|/
* Merge branch 'tmp-release-3.6.14' into 'master'3.6.14Daiki Ueno2020-06-033-4/+36
|\
| * Release 3.6.14 [ci skip]Daiki Ueno2020-06-033-4/+36
|/
* Merge branch 'tmp-totp-init' into 'master'Daiki Ueno2020-06-034-19/+23
|\