aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2015-02-08buffer: buffer_pack & unpack on non-gnu compilersfreebsdAris Adamantiadis1-6/+14
2015-02-03buffer: fix use-before-nullcheck (coverity #1267979)Aris Adamantiadis1-2/+0
2015-02-03Revert "pki_gcrypt: fix warnings for SSH_KEYTYPE_ED25519"Aris Adamantiadis1-9/+0
2015-02-02base64: Use secure buffersAris Adamantiadis1-0/+2
2015-02-02buffer: Abort if the canary is not intact in ssh_buffer_unpack()Andreas Schneider1-2/+2
2015-02-02buffer: buffer: Improve argument checking of in ssh_buffer_pack()Andreas Schneider1-5/+28
2015-02-02buffer: Abort if the canary is not intact in ssh_buffer_unpack()Andreas Schneider1-4/+4
2015-02-02buffer: Improve argument checking in ssh_buffer_pack()Andreas Schneider1-5/+26
2015-02-02Move all 3rd-party C files to src/external/Aris Adamantiadis7-97/+96
2015-02-02ed25519: Add support for OpenSSH encrypted container exportAris Adamantiadis1-6/+153
2015-02-02ed25519: ADd OpenSSH encrypted container importAris Adamantiadis2-8/+168
2015-02-02external: Add OpenSSH bcrypt and blowfish implementationAris Adamantiadis3-0/+868
2015-02-02server: Add support for ed25519 keys in the server.Aris Adamantiadis4-2/+29
2015-02-02kex: Add support for ed25519 on client connections.Aris Adamantiadis1-4/+12
2015-02-02ed25519: Add support to export OpenSSH container keysAris Adamantiadis2-10/+173
2015-02-02libgcrypt: Make the PEM parser ed25519 awareAris Adamantiadis1-0/+54
2015-02-02libcrypto: Make the PEM parser ed25519 awareAris Adamantiadis1-0/+6
2015-02-02ed25519: Add support o import OpenSSH container keysAris Adamantiadis3-10/+278
2015-01-26kex: disable des-cbc-ssh1 by defaultAris Adamantiadis1-4/+6
2015-01-21packet_cb: Add misssing include for ntohl().Andreas Schneider1-0/+1
2015-01-20pki: Make sure sig is not used unintialized.Andreas Schneider1-1/+1
2015-01-20threads: Fix building with POSIX threads in MinGW.Andreas Schneider1-1/+1
2015-01-20channels1: Fix pty request stateYanis Kurganov1-1/+2
2015-01-14connect: Fix a memory leak.Andreas Schneider1-0/+1
2015-01-14sftp: Fix a possible integer overflow.Andreas Schneider1-2/+6
2015-01-14sftp: Use a declared variable for data len.Andreas Schneider1-6/+7
2015-01-14sftp: Fix memory leak on realloc failureTobias Klauser1-6/+9
2015-01-06connect: Fix mingw build.Andreas Schneider1-0/+4
2014-12-25connect: Check that errno is 0 to fix Windows build.Andreas Schneider1-1/+2
2014-12-25options: Fix setting the port.Andreas Schneider5-9/+12
2014-12-17CVE-2014-8132: Fixup error path in ssh_packet_kexinit()Jon Simons1-1/+6
2014-12-17libcrypto: Fix Windows build with ssh_reseed().Andreas Schneider1-0/+5
2014-12-17config: Also tokenize on equal sign.William Orr1-1/+1
2014-12-09pki_gcrypt: fix DSA signature extractionJon Simons1-3/+29
2014-12-09pki_gcrypt: fix warnings for SSH_KEYTYPE_ED25519Jon Simons1-0/+9
2014-12-09bignum: no-op make_string_bn_inplace for LIBGCRYPTJon Simons1-1/+3
2014-12-05Set the correct error in ssh_options_set().Hani Benhabiles1-2/+2
2014-12-05session: add getter for kexalgoJon Simons1-0/+29
2014-12-05pki_crypto.c: plug ecdsa_sig->[r,s] bignum leaksJon Simons2-2/+11
2014-10-15connect: Do not fail if the connect is in progress.Andreas Schneider1-1/+1
2014-10-12gssapi: ssh_gssapi_set_creds() is a client side functionStef Walter1-2/+4
2014-10-12Check return code of connect(2).William Orr1-1/+9
2014-10-02pki_gcrypt: Initialize 'type_c' in 'pki_do_sign_sessionid'Artyom V. Poptsov1-0/+1
2014-10-02server: fix auth_interactive_request replyJon Simons1-1/+1
2014-10-02ed25519: fix leak in pki_ed25519_signJon Simons1-2/+2
2014-10-02pki: check ssh_buffer_pack return in ssh_pki_do_signJon Simons1-5/+10
2014-10-02pki: fail when pubkey buffer length is not ED25519_PK_LENJon Simons1-1/+5
2014-10-02crypto: check malloc return in ssh_mac_ctx_initJon Simons2-2/+10
2014-10-02wrapper: fix z_stream leakJon Simons1-0/+3
2014-09-15string: Correctly burn the string buffer.Andreas Schneider1-4/+5