aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2018-10-28libcrypto: Fix memory leak in evp_final()Andreas Schneider1-0/+1
2018-10-26gssapi: Set correct state after sending GSSAPI_RESPONSE (select mechanism OID)Meng Tan1-0/+1
2018-10-24server: Fix compile errorAndreas Schneider1-1/+1
2018-10-19messages: Check that the requested service is 'ssh-connection'Andreas Schneider1-0/+8
2018-10-19server: Set correct state after sending INFO_REQUEST (Kbd Interactive)Meng Tan1-0/+1
2018-10-19packet: Add missing break in ssh_packet_incoming_filter()Andreas Schneider1-0/+1
2018-10-17misc: Add strndup implementation if not provides by the OSAndreas Schneider1-0/+21
2018-10-09CVE-2018-10933: Introduced packet filteringAnderson Toshiyuki Sasaki1-2/+785
2018-10-09CVE-2018-10933: Check channel state when OPEN_FAILURE arrivesAnderson Toshiyuki Sasaki1-0/+11
2018-10-09CVE-2018-10933: Check channel state when OPEN_CONFIRMATION arrivesAnderson Toshiyuki Sasaki1-0/+9
2018-10-09CVE-2018-10933: Set correct state after sending MICAnderson Toshiyuki Sasaki1-1/+1
2018-10-09CVE-2018-10933: Introduce SSH_AUTH_STATE_AUTH_NONE_SENTAnderson Toshiyuki Sasaki1-1/+3
2018-10-09CVE-2018-10933: Introduce SSH_AUTH_STATE_PASSWORD_AUTH_SENTAnderson Toshiyuki Sasaki1-1/+3
2018-10-09CVE-2018-10933: Introduced new auth statesAnderson Toshiyuki Sasaki1-11/+21
2018-10-09dh: Use ssh_get_fingerprint_hash() in ssh_print_hash()Andreas Schneider1-23/+6
2018-10-09dh: Add ssh_get_fingerprint_hash()Andreas Schneider1-0/+73
2018-10-09dh: Add ssh_print_hash() function which can deal with sha256Jan-Niklas Burfeind1-0/+80
2018-10-09dh: Add SSH_PUBLICKEY_HASH_SHA256 to ssh_get_publickey_hash()Jan-Niklas Burfeind1-0/+23
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