aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2019-09-24pki: Remove unused function pki_signature_verify()Anderson Toshiyuki Sasaki4-118/+1
2019-09-24pki_crypto: Use OpenSSL for Ed25519 signaturesAnderson Toshiyuki Sasaki5-50/+265
2019-09-24pki: Move common Ed25519 functions to pki_ed25519_common.cAnderson Toshiyuki Sasaki6-190/+234
2019-09-24pki_mbedcrypto: Do not treat Ed25519 as a special caseAnderson Toshiyuki Sasaki1-11/+35
2019-09-24pki_gcrypt: Do not treat Ed25519 as a special caseAnderson Toshiyuki Sasaki1-10/+37
2019-09-24pki_crypto: Use EVP_DigestSign* and EVP_DigestVerify*Anderson Toshiyuki Sasaki1-25/+50
2019-09-24buffer: Simplify handling of the return codesJakub Jelen1-6/+2
2019-09-24buffer: Avoid use of uninitialized valuesJakub Jelen1-6/+13
2019-09-24dh-gex: Correctly free modulus and generator with opensslJakub Jelen1-6/+12
2019-09-24channels: Correctly reports failed channels openingJakub Jelen1-0/+5
2019-09-24Reformat channel_open()Jakub Jelen1-57/+67
2019-09-24channels: Do not use deprecated functions in the example codeJakub Jelen1-2/+2
2019-09-19options: Do not attempt to expand percents in PKCS#11 URIsJakub Jelen1-0/+7
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-16known_hosts: Avoid using deprecated functions (even from deprecated functions)Jakub Jelen1-6/+11
2019-08-08dh: Add ssh_dh_debug_crypto()Andreas Schneider4-25/+46
2019-08-07bignum: Pass const to ssh_print_bignum()Andreas Schneider2-2/+2
2019-08-07pki_mbedcrypto: Add missing misc.h header fileAndreas Schneider1-0/+1
2019-08-06knownhosts: Use ssh_mkdirs() instead of ssh_mkdir()Anderson Toshiyuki Sasaki2-45/+65
2019-08-06misc: Introduce internal function ssh_mkdirs()Anderson Toshiyuki Sasaki1-5/+70
2019-08-06misc: Introduce internal function ssh_dir_writeable()Anderson Toshiyuki Sasaki1-0/+50
2019-07-30misc: Allow %% to escape a single % in paths.Richard W.M. Jones1-0/+3
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-30Replace ssh_print_hexa() with ssh_log_hexdump()Anderson Toshiyuki Sasaki11-59/+59
2019-07-30misc: Introduce ssh_log_hexdump()Anderson Toshiyuki Sasaki1-0/+187
2019-07-29pki: Search OpenSSH header not only at the beginningAnderson Toshiyuki Sasaki1-4/+4
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-04cmake: Write libssh-config.cmake using EXPORTSAndreas Schneider1-0/+4
2019-07-04cmake: Use GNUInstallDirs for installationAndreas Schneider1-9/+6
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 Sasaki1-83/+82
2019-07-04knownhosts: Introduced ssh_known_hosts_get_algorithms_names()Anderson Toshiyuki Sasaki1-0/+141
2019-07-04token: Added function to remove duplicatesAnderson Toshiyuki Sasaki1-1/+151
2019-07-04knownhosts: Read knownhosts file only if foundAnderson Toshiyuki Sasaki1-2/+2
2019-07-04knownhosts: Fix possible memory leakAnderson Toshiyuki Sasaki1-1/+3
2019-06-28knownhosts: Fixed a typoAnderson Toshiyuki Sasaki1-1/+1
2019-06-28knownhosts: Do not fail if global known_hosts file is inaccessibleAnderson Toshiyuki Sasaki1-10/+26
2019-06-27connect: Code style formattingAnderson Toshiyuki Sasaki1-174/+196
2019-06-27connect: Removed unused codeAnderson Toshiyuki Sasaki1-171/+0
2019-06-27packet: Check return value when sending unimplementedAnderson Toshiyuki Sasaki1-1/+5
2019-06-27packet: Reformat ssh_packet_process()Anderson Toshiyuki Sasaki1-31/+44
2019-06-27auth: Do not print error message for SSH_AGAINAnderson Toshiyuki Sasaki1-1/+1
2019-06-27dh-gex: Check return code ssh_dh_keypair_get_keys()Anderson Toshiyuki Sasaki1-0/+5
2019-06-26pki: Add workarounds for old OpenSSHAnderson Toshiyuki Sasaki1-0/+28
2019-06-26messages: Reject tcpip-forward requests as clientAnderson Toshiyuki Sasaki1-2/+14
2019-06-26messages: Consume unknown global requests messagesAnderson Toshiyuki Sasaki1-3/+26