aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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 Schneider1-2/+2
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-13buffer: Validate the length before before memory allocationAndreas Schneider1-2/+19
2017-04-13buffer: Create ssh_buffer_validate_length()Andreas Schneider1-3/+26
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-02-03pki: Use byte mode for fopen()Andreas Schneider1-2/+2
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 Schneider1-17/+0
2016-11-05options: Fix log level documentationAndreas Schneider1-4/+4
2016-11-05config: Fix build warningAndreas Schneider1-2/+4
2016-10-22sftp: Fix memory leak in sftp_fstatPino Toscano1-1/+4
2016-10-07sftp: Correctly check for EOF else keep spinning if there is no dataAndreas Schneider1-16/+17
2016-10-06gssapi: Use correct return code in ssh_gssapi_auth_mic()Andreas Schneider1-1/+1
2016-10-06gssapi: Print minor stat in error logging functionAndreas Schneider1-17/+91
2016-09-09sftp: ensure sftp_packet_read recognizes channel EOF to avoid infinite loopJeremy Cross1-1/+1
2016-05-03Make "Host" pattern list handling consistent with OpenSSHTravers Carter1-10/+14
2016-05-03client: If SSHv1 is disabled send the banner immediatelyAndreas Schneider1-1/+9
2016-05-03client: Fix ssh_send_banner() to confirm with RFC 4253Andreas Schneider1-33/+62
2016-05-03client: Fix maximum banner lengthAndreas Schneider1-1/+2
2016-05-03client: Reformat callback_receive_banner()Andreas Schneider1-49/+63
2016-05-03client: Receive the banner correctlyKen Reister1-0/+7
2016-05-02Add id_ed25519 to the default identity listKohei Suzuki1-0/+9