aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-08-19Relase 0.9.6libssh-0.9.6Jakub Jelen4-3/+440
2021-08-18ChangeLog: Fix release date of 0.9.5Jakub Jelen1-1/+1
2021-08-18tests: Simple reproducer for rekeying with different kexJakub Jelen1-3/+155
2021-08-18CVE-2021-3634: Create a separate length for session_idJakub Jelen10-18/+23
2021-08-17.gitlab-ci: Allow failure of windows runners as they are brokenJakub Jelen1-0/+3
2021-08-17Enable freebsd runner also for jjelenJakub Jelen1-0/+1
2021-08-17gitlab-ci: Enable new freebsd runnerAndreas Schneider1-0/+1
2021-08-17gitlab-ci: Use shared Windows runners from gitlabAndreas Schneider1-31/+35
2021-08-17Fix some compiler warningsNorbert Pocs3-4/+22
2021-08-17packet: Change the last argument of ssh_packet_encrypt to uint32_tXiang Xiao1-1/+1
2021-08-17mbedtls: Change the last argument of cipher_[de|en]crypt_cbc to size_tXiang Xiao1-2/+2
2021-08-17Fix error: dereferencing pointer to incomplete type ‘struct timeval’Xiang Xiao3-0/+9
2021-08-17tests: Fix running timeout tests on gitlab windows runnersAndreas Schneider1-1/+2
2021-08-17ed25519: Harmonize arguments to make new gcc happyJakub Jelen1-4/+4
2021-08-17cmake: Fix Ninja multiple rules errorDDoSolitary1-3/+3
2021-08-17tests: Cover sftp_new_channel functionJakub Jelen4-4/+135
2021-08-17fix sftp_new_channel constructs an invalid objectPablo Yaggi1-2/+26
2021-08-17Reformat sftp_new_channelJakub Jelen1-21/+21
2021-08-17[winlocks] Include stdlib.h to avoid crash in WindowsChris Townsend1-0/+1
2021-08-17cmake: Support build directories with special charactersDDoSolitary2-9/+15
2021-08-17cmake: Avoid setting compiler flags directlyDDoSolitary1-13/+6
2021-08-17pki: Fix memory leak on error pathJakub Jelen1-0/+1
2021-08-17config: Support more identity files in configurationJakub Jelen1-0/+1
2021-08-17dh-gex: Avoid memory leaksJakub Jelen1-0/+3
2021-08-17Clean memory on failure pathsJakub Jelen2-3/+7
2021-08-17include: Introduce secure SSH_SIGNATURE_FREE()Jakub Jelen1-0/+2
2021-08-17Happy new year 2021!Andreas Schneider2-2/+2
2021-08-17Fix CMake warning about mismatched if/endif arguments during OpenSSL detectionKevin Kane1-1/+1
2021-08-17Always check return value of ssh_list_new()Dirkjan Bussink5-21/+42
2021-08-17Add safety checks for all ssh_string_fill callsDirkjan Bussink8-30/+97
2021-08-17Ignore request success and failure message if they are not expectedDirkjan Bussink2-18/+112
2021-08-17Provide OPENSSL_CRYPTO_LIBRARIES synonym for OPENSSL_CRYPTO_LIBRARYKevin Kane1-1/+7
2021-08-17cmake: Use OPENSSL_CRYPTO_LIBRARIES CMake variable when linking against OpenSSLKevin Kane2-16/+16
2021-08-17wrapper: Avoid memory leak on errors during key exchangeJakub Jelen1-0/+1
2021-08-17tests: Disable *cbc ciphers in Dropbear testsJakub Jelen1-23/+42
2021-08-17Fix handshake bug with AEAD ciphers and no HMAC overlapDirkjan Bussink1-16/+41
2021-08-17tests: Test MAC algorithm mismatch when AEAD cipher is selectedJakub Jelen1-0/+57
2021-08-17torture: Place additional configuration options before defaults so they can o...Jakub Jelen1-10/+10
2021-08-17client: Reset pending_call_state on disconnectJakub Jelen1-0/+1
2021-08-17Fix another memory leak on invalid nid valueDirkjan Bussink1-0/+4
2020-09-10Bump version to 0.9.5libssh-0.9.5Jakub Jelen4-3/+435
2020-09-02Add a new location of sftp-server on TumbleweedJakub Jelen1-0/+1
2020-08-13tests: Enable all CASignatureAlgorithms as SHA1 certificates are now disabled...Jakub Jelen1-0/+3
2020-08-13tests: Enable RSA SHA1 certs for testing against older OpenSSHJakub Jelen1-0/+6
2020-08-13CMakeLists: Shorten the keys lists passed to the ssh commandJakub Jelen1-0/+6
2020-08-13tests: Use the path to SSH executable consistentlyJakub Jelen2-3/+3
2020-08-13pkd client run user executableAris Adamantiadis2-2/+3
2020-08-13pkd: fix snprintf compiler warningAris Adamantiadis1-1/+1
2020-08-13tests: use detected sshd pathAris Adamantiadis3-9/+10
2020-08-13tests: use OpenSSH-provided ciphersAris Adamantiadis2-52/+25