summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* build: attempt to fix build issues on FreeBSDtmp-fix-ecc-freebsdDmitry Baryshkov2020-04-161-7/+15
* Merge branch 'no-nettle-internal' into 'master'Dmitry Baryshkov2020-04-1531-5069/+499
|\
| * gitlab CI: when calling cppcheck ignore lib/nettle/ecc rather than lib/nettle...Dmitry Baryshkov2020-04-152-4/+12
| * gitlab-ci: add test for usage of nettle/hogweed internal symbolsDmitry Baryshkov2020-04-141-0/+1
| * nettle: vendor in poly1305 codeDmitry Baryshkov2020-04-142-2/+5
| * gost: import _nettle_write_le32 to stop using Nettle's internal symbolDmitry Baryshkov2020-04-143-1/+73
| * nettle: use new imported source files for GOST DSADmitry Baryshkov2020-04-1426-5008/+304
| * build: import-curve448 -> import-eccDmitry Baryshkov2020-04-144-51/+51
| * devel: modify curve448 script to import gost sourcesDmitry Baryshkov2020-04-131-13/+54
| * import-chacha: fix several additional symbol clashesDmitry Baryshkov2020-04-131-1/+3
| * curve448: import write-le64.c which defines internal symbolDmitry Baryshkov2020-04-132-0/+3
| * import-curve448: fix several additional symbol clashesDmitry Baryshkov2020-04-131-1/+5
|/
* Merge branch 'ftbfs20201024' into 'master'Nikos Mavrogiannopoulos2020-04-061-0/+11
|\
| * tests: Fix status-request-revoked after 2020-10-24Bernhard M. Wiedemann2020-04-051-0/+11
|/
* Merge branch 'tmp-valgrind-memcheck' into 'master'Nikos Mavrogiannopoulos2020-04-053-3/+35
|\
| * build: use valgrind client request to detect undefined memory usetmp-valgrind-memcheckDaiki Ueno2020-04-043-3/+35
* | Merge branch 'compare_dn' into 'master'Nikos Mavrogiannopoulos2020-04-056-15/+187
|\ \
| * | Compare DNs by comparing their string representationsPierre Ossman2020-04-035-4/+185
| * | Properly compare DNs when checking sortingPierre Ossman2020-04-031-11/+2
|/ /
* | Merge branch 'tmp-libidn-simplify' into 'master'Nikos Mavrogiannopoulos2020-04-033-100/+10
|\ \
| * | IDNA: require libidn2 2.0.0Nikos Mavrogiannopoulos2020-03-313-100/+10
|/ /
* | NEWS: updated for release3.6.13Nikos Mavrogiannopoulos2020-03-311-2/+3
|/
* NEWS: doc updateNikos Mavrogiannopoulos2020-03-301-3/+3
* bumped versionNikos Mavrogiannopoulos2020-03-302-4/+4
* Merge branch 'tmp-added-reproducer-for-960' into 'master'Nikos Mavrogiannopoulos2020-03-304-1/+610
|\
| * NEWS: doc updatetmp-added-reproducer-for-960Nikos Mavrogiannopoulos2020-03-301-0/+5
| * tests: added check for random value of client and server hello in TLSNikos Mavrogiannopoulos2020-03-302-1/+268
| * tests: added reproducer for client hello random value behavior in DTLSNikos Mavrogiannopoulos2020-03-302-1/+338
* | Merge branch 'fix-padlock' into 'master'Nikos Mavrogiannopoulos2020-03-302-4/+7
|\ \
| * | padlock: fix exception in wrap_padlock_hash_fastDmitry Baryshkov2020-03-281-1/+0
| * | padlock: fix exception in sha codeDmitry Baryshkov2020-03-281-0/+2
| * | padlock: make cbc code return error properlyDmitry Baryshkov2020-03-281-3/+5
* | | psk: added checks to satisfy static analyzersNikos Mavrogiannopoulos2020-03-301-0/+6
| |/ |/|
* | Merge branch 'fix-dlts-client-zero-random' into 'master'Nikos Mavrogiannopoulos2020-03-291-1/+1
|\ \
| * | dtls client hello: fix zeroed random (fixes #960)Stefan Bühler2020-03-271-1/+1
|/ /
* | Merge branch 'better_SSL3.0_tests' into 'master'Nikos Mavrogiannopoulos2020-03-274-2/+49
|\ \
| * | add NEWS entryDaniel Lenski2020-03-221-0/+3
| * | add additional tests of SSL 3.0 (with extensions, and with cipher suites not ...Daniel Lenski2020-03-223-1/+42
| * | test_ssl3: minimize cipher suites to those actually included in SSL 3.0Daniel Lenski2020-03-221-2/+5
| * | SSL 3.0 (RFC6101) doesn't actually appear to require extensions, and some ser...Daniel Lenski2020-03-221-1/+1
| |/
* | Merge branch 'tmp-get-keylog-func' into 'master'Daiki Ueno2020-03-259-0/+27
|\ \
| * | gnutls_session_get_keylog_function: new functiontmp-get-keylog-funcDaiki Ueno2020-03-229-0/+27
* | | Merge branch 'fix_echo_serv' into 'master'Daiki Ueno2020-03-241-2/+2
|\ \ \
| * | | gnutls-serv: Do not exit when a message to be echoed is receivedAnderson Toshiyuki Sasaki2020-03-241-2/+2
* | | | Merge branch 'ajuaristi-issue-586' into 'master'Nikos Mavrogiannopoulos2020-03-2427-5212/+6436
|\ \ \ \ | |/ / / |/| | |
| * | | _gnutls_check_id_for_change: ensure that we check the username lengthajuaristi-issue-586Nikos Mavrogiannopoulos2020-03-233-5/+8
| * | | Ensure that an incorrectly formatted password file doesn't cause invalid memo...Nikos Mavrogiannopoulos2020-03-231-1/+2
| * | | Update NEWS fileAnder Juaristi2020-03-231-0/+7
| * | | Update filesAnder Juaristi2020-03-232-5077/+5568
| * | | psk: Allow non-NULL PSK usernamesAnder Juaristi2020-03-2322-132/+854