aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-12-21config: glob support for include with testNoName1152-1/+69
2017-12-15config: support for MACsJakub Jelen3-1/+23
2017-12-15tests/config: Text KexAlgorithms parsing in ssh_configJakub Jelen1-1/+5
2017-12-15tests/options: Verify key exchange algorithms are set properlyJakub Jelen1-0/+29
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 Adamantiadis9-19/+343
2017-12-15tests: Temporarily build chroot_wrapperJakub Jelen2-1/+18
2017-12-15tests: Do not generate pcap file by defaultJakub Jelen1-1/+4
2017-12-15tests: Give server more time to startJakub Jelen1-1/+1
2017-12-15tests: Do not test blowfish ciphers with OpenSSH 7.6 and newerJakub Jelen2-0/+8
2017-11-16client: Add missing language tag in disconnect messageAndreas Schneider1-2/+3
2017-11-09test: ssh_userauth_kbdint_setanswer() does not network interactionAndreas Schneider1-3/+1
2017-11-09sftp: Check for NULL path and give correct errorAndreas Schneider1-0/+5
2017-11-08examples: Build server examples on Linux tooAndreas Schneider1-2/+2
2017-11-08pki_crypto: Avoid potential memory leakJakub Jelen1-1/+3
2017-11-07examples: Rename samplessh to ssh-clientAndreas Schneider2-2/+2
2017-11-07doc: Missing new Host Key algorithmsJakub Jelen1-1/+1
2017-11-07doc: Missing new MAC algorithms in documentationJakub Jelen1-1/+1
2017-11-07doc: Missing new ECDH algorithms in documentationJakub Jelen1-1/+1
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-29torture_algorithms: deduplicate kex method passesJon Simons1-90/+49
2017-10-29torture_algorithms: deduplicate kex method passesJon Simons1-90/+49
2017-10-29server: expose 'ssh_server_init_kex' APIJon Simons2-6/+39
2017-10-28Fix config.h includesAndreas Schneider47-21/+92
2017-10-12cmake: Fix parsing the gcrypt versionAndreas Schneider1-2/+2
2017-09-12cmake: Bump version numbersAndreas Schneider1-2/+2
2017-09-11README.Coding: Add section about pointersAndreas Schneider1-0/+21
2017-09-11sftp-server: Fix LIBSSH_APIDavidWed1-10/+10
2017-09-11pkd_daemon.c: force close pkd_state.server_fd upon stopJon Simons1-0/+1
2017-09-11pkd_daemon.c: split final close loop; wait for client to closeJon Simons1-2/+12
2017-09-11pkd_hello.c: fix return code upon test failureJon Simons1-4/+5
2017-09-11auth: fix double-free in ssh_userauth_agent_publickeyJon Simons1-0/+1
2017-09-11config: fix memory leak with repeated opcodesJon Simons2-1/+21
2017-08-25match: Add missing return statementAndreas Schneider1-0/+1
2017-08-25examples: Fix fallthrough compiler warningsAndreas Schneider1-0/+4
2017-08-25packet: Fix fallthrough compiler warningsAndreas Schneider2-1/+9
2017-08-25cmake: Add check for fallthrough attributeAndreas Schneider2-0/+29
2017-08-24ecdh: enable ecdh_sha2_nistp{384,521} kex methodsJon Simons11-12/+184
2017-08-24ecdh: enable ecdh_sha2_nistp{384,521} kex methodsJon Simons11-12/+184
2017-08-24options: Use ssh_key_type_e in ssh_options_set_algo()Andreas Schneider2-15/+19
2017-08-24kex: Use ssh_kex_types_e in ssh_verify_existing_algo()Andreas Schneider2-3/+7
2017-08-24torture_options: test the setting of ciphers and MACsNikos Mavrogiannopoulos1-0/+40