summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* tests: Add a test for ssh_channel().Andreas Schneider2013-10-312-0/+50
|
* tests: Add a sftp_read blocking test.Andreas Schneider2013-10-232-0/+84
|
* tests: Add a test for ssh_channel_request_env().Andreas Schneider2013-10-202-0/+115
|
* tests: We can't test the accept right now.Andreas Schneider2013-10-201-1/+5
|
* tests: Fix torture_forward.Andreas Schneider2013-10-201-3/+4
|
* tests: Add torture forward test.Andreas Schneider2013-10-202-0/+90
|
* tests: Add suppression for getdelim with selinux.Andreas Schneider2013-07-261-0/+11
|
* cmake: Check for unistd.h.Andreas Schneider2013-07-231-1/+4
|
* tests: Don't leak memory in torture_channel_read_error().Andreas Schneider2013-07-211-0/+2
|
* 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
| | | | Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
* 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
|
* torture: Fix a resource leak on error.Andreas Schneider2013-06-131-0/+1
|
* tests: Don't leak memory.Andreas Schneider2013-06-131-1/+2
|
* tests: Check the return value of write.Andreas Schneider2013-06-111-1/+2
|
* Report according status when errors are detectedAris Adamantiadis2012-12-271-0/+1
|
* Test for bug #64, ssh_channel_read doesn't detect errorsAris Adamantiadis2012-12-271-0/+108
|
* Benchmarks: parse config filesAris Adamantiadis2012-12-231-0/+1
|
* test: Try to fetch wrong values in buffer.Aris Adamantiadis2012-11-271-0/+33
| | | | Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
* tests: Add a valgrind suppression for getaddrino leak.Andreas Schneider2012-10-121-0/+10
| | | | https://bugzilla.redhat.com/show_bug.cgi?id=859717
* tests: Add a valgrind suppression for OPENSSL_cleanse().Andreas Schneider2012-10-121-0/+5
|
* torture: Fix keyboard interactive authentication.Andreas Schneider2012-10-091-2/+1
|
* tests: Make sure the array is null terminated.Andreas Schneider2012-10-071-2/+2
|
* torture: Use new userauth functions.Andreas Schneider2012-10-071-3/+10
|
* tests: Don't leak memory in options test.Andreas Schneider2012-10-071-0/+4
|
* tests: Don't run ecdh tests if not supported by crypto lib.Andreas Schneider2012-10-071-2/+2
|
* test: Use cmocka instead of cmockery.Andreas Schneider2012-10-074-21/+21
| | | | | | cmocka is the successor of cmockery. http://git.cryptomilk.org/projects/cmocka.git/
* cmake: Update FindCMokery.Andreas Schneider2012-02-081-1/+1
|
* tests: Fix known_hosts test.Andreas Schneider2012-02-071-2/+2
|
* session: Use a struct for all options.Andreas Schneider2012-02-052-18/+18
|
* tests: Turn debug crypto on in ctest.Andreas Schneider2012-02-051-1/+1
|
* 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
|
* torture: Fix compilation with cmockery.Andreas Schneider2011-12-271-1/+2
|
* Improve ssh_options_get(ssh_session, enum ssh_options_e, char**).Lee Hambley2011-11-031-4/+4
| | | | | | | * Use SSH_ERROR and SSH_OK instead of `-1` and `0`. * Re-factor for code duplication * No longer call `ssh_set_error_invalid(ssh_session)` when the ssh_session is NULL.
* 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
|
* build: Fix zlib support.Andreas Schneider2011-09-231-6/+6
|
* torture_algorithm: follow verbosityAris Adamantiadis2011-09-231-0/+2
|
* torture: check for presence of ssh agentAris Adamantiadis2011-09-231-2/+9
|