aboutsummaryrefslogtreecommitdiff
path: root/tests/unittests
AgeCommit message (Expand)AuthorFilesLines
2018-06-29Rest in Peace SSHv1Andreas Schneider3-84/+31
2018-06-29cmake: Disable torture_packet on WindowsAndreas Schneider1-1/+3
2018-06-29tests: Fix key parsing in torture_pki_dsa_publickey_base64Andreas Schneider1-2/+2
2018-06-29tests: Remove system includes from torture_packetAndreas Schneider1-2/+1
2018-06-29pki: Fix random memory corruptionAndreas Schneider1-0/+20
2018-06-28tests: fix torture_packet.c `test_data`Jon Simons1-1/+4
2018-06-28torture_packet: Set encryption/decryption keysAlberto Aguirre1-0/+14
2018-06-28tests: packet encryption unit testingAris Adamantiadis2-0/+194
2018-06-28torture: Remove unused variableAndreas 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-27tests: fix -Wunused-function warning in torture_pki_ecdsa.cJon Simons1-0/+2
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-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-03-21tests: Fix mixed code compiler warning in torture_randAndreas Schneider1-1/+2
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-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
2018-01-10torture_pki_dsa: Add tests for private key with passphraseAndreas Schneider1-0/+42
2018-01-10torture_pki_rsa: Add tests for private key with passphraseAndreas Schneider1-0/+42
2018-01-10pki_crypto: Fix private key generation with passwordAndreas Schneider3-3/+3
2018-01-10tests: Move torture keys to own fileAndreas Schneider6-0/+6
2018-01-10cmake: Move ed25519 tests into unix partAndreas Schneider1-1/+1
2018-01-10tests: Move rsa tests to own test fileAndreas Schneider3-523/+549
2018-01-10tests: Remove obsolete setup_both_keys()Andreas Schneider1-10/+0
2018-01-10tests: Move ed25519 functions to the right fileAndreas Schneider2-289/+308
2018-01-10tests: Move ecdsa tests to own test fileAndreas Schneider3-487/+497
2018-01-10tests: Move dsa tests to own test fileAndreas Schneider3-387/+439
2018-01-10tests: Move helper functions to a common fileAndreas Schneider1-69/+6
2018-01-04tests: Fix torture_pki with libcryptoAndreas Schneider1-1/+3
2017-12-28add mbedtls crypto supportJuraj Vijtiuk3-5/+68
2017-12-21tests/config: Verify LogLevel from config is appliedJakub Jelen1-0/+10
2017-12-21tests/config: Newly parsed optionsJakub Jelen1-3/+10
2017-12-21tests/config: Enable and disable authentication methodsJakub Jelen1-0/+80
2017-12-21tests/config: Verify known_hosts files are appliedJakub Jelen1-0/+26
2017-12-21tests: HostkeyAlgorithms passed from config to optionsJakub Jelen2-0/+32
2017-12-21config: Add CMake check for glob()Jakub Jelen1-1/+5
2017-12-21config: glob support for include with testNoName1151-0/+40
2017-12-15config: support for MACsJakub Jelen2-1/+14
2017-12-15tests/config: Text KexAlgorithms parsing in ssh_configJakub Jelen1-1/+5
2017-12-15tests/options: Verify key exchange algorithms are set properlyJakub Jelen1-0/+29
2017-12-15Add new optionsAris Adamantiadis1-0/+29
2017-10-28Fix config.h includesAndreas Schneider14-0/+27
2017-09-11config: fix memory leak with repeated opcodesJon Simons1-1/+20
2017-08-24torture_options: test the setting of ciphers and MACsNikos Mavrogiannopoulos1-0/+40