aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-09-21Bump version to 0.8.3libssh-0.8.3Andreas Schneider3-2/+17
2018-09-20cmake: Bump library versionAndreas Schneider4-2/+424
2018-09-20sftpserver: Support some openssh extensionsChris Townsend3-1/+39
2018-09-20pki: Use strndup in ssh_pki_export_privkey_base64()Andreas Schneider1-11/+6
2018-09-20tests: Add a test for ssh_pki_export_privkey_base64()Andreas Schneider1-1/+55
2018-09-20pki: Add ssh_pki_export_privkey_base64()DavidWed2-0/+66
2018-09-20tests: Add test for ssh_get_fingerprint_hash()Andreas Schneider1-0/+27
2018-09-20dh: Use ssh_get_fingerprint_hash() in ssh_print_hash()Andreas Schneider1-23/+6
2018-09-20dh: Add ssh_get_fingerprint_hash()Andreas Schneider2-0/+76
2018-09-20dh: Removed duplicated codeAnderson Toshiyuki Sasaki1-15/+5
2018-09-20dh: Add diffie-hellman-group18-sha512 supportAnderson Toshiyuki Sasaki11-6/+152
2018-09-20buffer: Don't call va_end() twiceAndreas Schneider1-1/+0
2018-09-20examples: Reformat authenticaton.cAndreas Schneider1-66/+69
2018-09-19sftp: Include stdint.hAndreas Schneider1-1/+1
2018-09-19dh: Add diffie-hellman-group16-sha512 supportAnderson Toshiyuki Sasaki11-47/+184
2018-09-19sftp: fix buffer_unpack argument to be char** rather than char*Harald Sitter1-1/+1
2018-09-19buffer: Do cleanup if ssh_buffer_unpack() fails in the first loopAndreas Schneider1-1/+3
2018-09-19buffer: Fix invalid memory access in ssh_buffer_unpack()Andreas Schneider1-4/+4
2018-09-19tests: Add OK: and a new line to ssh_pingAndreas Schneider1-1/+1
2018-09-18tests: Wait for the server to startJakub Jelen3-3/+98
2018-09-18tests: Add null checks in torture_threads_pki_rsa.cAnderson Toshiyuki Sasaki1-0/+2
2018-09-18tests: Add null checks in torture_pki_rsa.cAnderson Toshiyuki Sasaki1-1/+7
2018-09-18tests: Add null checks in torture_pki_ed25519.cAnderson Toshiyuki Sasaki1-0/+5
2018-09-18tests: Add null checks in torture_pki_ecdsa.cAnderson Toshiyuki Sasaki1-0/+3
2018-09-18tests: Add null checks and frees in torture_pki_dsa.cAnderson Toshiyuki Sasaki1-0/+13
2018-09-18tests: Add return and null checks in torture_options.cAnderson Toshiyuki Sasaki1-6/+17
2018-09-18tests: Add null checks in torture_config.cAnderson Toshiyuki Sasaki1-0/+3
2018-09-18examples: Fix code style in samplesftp.cAnderson Toshiyuki Sasaki1-143/+162
2018-09-18examples: Fixed possible memory leak in samplesftp.cAnderson Toshiyuki Sasaki1-13/+17
2018-09-18sftp: Fix a possible null pointer dereferenceAndreas Schneider1-3/+5
2018-09-18tests: Verify we can read public key from OpenSSH containerJakub Jelen4-0/+138
2018-09-18pki: Implement reading public key from OpenSSH private key containerJakub Jelen3-20/+61
2018-09-18Revert "pkd: Generate host keys in old format"Jakub Jelen1-5/+5
2018-09-18tests: Verify the keys loaded from new OpenSSH formatJakub Jelen3-2/+224
2018-09-18pki: Allow reading keys in new OpenSSH formatJakub Jelen7-52/+578
2018-09-18tests: Provide testing keys also in OpenSSH formatJakub Jelen4-18/+272
2018-09-18pki: Use unpack to simplify public key readingJakub Jelen1-46/+13
2018-09-18buffer: Make sure unpack of secure buffers securely cleans upJakub Jelen1-4/+35
2018-09-18libmbedcrypto: Fix creating evp hashAndreas Schneider1-1/+1
2018-09-17buffer: Reformat ssh_buffer_get_ssh_stringJakub Jelen1-25/+30
2018-09-17tests: Use stdbool for with_passphrase argumentJakub Jelen2-3/+5
2018-09-17pki_crypto: Clarify that memory passed with set0 is managed by openssl objectsJakub Jelen1-0/+15
2018-09-17pki_mbedcrypto: pki_pubkey_build_rsa: properly clean up on errorJakub Jelen1-15/+21
2018-09-17pki: Initialize pointers to NULLJakub Jelen2-16/+16
2018-09-17tests: Drop duplicate ed25519 key creationJakub Jelen1-7/+0
2018-09-17buffer: Fix typoJakub Jelen1-1/+1
2018-09-17tests: Verify the pubkey authentication works with ECDSA keysJakub Jelen4-2/+107
2018-09-17auth: Fix ecdsa pubkey authAndreas Schneider1-3/+38
2018-09-17tests: Do not call sftp_canonicalize_path()Andreas Schneider1-7/+2
2018-09-17tests: Add a sftp benchmark test for write/readAndreas Schneider3-3/+146