aboutsummaryrefslogtreecommitdiff
path: root/tests/unittests/torture_keyfiles.c
AgeCommit message (Expand)AuthorFilesLines
2018-01-10tests: Move torture keys to own fileAndreas Schneider1-0/+1
2017-12-28add mbedtls crypto supportJuraj Vijtiuk1-0/+18
2017-10-28Fix config.h includesAndreas Schneider1-0/+2
2015-09-07tests: Migrate to new cmocka APIAndreas Schneider1-19/+42
2015-05-06tests: Migrate torture_keyfiles to testkey functionsAndreas Schneider1-16/+31
2015-02-02tests: allow conditionnal execution on patternAris Adamantiadis1-1/+2
2011-08-28build: Fix the build of keyfiles torture test.Andreas Schneider1-1/+1
2011-08-08pki: Move keyfiles to pki_gcrypt.c.Andreas Schneider1-1/+1
2011-02-05tests: Fixed checking return values of system().Andreas Schneider1-2/+6
2011-01-06tests: Moved assert to the write place in torture_keyfiles.Andreas Schneider1-1/+1
2011-01-06tests: Added missing asserts in torture_keyfiles.Andreas Schneider1-0/+3
2011-01-02Call ssh_init()/ssh_finalize bf/af each testcaseAris Adamantiadis1-1/+6
2010-12-28tests: Migrated torture_keyfiles to cmockery.Andreas Schneider1-112/+121
2010-05-18Factorize all the main functions in unit testsAris Adamantiadis1-24/+1
2010-05-14Sanitize libssh namespace + legacy wrappersAris Adamantiadis1-6/+6
2010-05-05More detailed testsAris Adamantiadis1-16/+16
2010-04-28Renamed private type TYPE_RSA to SSH_KEYTYPE_*Aris Adamantiadis1-4/+4
2010-04-27Added privatekey_from_file with passphrase testAris Adamantiadis1-1/+42
2010-04-27make torture_keyfiles silentAris Adamantiadis1-2/+2
2010-04-27Added test for privatekey_from_fileAris Adamantiadis1-3/+43
2010-03-28Fixed the torture_keyfiles test.Andreas Schneider1-2/+11
2010-03-13Fixed the torture_pubkey_generate_from_privkey test.Andreas Schneider1-4/+8
2010-03-13Fixed a memory leak in keyfile torture test.Andreas Schneider1-0/+1
2010-03-04Added a test for keyfiles.c.Andreas Schneider1-0/+168