aboutsummaryrefslogtreecommitdiff
path: root/tests/unittests/torture_config.c
AgeCommit message (Expand)AuthorFilesLines
2019-06-14tests/torture_config: Replace long long with uint64_tAnderson Toshiyuki Sasaki1-1/+1
2019-06-13tests: Fix the glob test on musl libcAndreas Schneider1-4/+4
2019-06-13tests/torture_config: Use only allowed algorithms in FIPS modeAnderson Toshiyuki Sasaki1-10/+47
2019-05-14config: Add support for PubkeyAcceptedKeyTypesAnderson Toshiyuki Sasaki1-0/+20
2019-05-14cmake,options: Allow to set global client config fileAnderson Toshiyuki Sasaki1-0/+2
2019-02-22Add tests and implementation for Encrypt-then-MAC modeDirkjan Bussink1-1/+1
2019-01-24tests: Extend negative test cases for config Match keywordJakub Jelen1-0/+100
2019-01-24tests: Use assert_ssh_return_code() in config testJakub Jelen1-7/+7
2019-01-09tests: Verify we can parse RekeyLimit configuration optionJakub Jelen1-0/+98
2018-12-10tests: Do not segfault when built without ZLIBJakub Jelen1-0/+5
2018-12-10tests: Verify we can parse the ProxyJump configuration optionJakub Jelen1-0/+235
2018-12-07config: Get rid of the dynamic seen arrayJakub Jelen1-8/+7
2018-12-07tests: Do not recreate unnecessary files for every test caseJakub Jelen1-22/+8
2018-12-07tests: Cover missing parts of the config parsingJakub Jelen1-0/+13
2018-11-02tests: Adjust test that require complete config re-parsingJakub Jelen1-0/+7
2018-11-02tests: Typo -- the flags should be checked according to the commentJakub Jelen1-1/+1
2018-09-27tests: Use SSH_STRING_FREE_CHARAnderson Toshiyuki Sasaki1-5/+5
2018-09-20dh: Add diffie-hellman-group18-sha512 supportAnderson Toshiyuki Sasaki1-1/+1
2018-09-19dh: Add diffie-hellman-group16-sha512 supportAnderson Toshiyuki Sasaki1-1/+1
2018-09-18tests: Add null checks in torture_config.cAnderson Toshiyuki Sasaki1-0/+3
2018-09-05tests: Verify the Match keyword from configuration fileJakub Jelen1-0/+76
2018-09-05tests: No need to restore log level nowJakub Jelen1-4/+0
2018-09-05tests: Use global verbosity in testsJakub Jelen1-0/+5
2018-09-05tests: Missing unlinkJakub Jelen1-0/+1
2018-08-31tests: Cover PubkeyAcceptedTypes configuration optionJakub Jelen1-0/+4
2018-08-16tests: Unsupported and unknown configuration options do not crashJakub Jelen1-0/+31
2018-08-06tests: Add additional NULL checksAndreas Schneider1-0/+2
2018-06-30log: Make global variables staticAndreas Schneider1-1/+1
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 Jelen1-0/+4
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 Jelen1-1/+6
2017-12-15tests/config: Text KexAlgorithms parsing in ssh_configJakub Jelen1-1/+5
2017-10-28Fix config.h includesAndreas Schneider1-0/+2
2017-09-11config: fix memory leak with repeated opcodesJon Simons1-1/+20
2017-08-24tests: added unit test on including config filesNikos Mavrogiannopoulos1-0/+95