summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* KTLS: APIktls_apiFrantisek Krenzelok2021-11-3013-214/+269
* Merge branch 'wip/dueno/config-allowlisting' into 'master'Daiki Ueno2021-11-2922-148/+1690
|\
| * priority: support allowlisting in configuration fileDaiki Ueno2021-11-2922-201/+1548
| * priority: refactor config file parsingDaiki Ueno2021-11-246-57/+252
* | Merge branch 'wip/dueno/valgrind-tests' into 'master'Daiki Ueno2021-11-274-7/+14
|\ \
| * | build: update to use the latest valgrind-tests module from GnulibDaiki Ueno2021-11-274-7/+14
| |/
* | Merge branch 'fix_non_vla_02' into 'master'Daiki Ueno2021-11-261-3/+8
|\ \ | |/ |/|
| * sockets: fixed compiler warning on Windows x32Evgeny Grin2021-11-261-0/+2
| * sockets: fixed building for Windows with compilers without VLA supportEvgeny Grin2021-11-261-3/+6
|/
* Merge branch 'wip/dueno/thr' into 'master'Daiki Ueno2021-11-2213-290/+300
|\
| * locks: deprecate gnutls_global_set_mutexDaiki Ueno2021-11-171-15/+6
| * locks: use once execution for on-demand initialization of globalsDaiki Ueno2021-11-178-31/+90
| * locks: rework rwlock primitivesDaiki Ueno2021-11-173-79/+142
| * pkcs11: switch to using static mutexDaiki Ueno2021-11-172-12/+3
| * verify-tofu: switch to using static mutex for lockingDaiki Ueno2021-11-172-12/+4
| * locks: replace custom mutex wrappers with "glthread/lock.h"Daiki Ueno2021-11-176-144/+58
|/
* Merge branch 'wip/dueno/tpm2' into 'master'Daiki Ueno2021-11-1417-11/+1710
|\
| * Port openconnect TPM2 codeNikos Mavrogiannopoulos2021-11-1317-11/+1710
* | Merge branch 'abs-top-builddir-fix' into 'master'Daiki Ueno2021-11-114-0/+4
|\ \ | |/ |/|
| * tests: set $abs_top_builddir in more placesAlexander Sosedkin2021-11-104-0/+4
|/
* Merge branch 'wip/dueno/system_wide_priority_strings_init' into 'master'Daiki Ueno2021-11-054-108/+134
|\
| * priority: rework config reloading logic and lockingDaiki Ueno2021-11-054-106/+141
| * Revert "priority: fix potential race in reloading system-wide config"Daiki Ueno2021-11-031-15/+6
|/
* Merge branch 'wip/dueno/abi-dump-release' into 'master'Daiki Ueno2021-10-303-22/+46
|\
| * devel: update release procedure taking into account of abi-dumpDaiki Ueno2021-10-263-22/+46
* | Merge branch 'wip/dueno/priority-race' into 'master'Daiki Ueno2021-10-301-6/+15
|\ \
| * | priority: fix potential race in reloading system-wide configDaiki Ueno2021-10-301-6/+15
* | | Merge branch 'wip/asosedki/gitlab-ci-speed-up-cppcheck' into 'master'Daiki Ueno2021-10-281-2/+6
|\ \ \ | |/ / |/| |
| * | .gitlab-ci.yml: add caching to cppcheckAlexander Sosedkin2021-10-271-2/+6
|/ /
* | Merge branch 'wip/asosedki/hash-filters-prf' into 'master'Daiki Ueno2021-10-214-14/+122
|\ \ | |/ |/|
| * NEWS: add a notice of insecure-hash filtering ciphersuites on PRFAlexander Sosedkin2021-10-211-0/+3
| * tests: add system-override-hash-influences-prfAlexander Sosedkin2021-10-212-1/+90
| * priority: filter out ciphersuites with prf blocked by insecure-hashAlexander Sosedkin2021-10-211-0/+13
| * priority: refactor ciphersuite filteringAlexander Sosedkin2021-10-211-13/+16
|/
* Merge branch 'ktls' into 'master'Daiki Ueno2021-10-2012-25/+812
|\
| * ktls: basic implementation of SW modeHedgehog50402021-10-1912-25/+812
|/
* Merge branch 'wip/dueno/abi-dump' into 'master'František Krenželok2021-10-1910-64734/+11
|\
| * devel: make use of abidw --drop-private-typesDaiki Ueno2021-10-182-1/+1
| * devel: move .abi files into a separate repositoryDaiki Ueno2021-10-1810-64733/+10
|/
* Merge branch 'mingw64-detection' into 'master'Daiki Ueno2021-09-241-1/+1
|\
| * fix mingw64 detectionSteve Lhomme2021-09-231-1/+1
|/
* Merge branch 'x25519-and-x448' into 'master'Daiki Ueno2021-09-2321-9/+485
|\
| * lib/x509: Avoid memcpy when string is emptyDaniel Kahn Gillmor2021-09-171-1/+2
| * NEWS: added news about certtool handling x448 and x25519Daniel Kahn Gillmor2021-09-171-0/+3
| * tests: add test for generating x25519 and x448 certificatesDaniel Kahn Gillmor2021-09-172-1/+102
| * tests: update details about sample X25519 certificateDaniel Kahn Gillmor2021-09-171-0/+10
| * certtool: add x448 and x25519 for --key-typeDaniel Kahn Gillmor2021-09-172-1/+5
| * certtool: when making X25519 or X448 certs, always use "key agreement"Daniel Kahn Gillmor2021-09-171-0/+4
| * x509: handle X25519 and X448 in read_pubkeyDaniel Kahn Gillmor2021-09-171-0/+20
| * nettle: handle X25519 and X448 in pk_fixupDaniel Kahn Gillmor2021-09-171-0/+24