aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-06-28misc: Use strtoul in ssh_analyze_banner()Andreas Schneider1-1/+1
2017-06-19Add config file for arcanistAndreas Schneider1-0/+3
2017-06-08config: fix buffer underflow with unrecognized opcodesAris Adamantiadis1-1/+1
2017-06-07tests: fix buffer overflow in testcaseAris 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-06-06doc: Fix documentation for ssh_userauth_none() usageAndreas Schneider1-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 Schneider2-4/+30
2017-04-13Revert "buffer: Create ssh_buffer_validate_length()"Andreas Schneider2-23/+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 Schneider2-3/+23
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 Mazzinghi4-7/+111
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-27Update SubmittingPatchesAndreas Schneider1-3/+3
2017-02-23libcrypto-compat: Check if EVP_CIPHER_CTX_new is neededAndreas Schneider1-0/+4
2017-02-23cmake: Check for EVP_CIPHER_CTX_newAndreas Schneider2-0/+7
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-08tests: Fix session management of torture_knownhostsAndreas Schneider1-6/+10
2016-11-07cmake: Use configure check for CRYPTO_ctr128_encryptAndreas Schneider3-3/+10
2016-11-07threads: Use new API call for OpenSSL CRYPTO THREADIDAndreas Schneider3-2/+23
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 Jelen3-10/+18
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
2016-11-07misc: Use simpler macros for htonll and ntohllAndreas Schneider3-26/+18
2016-11-07tests: Fix typo in torture_cryptoAndreas Schneider1-1/+1
2016-11-06log: Add missing config.h includeAndreas Schneider1-1/+3