aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2017-08-24config: add support for recursive including of filesNikos Mavrogiannopoulos1-2/+40
2017-07-20libcrypto: add NULL-check for EVP_CIPHER_CTX_cleanupJon Simons1-1/+1
2017-07-18misc: relax fatal errors in ssh_analyze_bannerJon Simons1-10/+7
2017-07-18wrapper: move EVP_CIPHER_CTX_free call to libcrypto.cJon Simons2-6/+3
2017-07-18wrapper: fix gcrypt build error in ssh_cipher_clearJon Simons1-5/+7
2017-07-18wrapper: fix 4-space indentation in ssh_cipher_clearJon Simons1-15/+15
2017-07-13misc: fix error-checking in ssh_analyze_bannerJon Simons1-7/+18
2017-07-13misc: reindent ssh_analyze_banner, update docsJon Simons1-81/+79
2017-07-13libcrypto: fix resource leak in hmac_finalJon Simons1-1/+2
2017-07-13libcrypto-compat: fix HMAC_CTX_free for OpenSSL < 1.1.0Jon Simons1-0/+2
2017-06-28misc: Use strtoul in ssh_analyze_banner()Andreas Schneider1-1/+1
2017-06-08config: fix buffer underflow with unrecognized opcodesAris Adamantiadis1-1/+1
2017-06-06misc: Do not fall through and return a valueAndreas Schneider1-0/+1
2017-06-06wrapper: Fix possible crash in ssh_handle_key_exchange()debevv1-4/+6
2017-06-06config: Bugfix: Don't skip unseen opcodesArtyom V. Poptsov1-1/+1
2017-04-26messages: Make sure we always free the answers pointerAndreas Schneider1-2/+2
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-4/+28
2017-04-13Revert "buffer: Create ssh_buffer_validate_length()"Andreas Schneider1-21/+3
2017-04-13Revert "buffer: Validate the length before before memory allocation"Andreas Schneider1-19/+2
2017-04-13buffer: Validate the length before before memory allocationAndreas Schneider1-2/+19
2017-04-13buffer: Create ssh_buffer_validate_length()Andreas Schneider1-3/+21
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-11server: Add option SSH_BIND_OPTIONS_IMPORT_KEY to serverAlfredo Mazzinghi2-6/+57
2017-04-11messages: Utilize the message queue for SSH_REQUEST_GLOBAL.Max Bachmann1-2/+4
2017-02-23libcrypto-compat: Check if EVP_CIPHER_CTX_new is neededAndreas Schneider1-0/+4
2017-02-06buffer: Use calloc to allocate a zero'ed bufferAndreas Schneider1-3/+3
2017-02-03pki: Use byte mode for fopen()Andreas Schneider1-2/+2
2016-11-09pki_gcrypt: Fix freeing of ECDSA signatures.Justus Winter1-1/+1
2016-11-09pki_gcrypt: Fix memory leak.Justus Winter1-0/+4
2016-11-08cmake: Only build libcrypto and libcrypto-compat when neededAndreas Schneider2-9/+4
2016-11-07cmake: Use configure check for CRYPTO_ctr128_encryptAndreas Schneider1-3/+3
2016-11-07threads: Use new API call for OpenSSL CRYPTO THREADIDAndreas Schneider1-2/+17
2016-11-07pki_crypto: Use getters and setters for opaque keys and signaturesJakub Jelen1-92/+203
2016-11-07libcrypto: Use a pointer for EVP_CIPHER_CTXJakub Jelen2-9/+17
2016-11-07libcrypto: Use a pointer for EVP_MD_CTXJakub Jelen1-5/+6
2016-11-07libcrypto: Use newer API for HMACJakub Jelen1-8/+9
2016-11-07libcrypto: Introduce a libcrypto compat fileJakub Jelen3-0/+378
2016-11-07libcrypto: Remove AES_ctr128_encrypt()Jakub Jelen1-0/+4