aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-18tests: 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
2018-09-17sftp: Move the packet payload to the messageAndreas Schneider1-29/+7
2018-09-17sftp: Use SSH_BUFFER_FREE in sftp_message_free()Andreas Schneider1-1/+1
2018-09-17sftp: Reformat sftp_message_free()Andreas Schneider1-6/+7
2018-09-17sftp: Allocate a new buffer in sftp_packet_read() if neededAndreas Schneider1-4/+16
2018-09-17sftp: Reformat sftp_read_and_dispatch()Andreas Schneider1-16/+18
2018-09-17sftp: Validate the packet handle before we allocate memoryAndreas Schneider1-9/+16
2018-09-17sftp: Reformat sftp_get_message()Andreas Schneider1-36/+37
2018-09-17sftp: Use bool for is_eof in sftp_packet_read()Andreas Schneider1-1/+3
2018-09-17sftp: Use 's' only in the scope it is neededAndreas Schneider1-17/+19
2018-09-17sftp: Use 16K for the transfer buffer sizeAndreas Schneider1-1/+2
2018-09-17sftp: Get the packet type directly from the bufferAndreas Schneider1-4/+3
2018-09-17sftp: Limit packet size to 256 MBAndreas Schneider1-3/+5