aboutsummaryrefslogtreecommitdiff
path: root/tests/unittests
AgeCommit message (Expand)AuthorFilesLines
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
2017-08-24tests: added unit test on including config filesNikos Mavrogiannopoulos2-0/+96
2017-08-17tests: plug leak in torture_bind_options_import_keyJon Simons1-1/+2
2017-07-18misc: relax fatal errors in ssh_analyze_bannerJon Simons1-21/+19
2017-07-14tests: Fix endifAndreas Schneider1-1/+1
2017-07-14tests: Only run ssh_bind test if we build with server supportAndreas Schneider1-0/+6
2017-07-13misc: fix error-checking in ssh_analyze_bannerJon Simons1-2/+0
2017-07-13tests: torture-misc: add torture_ssh_analyze_bannerJon Simons1-0/+146
2017-07-13tests: torture-misc: fix 4-space indentationJon Simons1-4/+4
2017-04-11server: Add option SSH_BIND_OPTIONS_IMPORT_KEY to serverAlfredo Mazzinghi1-0/+52
2016-11-07tests: Fix typo in torture_cryptoAndreas Schneider1-1/+1
2016-11-05callbacks: Add support for MSVCAndreas Schneider1-2/+2
2016-11-04tests: Fix memory leak in torture_callbacksAndreas Schneider1-0/+2
2016-11-04tests: Reset output buffer in torture_cryptoAndreas Schneider1-0/+1
2016-11-04tests: Some cleanup for torture_pkiAndreas Schneider1-2/+5
2016-11-03tests: Disable x11 test which fails too oftenAndreas Schneider1-3/+4
2016-05-09tests: Try to fix the x11 testAndreas Schneider1-0/+1
2016-05-09tests: Fix buffer test without NARG macro supportAndreas Schneider1-0/+3
2016-05-02tests: Add test for ssh_callbacks_iterate()Aris Adamantiadis1-1/+52
2016-05-02tests: Add unit test for ssh_callbacks_execute_listAris Adamantiadis1-0/+86
2016-03-21torture: Fix guardJustus Winter1-1/+1
2016-02-08torture: Use ECDSA key for x11 testAndreas Schneider1-1/+1
2016-01-19buffer: do not use ssh_buffer_get_rest_len()Fabiano FidĂȘncio1-11/+11
2016-01-19buffer: rename ssh_buffer_get_rest() to ssh_buffer_get()Fabiano FidĂȘncio1-6/+6
2016-01-19cleanup: use ssh_ prefix in the buffer (non-static) functionsFabiano FidĂȘncio1-35/+35
2016-01-19tests: Initialize output and iv in torture_cryptoAndreas Schneider1-3/+4
2015-09-23tests: add test for cipher.(de|en)cryptAris Adamantiadis2-0/+108
2015-09-09tests: Fix return code of torture_initAndreas Schneider1-1/+1
2015-09-07tests: Add tests for the new ssh_pki cert functionsAxel Eppe1-0/+110
2015-09-07pki: Use the standard logging functionAndreas Schneider1-10/+0
2015-09-07tests: Migrate to new cmocka APIAndreas Schneider13-163/+248
2015-09-07cmake: Handle libssh threas library correctlyAndreas Schneider1-5/+7