aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-04-20gitlab-ci: Avoid passing artifacts between completely unrelated stagesJakub Jelen1-0/+2
2020-04-20gitlab-ci: Fix typoJakub Jelen1-1/+1
2020-04-20tests: Enable RSA SHA1 certs for testing against older OpenSSHJakub Jelen1-0/+6
2020-04-20tests: Update coverage of config_parserJakub Jelen1-7/+113
2020-04-20config_parser: Allow equal sign as a separator and eat up trailing whitespaceJakub Jelen1-10/+23
2020-04-20Disable RSA and DSA keys with sha1 by defaultJakub Jelen2-23/+25
2020-04-20pkd: Enable all hostkeysJakub Jelen1-0/+10
2020-04-20tests: Enable all host key algorithms in testing clientJakub Jelen1-0/+3
2020-04-20Make the testing ping use all supported algorithmsJakub Jelen2-1/+15
2020-04-15Reformat ssh_bind_accept()Jakub Jelen1-25/+28
2020-04-15examples: Add missing includesJakub Jelen1-0/+2
2020-04-15libcrypto-compat: Fix indentation and return valueJakub Jelen1-1/+2
2020-04-15libcrypto: remove deprecated API usageRosen Penev1-5/+4
2020-04-15libcrypto-compat: add extra functionsRosen Penev2-0/+20
2020-04-15Fix FTBFS on hurd-i386Laurent Bigonville1-0/+4
2020-04-15Make the documentation reproducibleLaurent Bigonville1-0/+1
2020-04-15Correctly parse v4 subsecond timestampsStefanBruens1-15/+15
2020-04-09client: Check if the library is initialized in ssh_connect()Anderson Toshiyuki Sasaki2-0/+40
2020-04-09client: Reformat ssh_connect()Anderson Toshiyuki Sasaki1-99/+111
2020-04-09init: Introduce internal is_ssh_initialized()Anderson Toshiyuki Sasaki3-0/+45
2020-04-09init: Clarify the need to call ssh_{init, finalize}()Anderson Toshiyuki Sasaki1-7/+18
2020-04-09CVE-2020-1730: Fix a possible segfault when zeroing AES-CTR keyAndreas Schneider1-2/+6
2020-04-06src/pki_crypto.c corrects the incorrect usage of enumSahana Prasad1-2/+2
2020-04-06kex: Add support for diffie-hellman-group14-sha256Anderson Toshiyuki Sasaki11-2/+44
2020-04-02dh-gex: Check return value of ssh_get_random()Andreas Schneider1-2/+7
2020-04-01cmake: Fix building with threading support on MinGWAndreas Schneider1-0/+7
2020-03-30gitlab-ci: Add Coverity ScanAndreas Schneider1-0/+37
2020-03-30gitlab-ci: Add stagesAndreas Schneider1-0/+12
2020-03-30gitlab-ci: Use variables so we can keep before_scriptAndreas Schneider1-150/+133
2020-03-30gitlab-ci: Remove the tumbleweed docs buildAndreas Schneider1-7/+0
2020-03-30gitlab-ci: Add a simple fedora build and docs buildAndreas Schneider1-0/+10
2020-03-30gitlab-ci: Add a build templateAndreas Schneider1-5/+17
2020-03-30cmake: Update compile flags for UndefinedSanitizerAndreas Schneider1-2/+2
2020-03-29doc: Add a newly published RFC about Ed25519 keysJakub Jelen1-0/+2
2020-03-29tests: Mark unreachable points after fail_msg()Anderson Toshiyuki Sasaki1-2/+18
2020-03-29torture_server_config: Run the server under timeoutAnderson Toshiyuki Sasaki1-79/+10
2020-03-29torture_server: Run the server under timeoutAnderson Toshiyuki Sasaki1-172/+16
2020-03-29torture: Added a function to setup a libssh based serverAnderson Toshiyuki Sasaki4-1/+249
2020-03-29test_server: Added an option to write PID to fileAnderson Toshiyuki Sasaki1-0/+31
2020-03-29ssh_ping: Ignore system-wide configurationAnderson Toshiyuki Sasaki1-0/+9
2020-03-29auth: Fix memory leak in ssh_userauth_publickey_auto()Anderson Toshiyuki Sasaki1-0/+5
2020-03-27doc: Fix a doxygen warningAndreas Schneider1-1/+1
2020-03-27doc: Make sure we parse the server and sftp documentationAndreas Schneider1-0/+2
2020-03-23doc: Add SSH auth callback to libssh_auth doc groupAndreas Schneider1-1/+9
2020-02-25tests: Verify error returned by killAnderson Toshiyuki Sasaki3-13/+12
2020-02-24tests: Close SFTP file opened during rekey testsAnderson Toshiyuki Sasaki1-0/+6
2020-02-24tests: Do not leave temporary SFTP directoryAnderson Toshiyuki Sasaki1-0/+4
2020-02-24tests: Use a common function to start sshdAnderson Toshiyuki Sasaki1-26/+19
2020-02-12pki: Small code cleanup in ssh_pki_signature_verify()Andreas Schneider1-2/+4
2020-02-12pki: Use SSH_BUFFER_FREE() in ssh_pki_signature_verify()Andreas Schneider1-1/+1