aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2019-11-06cmake: Do not use cached LIBSSH_PUBLIC_INCLUDE_DIRSmaster-cmakeAndreas Schneider1-5/+5
2019-11-06Revert "cmake: Don't cache LIBSSH_PUBLIC_INCLUDE_DIR"Andreas Schneider1-1/+4
2019-11-06cmake: Don't cache LIBSSH_PUBLIC_INCLUDE_DIRAndreas Schneider1-4/+1
2019-11-06cmake: Rename static libraryAndreas Schneider1-6/+7
2019-11-06cmake: Create ssh library directly as libsshAndreas Schneider1-17/+13
2019-11-06cmake: Remove WITH_STATIC_LIBAndreas Schneider1-9/+0
2019-11-05cmake: Don't cache LIBSSH_LINK_LIBRARIESAndreas Schneider1-5/+0
2019-11-05cmake: Remove libsocketAndreas Schneider1-7/+0
2019-11-05cmake: Use target_include_directories()Andreas Schneider1-5/+4
2019-11-04channel: Document ssh_channel_request_sftp()Andreas Schneider1-0/+12
2019-11-04auth: Add missing include for explicit_bzero()Andreas Schneider1-0/+1
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-10-07pki_crypto: Use temporary pointer when using i2d_*Anderson Toshiyuki Sasaki1-4/+35
2019-10-01config: Implement match exec keywordJakub Jelen1-7/+136
2019-10-01config_parser: Implement more useful variant of get_token()Jakub Jelen1-2/+26
2019-09-24pki_crypto: Support Ed25519 keys in PEM filesAnderson Toshiyuki Sasaki1-9/+78
2019-09-24cmake: Do not build internal ed25519 when unnecessaryAnderson Toshiyuki Sasaki1-8/+18
2019-09-24curve25519: Use OpenSSL X25519 implementationAnderson Toshiyuki Sasaki1-45/+208
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