Andreas Schneider
|
f8debe9a19
|
tests: Use new auth API in the torture_auth test.
|
2013-12-15 20:26:17 +01:00 |
|
Andreas Schneider
|
8b407f1ca2
|
tests: Fix pki test with gcrypt.
|
2013-12-11 21:11:49 +01:00 |
|
Andreas Schneider
|
2df00fd84c
|
tests: Try to fix torture_forward.
|
2013-12-04 14:21:52 +01:00 |
|
Andreas Schneider
|
d1d3beac33
|
tests: Fix memory leaks.
|
2013-11-28 14:40:11 +01:00 |
|
Andreas Schneider
|
ad0abff8b3
|
tests: Add missing line breaks.
|
2013-11-28 11:49:11 +01:00 |
|
Andreas Schneider
|
004240af48
|
tests: Add torture_pki_write_privkey_ecdsa test.
|
2013-11-27 22:54:13 +01:00 |
|
Andreas Schneider
|
4e3d16e291
|
tests: Add torture_pki_write_privkey_dsa test.
|
2013-11-27 22:54:13 +01:00 |
|
Andreas Schneider
|
7933aef747
|
tests: Add torture_pki_write_privkey_rsa test.
|
2013-11-27 22:54:13 +01:00 |
|
Andreas Schneider
|
09edee123a
|
tests: Try to fix valgrind warnings.
|
2013-11-27 18:04:44 +01:00 |
|
Andreas Schneider
|
060171028c
|
tests: Fix a valgrind warning.
|
2013-11-27 17:55:48 +01:00 |
|
Andreas Schneider
|
b00a6e3885
|
tests: Add a test for ssh_channel().
|
2013-10-31 12:44:48 +01:00 |
|
Andreas Schneider
|
afd35fa98c
|
tests: Add a sftp_read blocking test.
|
2013-10-23 15:49:07 +02:00 |
|
Andreas Schneider
|
6a6e85752e
|
tests: Add a test for ssh_channel_request_env().
|
2013-10-20 17:05:35 +02:00 |
|
Andreas Schneider
|
4421540b7b
|
tests: We can't test the accept right now.
|
2013-10-20 13:28:53 +02:00 |
|
Andreas Schneider
|
d3c186b04c
|
tests: Fix torture_forward.
|
2013-10-20 13:23:31 +02:00 |
|
Andreas Schneider
|
3afba83134
|
tests: Add torture forward test.
|
2013-10-20 12:46:17 +02:00 |
|
Andreas Schneider
|
51296a0237
|
tests: Add suppression for getdelim with selinux.
|
2013-07-26 08:04:03 +02:00 |
|
Andreas Schneider
|
df81a05505
|
cmake: Check for unistd.h.
|
2013-07-23 10:44:51 +02:00 |
|
Andreas Schneider
|
2106db3efa
|
tests: Don't leak memory in torture_channel_read_error().
|
2013-07-21 11:27:30 +02:00 |
|
Andreas Schneider
|
48b715cce0
|
tests: Use fstat() after the open().
|
2013-07-13 13:59:58 +02:00 |
|
Andreas Schneider
|
e52cc613e4
|
BUG 103: Disable proxy command if set to 'none'.
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
|
2013-07-11 15:34:50 +02:00 |
|
Andreas Schneider
|
68be73ec0d
|
tests: Check return value of stat.
|
2013-06-18 17:11:34 +02:00 |
|
Andreas Schneider
|
485e3b4014
|
tests: Check return values of buffer functions.
|
2013-06-18 17:10:00 +02:00 |
|
Andreas Schneider
|
d255d1bf32
|
tests: Use memory assert functions.
|
2013-06-17 11:44:28 +02:00 |
|
Andreas Schneider
|
a38c56370c
|
torture: Fix a resource leak on error.
|
2013-06-13 15:43:50 +02:00 |
|
Andreas Schneider
|
01493b8d47
|
tests: Don't leak memory.
|
2013-06-13 15:42:13 +02:00 |
|
Andreas Schneider
|
51a531f4a7
|
tests: Check the return value of write.
|
2013-06-11 09:59:22 +02:00 |
|
Aris Adamantiadis
|
de096910b3
|
Report according status when errors are detected
|
2012-12-27 22:01:37 +01:00 |
|
Aris Adamantiadis
|
ce33633bcb
|
Test for bug #64, ssh_channel_read doesn't detect errors
|
2012-12-27 22:01:08 +01:00 |
|
Aris Adamantiadis
|
5dfc474fa8
|
Benchmarks: parse config files
|
2012-12-23 23:10:52 +01:00 |
|
Aris Adamantiadis
|
cd4e28e7c8
|
test: Try to fetch wrong values in buffer.
Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
|
2012-11-27 19:10:41 +01:00 |
|
Andreas Schneider
|
e8118c5be4
|
tests: Add a valgrind suppression for getaddrino leak.
https://bugzilla.redhat.com/show_bug.cgi?id=859717
|
2012-10-12 14:45:54 +02:00 |
|
Andreas Schneider
|
a59a379ce4
|
tests: Add a valgrind suppression for OPENSSL_cleanse().
|
2012-10-12 14:45:54 +02:00 |
|
Andreas Schneider
|
9fe47da903
|
torture: Fix keyboard interactive authentication.
|
2012-10-09 10:11:55 +02:00 |
|
Andreas Schneider
|
362be13156
|
tests: Make sure the array is null terminated.
|
2012-10-07 23:23:33 +02:00 |
|
Andreas Schneider
|
e17fcd70f9
|
torture: Use new userauth functions.
|
2012-10-07 23:21:17 +02:00 |
|
Andreas Schneider
|
b219d1890c
|
tests: Don't leak memory in options test.
|
2012-10-07 22:15:20 +02:00 |
|
Andreas Schneider
|
0493c1fea9
|
tests: Don't run ecdh tests if not supported by crypto lib.
|
2012-10-07 12:04:58 +02:00 |
|
Andreas Schneider
|
c81010e2f7
|
test: Use cmocka instead of cmockery.
cmocka is the successor of cmockery.
http://git.cryptomilk.org/projects/cmocka.git/
|
2012-10-07 11:10:27 +02:00 |
|
Andreas Schneider
|
b7507fc85e
|
cmake: Update FindCMokery.
|
2012-02-08 20:10:45 +01:00 |
|
Andreas Schneider
|
8fea5c7a28
|
tests: Fix known_hosts test.
|
2012-02-07 09:54:54 +01:00 |
|
Andreas Schneider
|
ee774479de
|
session: Use a struct for all options.
|
2012-02-05 11:50:49 +01:00 |
|
Andreas Schneider
|
840f75f10c
|
tests: Turn debug crypto on in ctest.
|
2012-02-05 10:53:43 +01:00 |
|
Andreas Schneider
|
679cd9efd8
|
pki: Fix build if you don't have ECC support.
|
2012-02-04 18:37:05 +01:00 |
|
Andreas Schneider
|
ae59049347
|
tests: Test ecdsa key generation and signing.
|
2012-02-04 18:37:05 +01:00 |
|
Andreas Schneider
|
91372e298d
|
tests: Add duplicate ecdsa key test.
|
2012-02-04 18:37:04 +01:00 |
|
Andreas Schneider
|
14bb23ae3b
|
tests: Add ecdsa pubkey_from_privkey test.
|
2012-02-04 18:37:04 +01:00 |
|
Andreas Schneider
|
0e1992a9cc
|
tests: Add ecdsa publickey_from_privatekey test.
|
2012-02-04 18:37:04 +01:00 |
|
Andreas Schneider
|
fc8a182823
|
tests: Add a testing of importing ecdsa pubkeys.
|
2012-02-04 18:37:04 +01:00 |
|
Andreas Schneider
|
d44a79da9b
|
tests: Add test for reading ecdsa privkey.
|
2012-02-04 18:37:04 +01:00 |
|