aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-11-06cmake: Do not use cached LIBSSH_PUBLIC_INCLUDE_DIRSmaster-cmakeAndreas Schneider7-46/+21
2019-11-06Revert "cmake: Don't cache LIBSSH_PUBLIC_INCLUDE_DIR"Andreas Schneider7-18/+39
2019-11-06cmake: Don't cache LIBSSH_PUBLIC_INCLUDE_DIRAndreas Schneider7-39/+18
2019-11-06cmake: Rename static libraryAndreas Schneider3-9/+10
2019-11-06cmake: Create ssh library directly as libsshAndreas Schneider2-32/+28
2019-11-06cmake: Add option to build shared libsAndreas Schneider2-0/+2
2019-11-06cmake: Remove WITH_STATIC_LIBAndreas Schneider3-17/+2
2019-11-05cmake: Don't cache LIBSSH_LINK_LIBRARIESAndreas Schneider1-5/+0
2019-11-05cmake:pkd: Don't use LIBSSH_LINK_LIBRARIESAndreas Schneider1-1/+0
2019-11-05cmake: Remove libsocketAndreas Schneider1-7/+0
2019-11-05cmake: Use target_include_directories()Andreas Schneider1-5/+4
2019-11-04gitlab-ci: Mips is deadAndreas Schneider1-28/+0
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-25cmake: Link compile database to source dir for clangdAndreas Schneider3-1/+8
2019-10-25tests: Do not parse global config in torture_ssh_session()Anderson Toshiyuki Sasaki1-1/+8
2019-10-25tests: Do not parse global configuration when testing serverAnderson Toshiyuki Sasaki1-51/+0
2019-10-25tests: Do not process server config during testsAnderson Toshiyuki Sasaki1-0/+8
2019-10-25tests: Do not process config when reinitializing sessionAnderson Toshiyuki Sasaki1-0/+2
2019-10-25tests: Use temporary file for known_hostsAnderson Toshiyuki Sasaki2-75/+136
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-25tests: Let shell resolve the absolute path to binaries in Exec testsJakub Jelen2-5/+5
2019-10-07pki_crypto: Use temporary pointer when using i2d_*Anderson Toshiyuki Sasaki1-4/+35
2019-10-01callbacks: Improve documentation about callbacks handlingJakub Jelen1-1/+11
2019-10-01tests: Verify multiple match conditions can be present on a lineJakub Jelen1-3/+50
2019-10-01tests: Verify match exec keyword works on itselfJakub Jelen2-4/+61
2019-10-01config: Implement match exec keywordJakub Jelen1-7/+136
2019-10-01tests: Verify functionality of low-level config parser functionsJakub Jelen1-0/+125
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 Sasaki3-22/+229
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-24cmake: Detect OpenSSL X25519 supportAnderson Toshiyuki Sasaki2-0/+7
2019-09-24pki: Remove unused function pki_signature_verify()Anderson Toshiyuki Sasaki12-157/+35
2019-09-24pki_crypto: Use OpenSSL for Ed25519 signaturesAnderson Toshiyuki Sasaki7-60/+343
2019-09-24pki: Move common Ed25519 functions to pki_ed25519_common.cAnderson Toshiyuki Sasaki7-192/+236
2019-09-24cmake: Detect OpenSSL support for Ed25519Anderson Toshiyuki Sasaki2-0/+7
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 Sasaki3-25/+64
2019-09-24torture_pki_ed25519: Use public key to verify signaturesAnderson Toshiyuki Sasaki1-3/+7
2019-09-24gitlab-ci: Move cmake from prep to build command in csbuildAnderson Toshiyuki Sasaki1-2/+1
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