aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2019-10-25cmake: Bump library versionAndreas Schneider2-1/+422
2019-10-25packet: On failure, do not use uninitialized cryptoJakub Jelen1-0/+4
2019-10-25packet_crypt: Avoid out of bounds access in debug functionsJakub Jelen1-2/+2
2019-09-30pki_crypto: Support Ed25519 keys in PEM filesAnderson Toshiyuki Sasaki1-9/+78
2019-09-30cmake: Do not build internal ed25519 when unnecessaryAnderson Toshiyuki Sasaki1-8/+18
2019-09-30curve25519: Use OpenSSL X25519 implementationAnderson Toshiyuki Sasaki1-45/+208
2019-09-30pki: Remove unused function pki_signature_verify()Anderson Toshiyuki Sasaki4-118/+1
2019-09-30pki_crypto: Use OpenSSL for Ed25519 signaturesAnderson Toshiyuki Sasaki5-50/+265
2019-09-30pki: Move common Ed25519 functions to pki_ed25519_common.cAnderson Toshiyuki Sasaki6-190/+234
2019-09-30pki_mbedcrypto: Do not treat Ed25519 as a special caseAnderson Toshiyuki Sasaki1-11/+35
2019-09-30pki_gcrypt: Do not treat Ed25519 as a special caseAnderson Toshiyuki Sasaki1-10/+37
2019-09-30pki_crypto: Use EVP_DigestSign* and EVP_DigestVerify*Anderson Toshiyuki Sasaki1-25/+50
2019-09-30buffer: Simplify handling of the return codesJakub Jelen1-6/+2
2019-09-30buffer: Avoid use of uninitialized valuesJakub Jelen1-6/+13
2019-09-30dh-gex: Correctly free modulus and generator with opensslJakub Jelen1-6/+12
2019-09-30channels: Correctly reports failed channels openingJakub Jelen1-0/+5
2019-09-30Reformat channel_open()Jakub Jelen1-57/+67
2019-09-30channels: Do not use deprecated functions in the example codeJakub Jelen1-2/+2
2019-09-30options: Do not attempt to expand percents in PKCS#11 URIsJakub Jelen1-0/+7
2019-09-30config: Support match localuserJakub Jelen1-1/+23
2019-09-30config: Make the matching case sensitive as documented in ssh_config manual p...Jakub Jelen1-4/+1
2019-09-30known_hosts: Avoid using deprecated functions (even from deprecated functions)Jakub Jelen1-6/+11
2019-08-08misc: Allow %% to escape a single % in paths.Richard W.M. Jones1-0/+3
2019-08-08dh: Add ssh_dh_debug_crypto()Andreas Schneider4-25/+46
2019-08-08bignum: Pass const to ssh_print_bignum()Andreas Schneider2-2/+2
2019-08-08pki_mbedcrypto: Add missing misc.h header fileAndreas Schneider1-0/+1
2019-08-08knownhosts: Use ssh_mkdirs() instead of ssh_mkdir()Anderson Toshiyuki Sasaki2-45/+65
2019-08-08misc: Introduce internal function ssh_mkdirs()Anderson Toshiyuki Sasaki1-5/+70
2019-08-08misc: Introduce internal function ssh_dir_writeable()Anderson Toshiyuki Sasaki1-0/+50
2019-08-08libcrypto: Avoid incompatible pointersJakub Jelen1-2/+6
2019-08-08pki_container_openssh: Avoid bogus newline in debug messageJakub Jelen1-1/+1
2019-08-08pki_container_openssh: Reformat whitespaceJakub Jelen1-14/+14
2019-08-08Replace ssh_print_hexa() with ssh_log_hexdump()Anderson Toshiyuki Sasaki11-59/+59
2019-08-08misc: Introduce ssh_log_hexdump()Anderson Toshiyuki Sasaki1-0/+187
2019-08-08pki: 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-08dh_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-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