aboutsummaryrefslogtreecommitdiff
path: root/tests/unittests/torture_options.c
AgeCommit message (Expand)AuthorFilesLines
2018-09-27tests: Replace ssh_key_free() with SSH_KEY_FREE()Anderson Toshiyuki Sasaki1-1/+1
2018-09-20dh: Add diffie-hellman-group18-sha512 supportAnderson Toshiyuki Sasaki1-4/+4
2018-09-19dh: Add diffie-hellman-group16-sha512 supportAnderson Toshiyuki Sasaki1-4/+4
2018-09-18tests: Add return and null checks in torture_options.cAnderson Toshiyuki Sasaki1-6/+17
2018-09-05tests: Verify the Match keyword from configuration fileJakub Jelen1-1/+130
2018-09-05tests: Use global verbosity in testsJakub Jelen1-1/+8
2018-09-05config: Do not overwrite previously matched result in Host blocksJakub Jelen1-1/+14
2018-08-31tests: PUBLICKEY_ACCEPTED_TYPES are effectiveJakub Jelen1-0/+50
2018-08-06tests: Check return code of ssh_pki_import_privkey_base64Andreas Schneider1-1/+3
2018-08-01test: Fix text labels (copy & paste error)Jakub Jelen1-2/+2
2018-06-29tests: adjust test for kex string "curve25519"Tilo Eckert1-4/+4
2018-01-10tests: Move torture keys to own fileAndreas Schneider1-0/+1
2017-12-28add mbedtls crypto supportJuraj Vijtiuk1-0/+2
2017-12-21tests: HostkeyAlgorithms passed from config to optionsJakub Jelen1-0/+28
2017-12-15config: support for MACsJakub Jelen1-0/+8
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 Schneider1-0/+2
2017-08-24torture_options: test the setting of ciphers and MACsNikos Mavrogiannopoulos1-0/+40
2017-08-17tests: plug leak in torture_bind_options_import_keyJon Simons1-1/+2
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-04-11server: Add option SSH_BIND_OPTIONS_IMPORT_KEY to serverAlfredo Mazzinghi1-0/+52
2015-09-07tests: Migrate to new cmocka APIAndreas Schneider1-14/+20
2015-02-02tests: allow conditionnal execution on patternAris Adamantiadis1-1/+2
2013-07-11BUG 103: Disable proxy command if set to 'none'.Andreas Schneider1-0/+18
2012-10-07tests: Don't leak memory in options test.Andreas Schneider1-0/+4
2012-02-05session: Use a struct for all options.Andreas Schneider1-14/+14
2011-11-03Improve ssh_options_get(ssh_session, enum ssh_options_e, char**).Lee Hambley1-4/+4
2011-10-29tests: Fix build warning.Andreas Schneider1-1/+0
2011-10-28Implement ssh_options_get_port(ssh_session, unsigned int*).Lee Hambley1-0/+14
2011-10-28Implement ssh_options_get(ssh_session, enum ssh_options_e, char**).Lee Hambley1-0/+46
2011-09-06options: Fix NULL value handling.Andreas Schneider1-5/+3
2011-01-11Fix unit tests for opensolarisAris Adamantiadis1-0/+1
2011-01-02Call ssh_init()/ssh_finalize bf/af each testcaseAris Adamantiadis1-1/+5
2011-01-01tests: Fixed includes of torture_options for windows.Andreas Schneider1-2/+6
2011-01-01tests: Fixed Windows build of torture_options.Andreas Schneider1-0/+1
2010-12-28tests: Migrated torture_options to cmockery.Andreas Schneider1-84/+64
2010-06-17torture: Fixed fd check.Andreas Schneider1-1/+1
2010-06-03tests: Move getpwuid_r to a setup function.Andreas Schneider1-13/+21
2010-05-18Factorize all the main functions in unit testsAris Adamantiadis1-24/+1
2010-05-18Fixed unittest nameAris Adamantiadis1-1/+1
2010-04-20torture: Fix compiling options test if NSS_BUFLEN_PASSWD isn't defined.Andreas Schneider1-0/+3
2010-03-13Added tests for ssh options.Andreas Schneider1-0/+158