summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* doc: clarify tutorial error sectionDavide \"FunkyAss\" Del Zompo2014-12-051-5/+4
* Set the correct error in ssh_options_set().Hani Benhabiles2014-12-051-2/+2
* session: add getter for kexalgoJon Simons2014-12-052-0/+30
* pki_crypto.c: plug ecdsa_sig->[r,s] bignum leaksJon Simons2014-12-053-2/+12
* connect: Do not fail if the connect is in progress.Andreas Schneider2014-10-151-1/+1
* tests: fix pkd build breakagesJon Simons2014-10-154-3/+9
* 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
* tests: introduce pkd_helloJon Simons2014-10-1210-0/+1416
* 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-076-2/+460
* crypto: Add ed25519 implementation from OpenSSH.Aris Adamantiadis2014-09-0712-1/+2507
* base64: Use a secure buffer.Aris Adamantiadis2014-09-071-0/+5
* buffer: Add a secure buffer mechanism to avoid memory spillsAris Adamantiadis2014-09-073-9/+43
* buffer: Implement "t" for text in ssh_buffer_pack().Aris Adamantiadis2014-09-072-3/+11
* dh: Fix packing a pointer into the buffer.Andreas Schneider2014-08-251-2/+2
* tests: Fix writing the '\0'.Andreas Schneider2014-08-181-2/+2
* ec: Fix build on CentOS.Andreas Schneider2014-08-182-0/+2
* tests: Use public testkey passphrase function in pki test.Andreas Schneider2014-08-151-7/+6
* torture: Add public testkey passphrase function.Andreas Schneider2014-08-152-0/+6
* tests: Use public testkeys in pki test.Andreas Schneider2014-08-151-178/+74
* torture: Add public testkey functions.Andreas Schneider2014-08-152-0/+218
* tests: Make write file a public torture function.Andreas Schneider2014-08-153-30/+32
* auth: Fix a memory leak in agent publickey auth.Andreas Schneider2014-08-151-1/+2
* tests: Make sure we null terminate the buffer.Andreas Schneider2014-08-151-3/+4
* packet: Check return value of ssh_buffer_unpack().Andreas Schneider2014-08-151-7/+16
* messages: Check return value of ssh_buffer_unpack().Andreas Schneider2014-08-151-1/+6
* tests: Fix memory leak in buffer test.Andreas Schneider2014-08-151-0/+2
* buffer: Make sure rc is initialized.Andreas Schneider2014-08-151-2/+2
* libgcrypt: Fix initializer name.Andreas Schneider2014-08-151-22/+22
* bignum: Add missing include.Andreas Schneider2014-08-151-0/+2
* messages: Fix two ssh_buffer_unpack().Andreas Schneider2014-08-071-10/+11
* Fix sftp endianess bugsAris Adamantiadis2014-08-061-29/+32
* bignums: detach bignum-related functions from dh.c.Aris Adamantiadis2014-08-067-76/+130
* crypto: fix secure burning, structure members namingAris Adamantiadis2014-08-062-7/+6
* torture_pki: avoid generating keys with ssh-keygenAris Adamantiadis2014-08-061-96/+212
* tests: test the canary feature in buffer_(un)pack()Aris Adamantiadis2014-08-061-1/+27
* buffer: add a hidden canary to detect format errorsAris Adamantiadis2014-08-062-5/+23
* buffers: adapt sftpserver.c to ssh_buffer_(un)pack()Aris Adamantiadis2014-08-061-73/+41
* buffers: adapt sftp.c to ssh_buffer_(un)pack()Aris Adamantiadis2014-08-062-378/+230
* buffers: adapt session.c to ssh_buffer_(un)pack()Aris Adamantiadis2014-08-061-37/+15
* buffers: adapt server.c to ssh_buffer_(un)pack()Aris Adamantiadis2014-08-061-178/+108
* buffers: adapt pcap.c to ssh_buffer_(un)pack()Aris Adamantiadis2014-08-061-96/+53