index
:
projects/libssh.git
master
master-fix
stable-0.8
stable-0.9
v0-2
v0-3
v0-4
v0-5
v0-6
v0-7
libssh shared repository
libssh git server
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
Age
Commit message (
Expand
)
Author
Files
Lines
2018-11-15
tests: Fix chroot_wrapper location
Andreas Schneider
1
-1
/
+1
2018-11-08
knownhosts: Take StrictHostKeyChecking option into account
Sanne Raymaekers
1
-0
/
+38
2018-11-08
tests: Ensure the ssh session fd is read-/writeable in torture_proxycommand
Sanne Raymaekers
1
-0
/
+6
2018-11-05
tests: Use correct assert function in torture_client_config
Andreas Schneider
1
-6
/
+6
2018-11-05
tests: Check for NULL in torture_client_config
Andreas Schneider
1
-2
/
+6
2018-11-02
tests: Verify the configuration reparsing with real client
Jakub Jelen
2
-0
/
+205
2018-11-02
tests: Adjust test that require complete config re-parsing
Jakub Jelen
2
-0
/
+19
2018-11-02
tests: Properly set the bob's UID also in other tests than pubkey
Jakub Jelen
1
-7
/
+7
2018-11-02
tests: Make sure that no other configuration options will get pulled to the a...
Jakub Jelen
1
-0
/
+5
2018-11-02
Process OpenSSH configuration files by default.
Jakub Jelen
1
-0
/
+1
2018-11-02
tests: Improve error reporting in auth test
Jakub Jelen
1
-12
/
+12
2018-11-02
tests: Typo -- the flags should be checked according to the comment
Jakub Jelen
1
-1
/
+1
2018-10-30
tests/pkd: Properly clean up memory
Jakub Jelen
2
-1
/
+3
2018-10-25
socket: Undouble socket fds
Sanne Raymaekers
1
-4
/
+2
2018-10-24
tests: Improve asserts in torture_pki_ecdsa
Andreas Schneider
1
-3
/
+4
2018-10-24
tests: Init pubkey string with NULL in torture_keyfiles
Andreas Schneider
1
-1
/
+1
2018-10-24
tests: Fix pointer arithmetic in torture_pki_*_publickey_base64
Andreas Schneider
4
-16
/
+32
2018-10-24
tests: Init cipher structure in thread_crypto_aes256_cbc()
Andreas Schneider
1
-1
/
+19
2018-10-19
tests: Verify we can authenticate using ed25519 key
Jakub Jelen
4
-5
/
+110
2018-10-19
tests: Global known_hosts are used for host key verification
Jakub Jelen
1
-0
/
+64
2018-10-19
tests: Verify the hostkey ordering for negotiation is correct
Jakub Jelen
1
-0
/
+30
2018-10-19
tests: Generate valid known_hosts file, fixing the current test
Jakub Jelen
1
-15
/
+28
2018-10-19
tests: Verify the ecdsa key types are handled correctly
Jakub Jelen
1
-1
/
+12
2018-10-19
tests: Do not trace sshd
Jakub Jelen
1
-1
/
+1
2018-10-19
tests: Add option tests for global and user specific known_hosts
Andreas Schneider
1
-0
/
+74
2018-10-16
CVE-2018-10933: Add tests for packet filtering
Anderson Toshiyuki Sasaki
2
-0
/
+503
2018-10-16
cmake: Disable deprecation warnings for old known_hosts API
Andreas Schneider
1
-0
/
+5
2018-10-09
tests: Add aes-gcm ciphers tests
Jakub Jelen
2
-2
/
+47
2018-10-05
include: Add macros for bytearray handling
Andreas Schneider
2
-0
/
+383
2018-09-27
tests: Add frees to avoid memory leak errors
Anderson Toshiyuki Sasaki
2
-0
/
+12
2018-09-27
tests: Replace ssh_buffer_free() with SSH_BUFFER_FREE()
Anderson Toshiyuki Sasaki
2
-11
/
+11
2018-09-27
tests: Replace ssh_string_free() with SSH_STRING_FREE()
Anderson Toshiyuki Sasaki
4
-10
/
+10
2018-09-27
tests: Replace ssh_key_free() with SSH_KEY_FREE()
Anderson Toshiyuki Sasaki
8
-152
/
+129
2018-09-27
tests: Use SSH_STRING_FREE_CHAR
Anderson Toshiyuki Sasaki
6
-33
/
+36
2018-09-26
cmake: Rewritten AddCMockaTest.cmake
Anderson Toshiyuki Sasaki
2
-85
/
+74
2018-09-20
tests: Add a test for ssh_pki_export_privkey_base64()
Andreas Schneider
1
-1
/
+55
2018-09-20
tests: Add test for ssh_get_fingerprint_hash()
Andreas Schneider
1
-0
/
+27
2018-09-20
dh: Add diffie-hellman-group18-sha512 support
Anderson Toshiyuki Sasaki
4
-5
/
+17
2018-09-19
dh: Add diffie-hellman-group16-sha512 support
Anderson Toshiyuki Sasaki
4
-6
/
+17
2018-09-18
tests: Add OK: and a new line to ssh_ping
Andreas Schneider
1
-1
/
+1
2018-09-18
tests: Wait for the server to start
Jakub Jelen
3
-3
/
+98
2018-09-18
tests: Add null checks in torture_threads_pki_rsa.c
Anderson Toshiyuki Sasaki
1
-0
/
+2
2018-09-18
tests: Add null checks in torture_pki_rsa.c
Anderson Toshiyuki Sasaki
1
-1
/
+7
2018-09-18
tests: Add null checks in torture_pki_ed25519.c
Anderson Toshiyuki Sasaki
1
-0
/
+5
2018-09-18
tests: Add null checks in torture_pki_ecdsa.c
Anderson Toshiyuki Sasaki
1
-0
/
+3
2018-09-18
tests: Add null checks and frees in torture_pki_dsa.c
Anderson Toshiyuki Sasaki
1
-0
/
+13
2018-09-18
tests: Add return and null checks in torture_options.c
Anderson Toshiyuki Sasaki
1
-6
/
+17
2018-09-18
tests: Add null checks in torture_config.c
Anderson Toshiyuki Sasaki
1
-0
/
+3
2018-09-18
tests: Verify we can read public key from OpenSSH container
Jakub Jelen
4
-0
/
+138
2018-09-18
Revert "pkd: Generate host keys in old format"
Jakub Jelen
1
-5
/
+5
[next]