summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* ed25519: Add support for OpenSSH encrypted container exportAris Adamantiadis2015-02-021-6/+153
* ed25519: ADd OpenSSH encrypted container importAris Adamantiadis2015-02-022-8/+168
* external: Add OpenSSH bcrypt and blowfish implementationAris Adamantiadis2015-02-023-0/+868
* server: Add support for ed25519 keys in the server.Aris Adamantiadis2015-02-024-2/+29
* kex: Add support for ed25519 on client connections.Aris Adamantiadis2015-02-021-4/+12
* ed25519: Add support to export OpenSSH container keysAris Adamantiadis2015-02-022-10/+173
* 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-023-10/+278
* 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
* pki: Make sure sig is not used unintialized.Andreas Schneider2015-01-201-1/+1
* threads: Fix building with POSIX threads in MinGW.Andreas Schneider2015-01-201-1/+1
* channels1: Fix pty request stateYanis Kurganov2015-01-201-1/+2
* 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
* sftp: Fix memory leak on realloc failureTobias Klauser2015-01-141-6/+9
* 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-171-0/+5
* config: Also tokenize on equal sign.William Orr2014-12-171-1/+1
* pki_gcrypt: fix DSA signature extractionJon Simons2014-12-091-3/+29
* pki_gcrypt: fix warnings for SSH_KEYTYPE_ED25519Jon Simons2014-12-091-0/+9
* bignum: no-op make_string_bn_inplace for LIBGCRYPTJon Simons2014-12-091-1/+3
* Set the correct error in ssh_options_set().Hani Benhabiles2014-12-051-2/+2
* session: add getter for kexalgoJon Simons2014-12-051-0/+29
* pki_crypto.c: plug ecdsa_sig->[r,s] bignum leaksJon Simons2014-12-052-2/+11
* connect: Do not fail if the connect is in progress.Andreas Schneider2014-10-151-1/+1
* gssapi: ssh_gssapi_set_creds() is a client side functionStef Walter2014-10-121-2/+4
* Check return code of connect(2).William Orr2014-10-121-1/+9
* pki_gcrypt: Initialize 'type_c' in 'pki_do_sign_sessionid'Artyom V. Poptsov2014-10-021-0/+1
* server: fix auth_interactive_request replyJon Simons2014-10-021-1/+1
* ed25519: fix leak in pki_ed25519_signJon Simons2014-10-021-2/+2
* pki: check ssh_buffer_pack return in ssh_pki_do_signJon Simons2014-10-021-5/+10
* pki: fail when pubkey buffer length is not ED25519_PK_LENJon Simons2014-10-021-1/+5
* crypto: check malloc return in ssh_mac_ctx_initJon Simons2014-10-022-2/+10
* wrapper: fix z_stream leakJon Simons2014-10-021-0/+3
* string: Correctly burn the string buffer.Andreas Schneider2014-09-151-4/+5
* ed25519: Generate, sign and verify keys.Aris2014-09-074-2/+441
* crypto: Add ed25519 implementation from OpenSSH.Aris Adamantiadis2014-09-076-0/+2240
* base64: Use a secure buffer.Aris Adamantiadis2014-09-071-0/+5
* buffer: Add a secure buffer mechanism to avoid memory spillsAris Adamantiadis2014-09-071-9/+40
* buffer: Implement "t" for text in ssh_buffer_pack().Aris Adamantiadis2014-09-071-1/+8
* dh: Fix packing a pointer into the buffer.Andreas Schneider2014-08-251-2/+2
* ec: Fix build on CentOS.Andreas Schneider2014-08-182-0/+2
* auth: Fix a memory leak in agent publickey auth.Andreas Schneider2014-08-151-1/+2
* packet: Check return value of ssh_buffer_unpack().Andreas Schneider2014-08-151-7/+16