aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2018-06-28tests: fix torture_packet.c `test_data`Jon Simons1-1/+4
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-28torture_packet: Set encryption/decryption keysAlberto Aguirre1-0/+14
2018-06-28tests: send more packets of various sizesAris Adamantiadis1-1/+18
2018-06-28tests: packet encryption unit testingAris Adamantiadis2-0/+194
2018-06-28tests: test for chacha20-poly1305@openssh.comAris Adamantiadis1-0/+13
2018-06-28torture: Remove unused variableAndreas Schneider1-2/+0
2018-06-28Remove vim modelines from all filesAndreas Schneider1-2/+0
2018-06-28tests: Disable ssh_is_ipaddr("255.255.255") on Win32Andreas Schneider1-4/+3
2018-06-28tests: Workaround for a Wine bugAndreas Schneider1-33/+43
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
2018-06-27tests: fix -Wunused-function warning in torture_pki_ecdsa.cJon Simons1-0/+2
2018-06-27torture: Don't exclude filter mechanism on WindowsAndreas Schneider1-2/+2
2018-06-27torture: Don't include sys/socket.h on WindowsAndreas Schneider1-1/+1
2018-06-27tests: Call ssh_session_is_known_server()Andreas Schneider3-3/+3
2018-06-27torture: Fix building on WindowsAndreas Schneider1-34/+36
2018-06-05tests: Add missing newline to KNOWN_HOST_ENTRY_ED25519Andreas Schneider1-1/+1
2018-06-05tests: Allow knownhosts verify test to validate ed25519 and ecdsaAndreas Schneider1-2/+9
2018-06-04kwonhosts: Add functions to check if servers public key is knownAndreas Schneider1-0/+20
2018-06-04knownhosts: Add ssh_session_export_known_hosts_entry()Andreas Schneider2-0/+122
2018-06-04knownhosts: Add ssh_session_has_known_hosts_entry()Andreas Schneider1-0/+26
2018-06-04misc: Add ssh_list_count()Andreas Schneider1-0/+6
2018-06-04knownhosts: Add ssh_known_hosts_read_entries()Andreas Schneider1-0/+30
2018-06-04knownhosts: Introduce new known hosts managing functionsAndreas Schneider2-0/+219
2018-06-04tortrue: Add ed25519 hostkey to sshdAndreas Schneider1-0/+18
2018-06-04tests: Fix size for bob_ssh_certAndreas Schneider1-1/+1
2018-05-07torture: Increase wait time for process termination to 10msAndreas Schneider1-1/+1
2018-05-07tests: We should only init and finalize libssh onceAndreas Schneider1-4/+4
2018-04-25pki: Fix duplicating ed25519 public keysAndreas Schneider1-1/+66
2018-04-17torture_path_expand_tilde_unix: use getpwuid() if no env variablesNikos Mavrogiannopoulos1-1/+11
2018-04-10cmake: Fix libfuzzer linking with clang6Andreas Schneider1-6/+10
2018-03-21tests: Fix mixed code compiler warning in torture_randAndreas Schneider1-1/+2
2018-03-21torture: Increase wait time for the sshd process to exitAndreas Schneider1-2/+2
2018-03-11tests: fix OSX build errors when enabling testsAlberto Aguirre1-2/+10
2018-03-07pki: Add mbedTLS ECDSA key comparison supportJuraj Vijtiuk1-3/+0
2018-02-12tests: Fix segfault with mbedTLS built without threading supportjvijtiuk2-2/+10
2018-02-04cmake: Build ssh_server_fuzzer if enabledAndreas Schneider2-0/+13
2018-02-04tests: Added a fuzzer for the serverAlex Gaynor1-0/+101
2018-01-10torture_pki_ed25519: Add tests for private key with passphraseAndreas Schneider1-0/+43
2018-01-10torture_pki_ecdsa: Add tests for private key with passphraseAndreas Schneider1-0/+42