aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2017-08-24ssh_options_set_algo: ensure we only set known algorithms internallyNikos Mavrogiannopoulos3-7/+81
2017-08-24priv: Add macro for MAXAndreas Schneider1-0/+4
2017-08-24INSTALL: mention the way to testNikos Mavrogiannopoulos1-1/+5
2017-08-24tests: added unit test on including config filesNikos Mavrogiannopoulos2-0/+96
2017-08-24config: add support for recursive including of filesNikos Mavrogiannopoulos1-2/+40
2017-08-21arcconfig: Add missing commaAndreas Schneider1-1/+1
2017-08-18arc: Make the history immutableAndreas Schneider1-0/+1
2017-08-17tests: plug leak in torture_bind_options_import_keyJon Simons1-1/+2
2017-08-17pkd: a few improvements and fixupsJon Simons3-29/+58