summaryrefslogtreecommitdiffstats
path: root/tests/unittests
Commit message (Expand)AuthorAgeFilesLines
* torture_pki: avoid generating keys with ssh-keygenAris Adamantiadis2014-08-061-96/+212
* tests: test the canary feature in buffer_(un)pack()Aris Adamantiadis2014-08-061-1/+27
* tests: test for ssh_buffer_(un)packAris Adamantiadis2014-08-061-0/+98
* tests: Add test for the logging function.Andreas Schneider2014-06-101-0/+40
* pki crypto: expose new ssh_pki_key_ecdsa_name APIJon Simons2014-04-091-10/+142
* tests: Check the the ecdsa_nid is the same.Andreas Schneider2014-03-271-0/+2
* tests: Add test case for bug #147Alan Dunn2014-03-271-0/+34
* src: Rename buffer_add_data() to ssh_buffer_add_data().Andreas Schneider2014-01-191-5/+5
* src: Do not use deprecated functions.Andreas Schneider2014-01-161-2/+2
* tests: Fix pki test with gcrypt.Andreas Schneider2013-12-111-0/+4
* tests: Fix memory leaks.Andreas Schneider2013-11-281-0/+9
* tests: Add torture_pki_write_privkey_ecdsa test.Andreas Schneider2013-11-271-0/+44
* tests: Add torture_pki_write_privkey_dsa test.Andreas Schneider2013-11-271-0/+40
* tests: Add torture_pki_write_privkey_rsa test.Andreas Schneider2013-11-271-0/+40
* tests: Fix a valgrind warning.Andreas Schneider2013-11-271-0/+1
* tests: Add a test for ssh_channel().Andreas Schneider2013-10-312-0/+50
* tests: Use fstat() after the open().Andreas Schneider2013-07-131-8/+8
* BUG 103: Disable proxy command if set to 'none'.Andreas Schneider2013-07-111-0/+18
* tests: Check return value of stat.Andreas Schneider2013-06-181-1/+3
* tests: Check return values of buffer functions.Andreas Schneider2013-06-181-3/+7
* tests: Use memory assert functions.Andreas Schneider2013-06-171-7/+10
* tests: Don't leak memory.Andreas Schneider2013-06-131-1/+2
* test: Try to fetch wrong values in buffer.Aris Adamantiadis2012-11-271-0/+33
* tests: Don't leak memory in options test.Andreas Schneider2012-10-071-0/+4
* test: Use cmocka instead of cmockery.Andreas Schneider2012-10-071-10/+10
* session: Use a struct for all options.Andreas Schneider2012-02-052-18/+18
* pki: Fix build if you don't have ECC support.Andreas Schneider2012-02-041-6/+30
* tests: Test ecdsa key generation and signing.Andreas Schneider2012-02-041-0/+45
* tests: Add duplicate ecdsa key test.Andreas Schneider2012-02-041-0/+49
* tests: Add ecdsa pubkey_from_privkey test.Andreas Schneider2012-02-041-0/+44
* tests: Add ecdsa publickey_from_privatekey test.Andreas Schneider2012-02-041-0/+26
* tests: Add a testing of importing ecdsa pubkeys.Andreas Schneider2012-02-041-0/+40
* tests: Add test for reading ecdsa privkey.Andreas Schneider2012-02-041-0/+39
* Improve ssh_options_get(ssh_session, enum ssh_options_e, char**).Lee Hambley2011-11-031-4/+4
* pki: Add a ssh_key_cmp() function.Andreas Schneider2011-10-291-0/+6
* tests: Fix build warning.Andreas Schneider2011-10-291-1/+0
* Implement ssh_options_get_port(ssh_session, unsigned int*).Lee Hambley2011-10-281-0/+14
* Implement ssh_options_get(ssh_session, enum ssh_options_e, char**).Lee Hambley2011-10-281-0/+46
* Torture: test new ssh_pki_generate functionAris Adamantiadis2011-09-241-1/+136
* options: Fix NULL value handling.Andreas Schneider2011-09-061-5/+3
* pki: Use consistent API for ssh_pki_export_privkey_to_pubkey().Andreas Schneider2011-08-301-13/+13
* build: Fix the build of keyfiles torture test.Andreas Schneider2011-08-281-1/+1
* tests: Add pki signature test.Andreas Schneider2011-08-211-0/+14
* tests: Add pki torture tests for keytypes.Andreas Schneider2011-08-211-0/+24
* tests: Fix memleak in torture_pki.Andreas Schneider2011-08-211-0/+2
* tests: Added more pki tests.Andreas Schneider2011-08-201-3/+137
* tests: Fix build warning.Andreas Schneider2011-08-201-0/+2
* tests: Fix the torture_pki test.Andreas Schneider2011-08-201-2/+0
* pki: Use a consistent naming scheme.Andreas Schneider2011-08-191-3/+3
* tests: Fix torture_pki build warnings.Andreas Schneider2011-08-191-22/+28