aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2017-12-21config: glob support for include with testNoName1151-1/+29
2017-12-15config: support for MACsJakub Jelen1-0/+9
2017-12-15config: Set global log level from configuration fileJakub Jelen1-5/+10
2017-12-15options: Typo. The expand character is %dJakub Jelen1-1/+1
2017-12-15config: Remove MAC option (SSHv1)Jakub Jelen1-9/+1
2017-12-15config: Add configuration options from current OpenSSH 7.5 (and fix typos)Jakub Jelen1-13/+17
2017-12-15options: Document SSH_OPTIONS_GLOBAL_KNOWNHOSTS and set default valueJakub Jelen1-1/+18
2017-12-15Add new optionsAris Adamantiadis6-19/+300
2017-11-16client: Add missing language tag in disconnect messageAndreas Schneider1-2/+3
2017-11-09sftp: Check for NULL path and give correct errorAndreas Schneider1-0/+5
2017-11-08pki_crypto: Avoid potential memory leakJakub Jelen1-1/+3
2017-11-07pki_crypto: Avoid segfault with OpenSSL 1.1.0Jakub Jelen1-0/+4
2017-10-29ecdh: fix build for old libgcryptJon Simons1-2/+2
2017-10-29ecdh: fix build for old libgcryptJon Simons1-2/+2
2017-10-29dh: Don't use deprecated function with newer OpenSSLAndreas Schneider1-0/+7
2017-10-29pki_crypto: Don't use deprecated function with newer OpenSSLAndreas Schneider1-0/+13
2017-10-29server: expose 'ssh_server_init_kex' APIJon Simons1-6/+21
2017-10-28Fix config.h includesAndreas Schneider19-19/+38
2017-09-11auth: fix double-free in ssh_userauth_agent_publickeyJon Simons1-0/+1
2017-09-11config: fix memory leak with repeated opcodesJon Simons1-0/+1
2017-08-25match: Add missing return statementAndreas Schneider1-0/+1
2017-08-25packet: Fix fallthrough compiler warningsAndreas Schneider1-1/+1
2017-08-24ecdh: enable ecdh_sha2_nistp{384,521} kex methodsJon Simons8-10/+124
2017-08-24ecdh: enable ecdh_sha2_nistp{384,521} kex methodsJon Simons8-10/+124
2017-08-24options: Use ssh_key_type_e in ssh_options_set_algo()Andreas Schneider1-14/+16
2017-08-24kex: Use ssh_kex_types_e in ssh_verify_existing_algo()Andreas Schneider1-2/+6
2017-08-24ssh_options_set_algo: ensure we only set known algorithms internallyNikos Mavrogiannopoulos2-7/+80
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