aboutsummaryrefslogtreecommitdiff
path: root/tests/pkd
AgeCommit message (Expand)AuthorFilesLines
2017-12-28add mbedtls crypto supportJuraj Vijtiuk5-0/+121
2017-10-28Fix config.h includesAndreas Schneider1-1/+1
2017-09-11pkd_daemon.c: force close pkd_state.server_fd upon stopJon Simons1-0/+1
2017-09-11pkd_daemon.c: split final close loop; wait for client to closeJon Simons1-2/+12
2017-09-11pkd_hello.c: fix return code upon test failureJon Simons1-4/+5
2017-08-24ecdh: enable ecdh_sha2_nistp{384,521} kex methodsJon Simons1-0/+10
2017-08-17pkd: a few improvements and fixupsJon Simons3-29/+58
2016-11-04tests: Fix build warning with pkd_hello and cmocka 1.1.0Andreas Schneider1-1/+2
2015-09-07tests: Migrate pkd_hello to new cmocka APIAndreas Schneider1-19/+33
2015-07-03cmake: Fix zlib include directoryAndreas Schneider1-3/+3
2015-01-14pkd: Make sure we do not pass -1 to close.Andreas Schneider1-1/+3
2015-01-14pkd: Check return value of pkd_run_tests().Andreas Schneider1-0/+3
2014-10-15tests: fix pkd build breakagesJon Simons3-2/+6
2014-10-12tests: introduce pkd_helloJon Simons9-0/+1414