aboutsummaryrefslogtreecommitdiff
path: root/tests/pkd
AgeCommit message (Expand)AuthorFilesLines
2019-11-07cmake: Do not use cached LIBSSH_PUBLIC_INCLUDE_DIRSAndreas Schneider1-8/+6
2019-11-07cmake: Rename static libraryAndreas Schneider1-1/+1
2019-11-07cmake:pkd: Don't use LIBSSH_LINK_LIBRARIESAndreas Schneider1-1/+0
2019-10-25tests: Do not process server config during testsAnderson Toshiyuki Sasaki1-0/+8
2019-06-26tests/pkd: Fix elif without expressionAnderson Toshiyuki Sasaki1-1/+1
2019-06-13tests/pkd: Fix OpenSSH version checkAnderson Toshiyuki Sasaki1-5/+9
2019-06-13tests/pkd: Check OpenSSH version only onceAnderson Toshiyuki Sasaki1-1/+5
2019-06-13tests/pkd: Add tests using certificates with SHA2 in signaturesAnderson Toshiyuki Sasaki3-1/+17
2019-06-13tests/pkd: Accept certificates with SHA2 in signaturesAnderson Toshiyuki Sasaki1-1/+1
2019-06-13tests/pkd: Use only allowed algorithms if in FIPS modeAnderson Toshiyuki Sasaki3-185/+218
2019-06-12server: Use default methods instead of allAnderson Toshiyuki Sasaki1-0/+16
2019-04-29tests:pkd: Fix size comparison (payload.len is size_t)Andreas Schneider1-1/+1
2019-04-29server: fix queued USERAUTH_SUCCESS rekey bugJon Simons1-0/+5
2019-04-29tests/pkd: support --rekey to set rekey data limitJon Simons3-0/+14
2019-04-29tests/pkd: support optional --buffer for test payloadJon Simons1-0/+6
2019-04-29tests/pkd: input test payload bufferJon Simons3-3/+17
2019-04-17tests/pkd: connect to openssh using certificatesBen Toews4-20/+84
2019-02-22Add tests and implementation for Encrypt-then-MAC modeDirkjan Bussink1-33/+66
2019-02-22Select ciphers for MAC tests that need a MACDirkjan Bussink1-1/+1
2019-02-07tests/pkd: repro rsa-sha2-{256,512} negotiation bugJon Simons2-6/+17
2019-02-07Allow building without Group Exchange supportJakub Jelen1-60/+47
2019-02-07kex: Disable diffie-hellman-group-exchange-sha1 by defaultJakub Jelen2-23/+50
2019-02-07tests: Fix error messageJakub Jelen1-1/+1
2019-01-24pkd: dh-group-exchange testcasesAris Adamantiadis1-4/+27
2018-11-23tests: Do not require all the crypto libs to build testsuiteJakub Jelen1-2/+0
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