aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-01-14pkd: Make sure we do not pass -1 to close.Andreas Schneider1-1/+3
2015-01-14pkd: Check return value of pkd_run_tests().Andreas Schneider1-0/+3
2015-01-14sftp: Fix memory leak on realloc failureTobias Klauser1-6/+9
2015-01-13cmake: Fix ntohll and htonll macro detection.Andreas Schneider1-2/+2
2015-01-13doc: Fix a typo in curve25519-sha256@libssh.org.txtTobias Klauser1-1/+1
2015-01-06doc: Fix link to curve25519-sha256@libssh.org spec.Andreas Schneider1-1/+1
2015-01-06doc: Fix a typo, blank lines and trailing spaces.Andreas Schneider1-7/+7
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 Schneider3-0/+9
2014-12-17cmake: Fix config variable names.Andreas Schneider1-2/+2
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-09torture: fix warning for SSH_KEYTYPE_ED25519Jon Simons1-0/+1
2014-12-09bignum: no-op make_string_bn_inplace for LIBGCRYPTJon Simons1-1/+3
2014-12-05doc: clarify tutorial error sectionDavide \"FunkyAss\" Del Zompo1-5/+4
2014-12-05Set the correct error in ssh_options_set().Hani Benhabiles1-2/+2
2014-12-05session: add getter for kexalgoJon Simons2-0/+30
2014-12-05pki_crypto.c: plug ecdsa_sig->[r,s] bignum leaksJon Simons3-2/+12
2014-10-15connect: Do not fail if the connect is in progress.Andreas Schneider1-1/+1
2014-10-15tests: fix pkd build breakagesJon Simons4-3/+9
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-12tests: introduce pkd_helloJon Simons10-0/+1416
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
2014-09-07ed25519: Generate, sign and verify keys.Aris6-2/+460
2014-09-07crypto: Add ed25519 implementation from OpenSSH.Aris Adamantiadis12-1/+2507
2014-09-07base64: Use a secure buffer.Aris Adamantiadis1-0/+5
2014-09-07buffer: Add a secure buffer mechanism to avoid memory spillsAris Adamantiadis3-9/+43
2014-09-07buffer: Implement "t" for text in ssh_buffer_pack().Aris Adamantiadis2-3/+11
2014-08-25dh: Fix packing a pointer into the buffer.Andreas Schneider1-2/+2
2014-08-18tests: Fix writing the '\0'.Andreas Schneider1-2/+2
2014-08-18ec: Fix build on CentOS.Andreas Schneider2-0/+2
2014-08-15tests: Use public testkey passphrase function in pki test.Andreas Schneider1-7/+6
2014-08-15torture: Add public testkey passphrase function.Andreas Schneider2-0/+6
2014-08-15tests: Use public testkeys in pki test.Andreas Schneider1-178/+74
2014-08-15torture: Add public testkey functions.Andreas Schneider2-0/+218
2014-08-15tests: Make write file a public torture function.Andreas Schneider3-30/+32
2014-08-15auth: Fix a memory leak in agent publickey auth.Andreas Schneider1-1/+2
2014-08-15tests: Make sure we null terminate the buffer.Andreas Schneider1-3/+4