aboutsummaryrefslogtreecommitdiff
path: root/tests/pkd
AgeCommit message (Expand)AuthorFilesLines
2018-10-30tests/pkd: Properly clean up memoryJakub Jelen2-1/+3
2018-10-09tests: Add aes-gcm ciphers testsJakub Jelen1-2/+27
2018-09-20dh: Add diffie-hellman-group18-sha512 supportAnderson Toshiyuki Sasaki1-0/+11
2018-09-19dh: Add diffie-hellman-group16-sha512 supportAnderson Toshiyuki Sasaki1-1/+11
2018-09-18Revert "pkd: Generate host keys in old format"Jakub Jelen1-5/+5
2018-08-31pki: Support RSA SHA2 signatures of sessionid for serverJakub Jelen1-2/+2
2018-08-31pkd: Produce more useful logsJakub Jelen1-1/+1
2018-08-31pkd: Generate host keys in old formatJakub Jelen1-5/+5
2018-08-31tests: Ignore SIGPIPE in pkdAndreas Schneider1-0/+3
2018-08-29tests: Fix size types in pkdAndreas Schneider1-2/+2
2018-08-20cmake: Improve compiler flag detectionAndreas Schneider1-0/+1
2018-08-20tests: Fix function declaration in pkd_helloAndreas Schneider1-2/+4
2018-08-03threads: Automatically call ssh_init on loadAnderson Toshiyuki Sasaki1-2/+1
2018-08-01pkd: Add missing ECDH mechanisms + whitespace cleanupJakub Jelen1-16/+24
2018-08-01pkd: Support ed25519 host keys in serverJakub Jelen5-0/+96
2018-07-07tests: Fix errno check in pkdAndreas Schneider1-1/+1
2018-06-29tests: add pkd tests for kex curve25519Tilo Eckert1-9/+18
2018-06-29tests: Move CHACHA20 define out of HAVE_DSA ifdefAndreas Schneider1-1/+2
2018-06-28pkd: move chacha20-poly1305@openssh.com tests to OPENSSHONLY sectionJon Simons1-9/+13
2018-06-28pkd: add passes for chacha20-poly1305@openssh.com cipherJon Simons1-1/+7
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