summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Revert "pki_gcrypt: fix warnings for SSH_KEYTYPE_ED25519"Aris Adamantiadis2015-02-031-9/+0
* tests: allow conditionnal execution on patternAris Adamantiadis2015-02-0225-26/+88
* base64: Use secure buffersAris Adamantiadis2015-02-021-0/+2
* buffer: Abort if the canary is not intact in ssh_buffer_unpack()Andreas Schneider2015-02-021-2/+2
* buffer: buffer: Improve argument checking of in ssh_buffer_pack()Andreas Schneider2015-02-022-8/+37
* buffer: Abort if the canary is not intact in ssh_buffer_unpack()Andreas Schneider2015-02-021-4/+4
* buffer: Improve argument checking in ssh_buffer_pack()Andreas Schneider2015-02-023-8/+62
* Move all 3rd-party C files to src/external/Aris Adamantiadis2015-02-027-97/+96
* ed25519: Add test for signatures and verificationAris Adamantiadis2015-02-022-0/+122
* tests: Add ed25519 encrypted keys exportAris Adamantiadis2015-02-021-0/+29
* ed25519: Add support for OpenSSH encrypted container exportAris Adamantiadis2015-02-021-6/+153
* tests: Add ed25519 encrypted keys importAris Adamantiadis2015-02-022-1/+35
* ed25519: ADd OpenSSH encrypted container importAris Adamantiadis2015-02-023-8/+169
* external: Add OpenSSH bcrypt and blowfish implementationAris Adamantiadis2015-02-025-0/+960
* server: Add support for ed25519 keys in the server.Aris Adamantiadis2015-02-026-3/+32
* kex: Add support for ed25519 on client connections.Aris Adamantiadis2015-02-021-4/+12
* tests: Add ed25519 OpenSSH key savingAris Adamantiadis2015-02-021-4/+47
* ed25519: Add support to export OpenSSH container keysAris Adamantiadis2015-02-023-10/+175
* tests: Add ed25519 OpenSSH key loading and operationsAris Adamantiadis2015-02-022-2/+206
* libgcrypt: Make the PEM parser ed25519 awareAris Adamantiadis2015-02-021-0/+54
* libcrypto: Make the PEM parser ed25519 awareAris Adamantiadis2015-02-021-0/+6
* ed25519: Add support o import OpenSSH container keysAris Adamantiadis2015-02-024-10/+286
* pki.h: Replace tabs with spacesAris Adamantiadis2015-02-021-2/+2
* kex: disable des-cbc-ssh1 by defaultAris Adamantiadis2015-01-261-4/+6
* packet_cb: Add misssing include for ntohl().Andreas Schneider2015-01-211-0/+1
* tests: Fix torture_server_x11().Andreas Schneider2015-01-213-4/+30
* tests: Add torture_server_x11 test.Alan Dunn2015-01-202-0/+214
* tests: Add ssh server setup functionalityAlan Dunn2015-01-202-0/+49
* tests: Add port option to torture_ssh_sessionAlan Dunn2015-01-206-4/+12
* cmake: Add libsshpp.hpp to the distributed headers list.Léo Peltier2015-01-201-0/+1
* pki: Make sure sig is not used unintialized.Andreas Schneider2015-01-201-1/+1
* examples: Use safer names for stdin, stdout, stderrWilliam Orr2015-01-201-20/+20
* threads: Fix building with POSIX threads in MinGW.Andreas Schneider2015-01-201-1/+1
* channels1: Fix pty request stateYanis Kurganov2015-01-201-1/+2
* Update README.CodingStyleAndreas Schneider2015-01-202-59/+354
* connect: Fix a memory leak.Andreas Schneider2015-01-141-0/+1
* sftp: Fix a possible integer overflow.Andreas Schneider2015-01-141-2/+6
* sftp: Use a declared variable for data len.Andreas Schneider2015-01-141-6/+7
* pkd: Make sure we do not pass -1 to close.Andreas Schneider2015-01-141-1/+3
* pkd: Check return value of pkd_run_tests().Andreas Schneider2015-01-141-0/+3
* sftp: Fix memory leak on realloc failureTobias Klauser2015-01-141-6/+9
* cmake: Fix ntohll and htonll macro detection.Andreas Schneider2015-01-131-2/+2
* doc: Fix a typo in curve25519-sha256@libssh.org.txtTobias Klauser2015-01-131-1/+1
* doc: Fix link to curve25519-sha256@libssh.org spec.Andreas Schneider2015-01-061-1/+1
* doc: Fix a typo, blank lines and trailing spaces.Andreas Schneider2015-01-061-7/+7
* connect: Fix mingw build.Andreas Schneider2015-01-061-0/+4
* connect: Check that errno is 0 to fix Windows build.Andreas Schneider2014-12-251-1/+2
* options: Fix setting the port.Andreas Schneider2014-12-255-9/+12
* CVE-2014-8132: Fixup error path in ssh_packet_kexinit()Jon Simons2014-12-171-1/+6
* libcrypto: Fix Windows build with ssh_reseed().Andreas Schneider2014-12-173-0/+9