summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* cmake: Fix config variable names.Andreas Schneider2014-12-171-2/+2
* 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
* torture: fix warning for SSH_KEYTYPE_ED25519Jon Simons2014-12-091-0/+1
* bignum: no-op make_string_bn_inplace for LIBGCRYPTJon Simons2014-12-091-1/+3
* 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