aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-05-26gitlab-ci: Use shared Windows runners from gitlabmaster-gitlab-windowsAndreas Schneider1-9/+23
2021-05-12examples/ssh_client: Fix the memory leak in RTOS environmentXiang Xiao1-7/+6
2021-05-12examples/ssh_client: call ssh_init explicitlyXiang Xiao1-0/+1
2021-05-12examples/ssh_server: Support the command line parser without argp packageXiang Xiao1-4/+88
2021-05-12examples/ssh_server: Add -u and -P optionXiang Xiao1-3/+25
2021-05-12examples/libssh_scp: Remove the duplication of free(loc->host)Xiang Xiao1-4/+1
2021-05-12examples/libssh_scp: call ssh_init and ssh_finalize explicitlyXiang Xiao1-2/+4
2021-05-12examples/ssh_client: Check SIGWINCH is defined before using itXiang Xiao1-5/+7
2021-05-12Revert "Fix error: dereferencing pointer to incomplete type ‘struct timeval...Jakub Jelen3-9/+0
2021-05-12Revert "mbedtls: Change the last argument of cipher_[de|en]crypt_cbc to size_t"Jakub Jelen1-2/+2
2021-05-12Revert "packet: Change the last argument of ssh_packet_encrypt to uint32_t"Jakub Jelen1-1/+1
2021-05-10ed25519: Harmonize arguments to make new gcc happyJakub Jelen1-4/+4
2021-05-10Fix error: dereferencing pointer to incomplete type ‘struct timeval’Xiang Xiao3-0/+9
2021-05-10mbedtls: Change the last argument of cipher_[de|en]crypt_cbc to size_tXiang Xiao1-2/+2
2021-05-10packet: Change the last argument of ssh_packet_encrypt to uint32_tXiang Xiao1-1/+1
2021-04-01doc: Fix uninitialized variable in example codeAndreas Schneider1-1/+1
2021-03-30gitlab-ci: Run basic test with ninjaJakub Jelen1-0/+6
2021-03-26gitlab-ci: fix typo ADDTIONALDDoSolitary1-8/+8
2021-03-25cmake: Fix Ninja multiple rules errorDDoSolitary1-3/+3
2021-03-18tests: Cover sftp_new_channel functionJakub Jelen4-4/+135
2021-03-18fix sftp_new_channel constructs an invalid objectPablo Yaggi1-2/+26
2021-03-18Reformat sftp_new_channelJakub Jelen1-21/+21
2021-03-18Reformat sftp_server_newJakub Jelen1-26/+28
2021-03-11[winlocks] Include stdlib.h to avoid crash in WindowsChris Townsend1-0/+1
2021-02-15cmake: Support build directories with special charactersDDoSolitary2-9/+15
2021-02-04cmake: Avoid setting compiler flags directlyDDoSolitary1-13/+6
2021-01-28pki: Fix memory leak on error pathJakub Jelen1-0/+1
2021-01-28tests: Verify the configuration can set more identity files from one configur...Jakub Jelen1-0/+29
2021-01-28config: Support more identity files in configurationJakub Jelen1-0/+1
2021-01-15dh-gex: Avoid memory leaksJakub Jelen1-0/+3
2021-01-12tests/external_override: Add override test for internal implementationsAnderson Toshiyuki Sasaki13-0/+931
2021-01-12libmbedcrypto: Fix chacha20-poly1305Anderson Toshiyuki Sasaki3-8/+20
2021-01-12chachapoly: Use secure_memcmp() to compare auth tagAnderson Toshiyuki Sasaki1-1/+1
2021-01-12libcrypto: Use CRYPTO_memcmp() instead of memcmpAnderson Toshiyuki Sasaki1-1/+1
2021-01-12packet_crypt: Move secure_memcmp() to a shared sourceAnderson Toshiyuki Sasaki4-11/+37
2021-01-12Clean memory on failure pathsJakub Jelen2-3/+7
2021-01-12include: Introduce secure SSH_SIGNATURE_FREE()Jakub Jelen1-0/+2
2021-01-11torture_session: Test delayed closeAnderson Toshiyuki Sasaki1-0/+43
2021-01-11channel_rcv_close: indentationTom Deseyn1-30/+30
2021-01-11channesl: Fix delayed closeTom Deseyn1-13/+28
2021-01-11Cleanup AES compatibility codeDirkjan Bussink4-158/+1
2021-01-11Remove no longer needed compatibility checkDirkjan Bussink3-19/+0
2021-01-11Remove no longer needed compatibility functionDirkjan Bussink3-24/+0
2021-01-11Remove compat reset functionDirkjan Bussink3-10/+2
2021-01-11Move HMAC implementation to EVP APIDirkjan Bussink4-32/+28
2021-01-11Fix formatting for file with changesDirkjan Bussink1-23/+25
2021-01-11Remove unneeded version conditionalDirkjan Bussink1-11/+4
2021-01-11Use correct cleanup function for cipher contextDirkjan Bussink1-2/+1
2021-01-11Remove unneeded HMAC_CTX_reset functionDirkjan Bussink2-7/+0
2021-01-11Remove unneeded EVP_MD_CTX_reset custom cleanupDirkjan Bussink2-41/+1