aboutsummaryrefslogtreecommitdiff
path: root/tests/pkd
AgeCommit message (Expand)AuthorFilesLines
2018-06-27pkd: log but ignore ungraceful client disconnectsJon Simons1-2/+6
2018-06-27pkd: move `hmac-sha2-256` to OpenSSH-only listsJon Simons1-2/+16
2018-06-27pkd: omit `-v` for `dbclient` by defaultJon Simons1-1/+0
2018-06-27pkd: remove `blowfish-cbc` cipher passesJon Simons1-11/+2
2018-06-27pkd: emit error message for OpenSSH clients < 7.0Jon Simons1-2/+61
2018-06-27pkd: specify PubkeyAcceptedTypes for OpenSSH clientJon Simons1-1/+14
2018-06-27pkd: specify HostKeyAlgorithms for OpenSSH clientJon Simons1-7/+30
2018-06-27pkd: run with SOCKET_WRAPPER_LIBRARYJon Simons3-2/+105
2018-06-27pkd: add_test pkd_hello_i1 for `make test`Jon Simons1-0/+8
2018-06-27pkd: fix missing config.h #includeJon Simons1-0/+2
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