aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-10-25cmake: Bump version to 0.9.1libssh-0.9.1Andreas Schneider3-2/+16
2019-10-25cmake: Bump library versionAndreas Schneider3-2/+423
2019-10-25cmake: Link compile database to source dir for clangdAndreas Schneider2-0/+7
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: 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-09-30pki_crypto: Support Ed25519 keys in PEM filesAnderson Toshiyuki Sasaki3-22/+229
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-30cmake: Detect OpenSSL X25519 supportAnderson Toshiyuki Sasaki2-0/+7
2019-09-30pki: Remove unused function pki_signature_verify()Anderson Toshiyuki Sasaki12-157/+35
2019-09-30pki_crypto: Use OpenSSL for Ed25519 signaturesAnderson Toshiyuki Sasaki7-60/+343
2019-09-30pki: Move common Ed25519 functions to pki_ed25519_common.cAnderson Toshiyuki Sasaki7-192/+236
2019-09-30cmake: Detect OpenSSL support for Ed25519Anderson Toshiyuki Sasaki2-0/+7
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 Sasaki3-25/+64
2019-09-30torture_pki_ed25519: Use public key to verify signaturesAnderson Toshiyuki Sasaki1-3/+7
2019-09-30gitlab-ci: Move cmake from prep to build command in csbuildAnderson Toshiyuki Sasaki1-2/+1
2019-09-30gitlab-ci: Turn DEBUG_CRYPTO on for standard crypto lib buildsAndreas Schneider1-2/+3
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-30tests: Verify the localuser match worksJakub Jelen2-5/+26
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-30Skip the proxycommand test in case the netcat is not avaliableJakub Jelen1-1/+9
2019-09-30sftp: Improve the documentation of sftp_init() and sftp_new()Jakub Jelen1-2/+10
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. Jones2-0/+16
2019-08-08dh: Add ssh_dh_debug_crypto()Andreas Schneider5-25/+48
2019-08-08bignum: Pass const to ssh_print_bignum()Andreas Schneider5-5/+8
2019-08-08pki_mbedcrypto: Add missing misc.h header fileAndreas Schneider1-0/+1
2019-08-08tests: Skip testing 1024 bits key generation in FIPS modeAnderson Toshiyuki Sasaki1-13/+15
2019-08-08knownhosts: Use ssh_mkdirs() instead of ssh_mkdir()Anderson Toshiyuki Sasaki3-45/+107
2019-08-08misc: Introduce internal function ssh_mkdirs()Anderson Toshiyuki Sasaki3-5/+166
2019-08-08misc: Introduce internal function ssh_dir_writeable()Anderson Toshiyuki Sasaki3-0/+98
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-08examples: Load ED25519 key when loading all keysJakub Jelen1-0/+2
2019-08-08Replace ssh_print_hexa() with ssh_log_hexdump()Anderson Toshiyuki Sasaki11-59/+59