aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-09-18tests: Verify the localuser match worksJakub Jelen2-5/+26
2019-09-18config: Support match localuserJakub Jelen1-1/+23
2019-09-18config: Make the matching case sensitive as documented in ssh_config manual p...Jakub Jelen1-4/+1
2019-09-16Skip the proxycommand test in case the netcat is not avaliableJakub Jelen1-1/+9
2019-09-16sftp: Improve the documentation of sftp_init() and sftp_new()Jakub Jelen1-2/+10
2019-09-16known_hosts: Avoid using deprecated functions (even from deprecated functions)Jakub Jelen1-6/+11
2019-08-08gitlab-ci: Turn DEBUG_CRYPTO on for standard crypto lib buildsAndreas Schneider1-2/+3
2019-08-08dh: Add ssh_dh_debug_crypto()Andreas Schneider5-25/+48
2019-08-07bignum: Pass const to ssh_print_bignum()Andreas Schneider5-5/+8
2019-08-07pki_mbedcrypto: Add missing misc.h header fileAndreas Schneider1-0/+1
2019-08-06tests: Skip testing 1024 bits key generation in FIPS modeAnderson Toshiyuki Sasaki1-13/+15
2019-08-06knownhosts: Use ssh_mkdirs() instead of ssh_mkdir()Anderson Toshiyuki Sasaki3-45/+107
2019-08-06misc: Introduce internal function ssh_mkdirs()Anderson Toshiyuki Sasaki3-5/+166
2019-08-06misc: Introduce internal function ssh_dir_writeable()Anderson Toshiyuki Sasaki3-0/+98
2019-07-30misc: Allow %% to escape a single % in paths.Richard W.M. Jones2-0/+16
2019-07-30libcrypto: Avoid incompatible pointersJakub Jelen1-2/+6
2019-07-30pki_container_openssh: Avoid bogus newline in debug messageJakub Jelen1-1/+1
2019-07-30pki_container_openssh: Reformat whitespaceJakub Jelen1-14/+14
2019-07-30examples: Load ED25519 key when loading all keysJakub Jelen1-0/+2
2019-07-30Replace ssh_print_hexa() with ssh_log_hexdump()Anderson Toshiyuki Sasaki11-59/+59
2019-07-30misc: Introduce ssh_log_hexdump()Anderson Toshiyuki Sasaki2-0/+188
2019-07-29tests: Try PEM files with leading white spacesAnderson Toshiyuki Sasaki3-0/+116
2019-07-29pki: Search OpenSSH header not only at the beginningAnderson Toshiyuki Sasaki2-4/+88
2019-07-15gitlab-ci: Test installation at least on one runnerAndreas Schneider1-1/+2
2019-07-09tests: Do not use internal macros in the fuzzerAndreas Schneider1-6/+7
2019-07-08tests: Use the correct assert function in test serverAndreas Schneider1-2/+2
2019-07-08tests: Fix #ifdef in torture_server_configAndreas Schneider1-5/+2
2019-07-08examples: Fix freeing the channel in ssh_clientAndreas Schneider1-1/+13
2019-07-08examples: Update header in ssh_clientAndreas Schneider1-12/+13
2019-07-08tests: Add ssh_client_fuzzerAndreas Schneider2-0/+168
2019-07-08exmples: Use SSH_CONNECTOR_STDINOUT in client exampleAndreas Schneider1-2/+2
2019-07-08include: Add define for SSH_CONNECTOR_STDINOUTAndreas Schneider1-0/+1
2019-07-08gitlab-ci: Run the fuzzer with AddressSanitzerAndreas Schneider1-3/+4
2019-07-08ctest: Run the ssh_server_fuzzer to check it worksAndreas Schneider1-0/+3
2019-07-08tests: Fix memory leak in ssh_server_fuzzerAndreas Schneider1-0/+2
2019-07-08cmake: We don't have to define the ssh link librariesAndreas Schneider2-4/+2
2019-07-08cmake: Fix linking shared and static librariesAndreas Schneider1-1/+5
2019-07-05dh_crypto: Use size_t for loop variableAndreas Schneider1-1/+3
2019-07-04libcrypto: fix compilation with LibreSSLStefan Strogin3-0/+11
2019-07-04tests: Use C99 initilizer in test_server.cAndreas Schneider1-1/+3
2019-07-04cmake: Write libssh-config.cmake using EXPORTSAndreas Schneider3-22/+4
2019-07-04cmake: Use GNUInstallDirs for installationAndreas Schneider7-136/+16
2019-07-04tests: Improve fuzzer testAndreas Schneider1-20/+116
2019-07-04gitlab-ci: Enable building the ssh_server_fuzzer with clangAndreas Schneider1-1/+2
2019-07-04cmake: Fix building the ssh_server_fuzzerAndreas Schneider1-0/+4
2019-07-04config: Increase debug level for unkown and unsupported optionsAndreas Schneider1-4/+4
2019-07-04kex: Do not ignore keys in known_hosts filesAnderson Toshiyuki Sasaki2-90/+223
2019-07-04knownhosts: Introduced ssh_known_hosts_get_algorithms_names()Anderson Toshiyuki Sasaki3-0/+170
2019-07-04token: Added function to remove duplicatesAnderson Toshiyuki Sasaki3-2/+278
2019-07-04knownhosts: Read knownhosts file only if foundAnderson Toshiyuki Sasaki1-2/+2