aboutsummaryrefslogtreecommitdiff
path: root/tests/client/torture_auth.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-05CommentsJakub Jelen1-0/+6
2023-12-05tests: Implement more certificate testsJakub Jelen1-3/+3
2023-12-05tests: Implement more negative auth testsJakub Jelen1-0/+12
2023-12-05tests: Cover failed logins with password/kbdintJakub Jelen1-22/+106
2023-12-05tests: Move tests with certificates to separate userJakub Jelen1-204/+7
2023-05-29torture_auth: Add test for MaxAuthTriesNorbert Pocs1-0/+34
2023-04-14tests: Update to unbreak agent_cert test for CentOS 8Jakub Jelen1-4/+4
2022-11-29tests: Use opts.identites_non_exp not opts.identitiesNorbert Pocs1-2/+2
2022-10-07torture_auth.c: Reword whitelist to allowlistNorbert Pocs1-2/+2
2022-09-22Implement IdentitiesOnlyLinus Kardell1-0/+120
2022-06-23tests:client: Add a non-blocking publickey testAndreas Schneider1-0/+53
2022-06-23tests:client: Add a publickey testAndreas Schneider1-0/+47
2022-05-12Allow limiting RSA key size used for authenticationJakub Jelen1-0/+124
2022-05-10unsorted formatting cleanupJakub Jelen1-3/+3
2022-01-28tests: Skip the workaround forcing SHA1 signaturesJakub Jelen1-0/+4
2020-12-10auth: Add ssh_userauth_publickey_auto_get_current_identity()Marius Vollmer1-0/+93
2020-04-20tests: Enable RSA SHA1 certs for testing against older OpenSSHJakub Jelen1-0/+6
2020-02-25tests: Verify error returned by killAnderson Toshiyuki Sasaki1-1/+2
2019-06-13tests: Use ed25519 keys explicitlyJakub Jelen1-4/+35
2019-06-13tests: The DSA is not available in mbedtlsJakub Jelen1-4/+4
2019-06-13tests/client/torture_auth: Skip some tests if in FIPS modeAnderson Toshiyuki Sasaki1-2/+10
2019-06-13tests/torture_auth: Workaround OpenSSH agent bugAnderson Toshiyuki Sasaki1-5/+47
2019-01-09tests: Do not run SSHD with PAM when not neededJakub Jelen1-1/+1
2018-11-02tests: Properly set the bob's UID also in other tests than pubkeyJakub Jelen1-7/+7
2018-11-02tests: Make sure that no other configuration options will get pulled to the a...Jakub Jelen1-0/+5
2018-11-02tests: Improve error reporting in auth testJakub Jelen1-12/+12
2018-10-19tests: Verify we can authenticate using ed25519 keyJakub Jelen1-5/+95
2018-09-27tests: Replace ssh_key_free() with SSH_KEY_FREE()Anderson Toshiyuki Sasaki1-2/+2
2018-09-17tests: Verify the pubkey authentication works with ECDSA keysJakub Jelen1-2/+96
2018-08-31tests: Verify the public key algorithms can be limited by configuration optionJakub Jelen1-0/+87
2018-06-04tests: Fix size for bob_ssh_certAndreas Schneider1-1/+1
2017-11-09test: ssh_userauth_kbdint_setanswer() does not network interactionAndreas Schneider1-3/+1
2017-10-28Fix config.h includesAndreas Schneider1-0/+2
2017-06-07tests: fix buffer overflow in testcaseAris Adamantiadis1-1/+1
2016-11-05tests: Fix memory leak in torture_auth_certAndreas Schneider1-3/+0
2016-11-04tests: Fix memory leak in torture_auth_certAndreas Schneider1-3/+0
2016-03-15torture_auth: Add tests for client side certificate authenticationAxel Eppe1-0/+98
2016-02-03tests: Fix running ssh-agentAndreas Schneider1-2/+19
2016-01-19cleanup: use ssh_ prefix in the agent (non-static) functionsFabiano FidĂȘncio1-2/+2
2016-01-14tests: Turn on kbdint tests in torture_authAndreas Schneider1-4/+0
2016-01-14tests: Migrate torture_auth as a cwrap testAndreas Schneider1-203/+252
2015-09-07tests: Migrate to new cmocka APIAndreas Schneider1-14/+18
2015-02-02tests: allow conditionnal execution on patternAris Adamantiadis1-2/+2
2014-01-06test: fixed torture_auth_none conditionAris Adamantiadis1-2/+2
2014-01-06test: test case for async auth_noneAris Adamantiadis1-0/+59
2014-01-06tests: auth_agent_nonblocking should run in nonblockingAris Adamantiadis1-0/+2
2013-12-15tests: Fix non-blocking auth tests.Andreas Schneider1-7/+15
2013-12-15tests: Fix blocking mode in password auth test.Andreas Schneider1-1/+1
2013-12-15tests: Use new auth API in the torture_auth test.Andreas Schneider1-10/+19
2013-11-28tests: Add missing line breaks.Andreas Schneider1-2/+2