aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-10-02torture: Restrict files to we write to our user.Andreas Schneider1-1/+1
2018-10-02torture: Add function to setup sshd serverAndreas Schneider2-9/+118
2018-10-02torture: Add torture_teardown_socket_dir().Andreas Schneider2-0/+26
2018-10-02torture: Add torture_setup_socket_dir().Andreas Schneider2-0/+54
2018-10-02tests: Add ssh host keys for test environment.Andreas Schneider8-0/+48
2018-10-02cmake: Search for cwrap and sshd.Andreas Schneider1-0/+12
2018-06-30libcrypt: Add missing header for compatAndreas Schneider1-0/+1
2018-06-29pki: Fix duplicating ed25519 public keysAndreas Schneider1-11/+14
2018-06-29kex1: Add missing NULL check in make_rsa1_string()Andreas Schneider1-0/+4
2018-06-29kex1: Use libcrypto-compat.h for RSA_get0_key with OpenSSLNikos Mavrogiannopoulos1-0/+4
2018-06-29kex1: Fix building with OpenSSL 1.1+Andreas Schneider1-2/+2
2018-06-29Set channel as bound when accepting channel open requestMeng Tan1-0/+1
2018-06-29pki: Fix random memory corruptionAndreas Schneider1-2/+2
2018-06-29libcrypto: fix resource leak in hmac_finalJon Simons1-1/+2
2018-06-29libcrypto-compat: fix HMAC_CTX_free for OpenSSL < 1.1.0Jon Simons1-0/+2
2018-06-29cmake: Only build libcrypto and libcrypto-compat when neededAndreas Schneider2-9/+4
2018-06-29cmake: Use configure check for CRYPTO_ctr128_encryptAndreas Schneider3-2/+9
2018-06-29pki_crypto: Use getters and setters for opaque keys and signaturesJakub Jelen1-88/+198
2018-06-29libcrypto: Use a pointer for EVP_MD_CTXJakub Jelen1-5/+6
2018-06-29libcrypto: Use newer API for HMACJakub Jelen1-8/+9
2018-06-29libcrypto: Introduce a libcrypto compat fileJakub Jelen3-0/+366
2018-06-29libcrypto: Remove AES_ctr128_encrypt()Jakub Jelen1-0/+6
2018-06-29config: Bugfix: Don't skip unseen opcodesArtyom V. Poptsov1-1/+1
2017-04-25messages: Do not leak memory of previously allocated answersAndreas Schneider1-2/+9
2017-04-24messages: Do not leak memory if answeres had been allocated previouslyAndreas Schneider1-0/+1
2017-04-21messages: Do not leak memory if answered had been allocated previouslyAndreas Schneider1-2/+3
2017-04-21misc: Validate integers converted from the SSH bannerAndreas Schneider1-2/+16
2017-04-21messages: Fix memory leaks in the ssh_packet_global_request callbackAndreas Schneider1-0/+2
2017-04-21auth: Use calloc in ssh_userauth_agent_pubkey()Andreas Schneider1-2/+1
2017-04-20session: Free session->kbdint in ssh_free()Peter Volpe1-0/+4
2017-04-13Bump version to 0.7.5libssh-0.7.5Andreas Schneider3-3/+10
2017-04-13buffer: Validate the length before before memory allocationAndreas Schneider1-2/+19
2017-04-13buffer: Create ssh_buffer_validate_length()Andreas Schneider2-3/+28
2017-04-13config: Only use first occurence of each parameterAlex Hermann1-2/+11
2017-04-13config: Don't expand Host variableAlex Hermann1-7/+1
2017-04-13config: Support expansion in the HostName variableAlex Hermann1-1/+6
2017-04-11session: Add SSH1 support in ssh_send_debug()Yanis Kurganov1-6/+16
2017-04-11session: Add SSH1 support in ssh_send_ignore()Yanis Kurganov1-2/+9
2017-04-11messages: Utilize the message queue for SSH_REQUEST_GLOBAL.Max Bachmann1-2/+4
2017-04-11cmake: Fix GCRYPT_ROOT_DIR and check correct pathsAndreas Schneider1-0/+4
2017-02-03pki: Use byte mode for fopen()Andreas Schneider1-2/+2
2017-02-03Bump version to 0.7.4libssh-0.7.4Andreas Schneider2-2/+2
2017-02-03Update ChangeLogAndreas Schneider1-0/+5
2016-11-25session: Add missing ifdef that prevented Windows buildsTilo Eckert1-0/+2
2016-11-07sftpserver: Fix SSH_FXP_FSTAT argumentsAndreas Schneider1-3/+2
2016-11-07misc: Use simpler macros for htonll and ntohllAndreas Schneider3-26/+18
2016-11-06cmake: Always check for strtoullAndreas Schneider1-1/+1
2016-11-05options: Fix log level documentationAndreas Schneider1-4/+4
2016-11-05cmake: Correctly check for *snprintf functions on WindowsAndreas Schneider1-7/+12
2016-11-05config: Fix build warningAndreas Schneider1-2/+4