aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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-17cmake: Fix the build on Windows.Andreas Schneider1-66/+68
2014-12-17config: Also tokenize on equal sign.William Orr1-1/+1
2014-12-05Set the correct error in ssh_options_set().Hani Benhabiles1-2/+2
2014-12-05messages: Fix a possible double free.Andreas Schneider1-0/+1
2014-12-05pki_crypto.c: plug ecdsa_sig->[r,s] bignum leaksJon Simons2-2/+11
2014-10-28connect: 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-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-05-28session: fix ssh_session->srv.ecdsa_key leakJon Simons1-0/+4
2014-05-09pki: Fix build without ECC support.Andreas Schneider1-0/+5
2014-05-07pki: Move ssh_pki_key_ecdsa_name() to the correct file.Andreas Schneider1-14/+0
2014-05-07pki crypto: expose new ssh_pki_key_ecdsa_name APIJon Simons1-0/+14
2014-05-06messages: Add missing ntohl on X11 request screen numberAlan Dunn1-1/+3
2014-05-06pki: Correctly update the ECDSA keytype.Andreas Schneider1-1/+8
2014-05-06pki: Move ssh_pki_key_ecdsa_name() to the correct file.Andreas Schneider1-0/+14
2014-05-06pki: Make pki_key_ecdsa_nid_to_name() a shared function.Andreas Schneider1-1/+1
2014-04-22doc: Improve docs for ssh_channel_get_exit_status().Andreas Schneider1-0/+5
2014-04-22channels: Fix exit-signal request.Andreas Schneider1-3/+3
2014-04-22session: Fix a memory leak with custom banner.Andreas Schneider1-0/+1
2014-03-27packet: elide two buffer_prepend calls into oneJon Simons1-8/+9
2014-03-27doc: Improve and consolidate ssh_bind_options_set docsAlan Dunn1-48/+53
2014-03-27channel: check for closed state in waitwindow loopsJon Simons1-2/+4
2014-03-27kex: enable more ECDSA hostkey algosJon Simons1-1/+1
2014-03-27pki_crypto: guard against NULL pubkey->rsa in signature extractionJon Simons1-1/+7
2014-03-27session: fix comment typoLuka Perkov1-1/+1
2014-03-27messages: use predefined macro for clearing sensitive dataLuka Perkov1-2/+1
2014-03-27client: fix corner case when sockets are manually createdLuka Perkov1-1/+4
2014-03-27pki_crypto: Replace deprecated RSA_generate_key() with RSA_generate_key_ex()Petar Koretic1-4/+14
2014-03-27doc: Add ECDSA keys to docs, make key docs consistentAlan Dunn1-1/+4
2014-03-27options: Allow use of host ECDSA keyAlan Dunn1-23/+31
2014-03-12pki_crypto: Always copy ecdsa_nid into duplicated ECDSA keysAlan Dunn1-2/+2
2014-03-12pki: Use SHA-2 for session ID signing with ECDSA keysAlan Dunn1-12/+42
2014-03-12server: silence build warningLuka Perkov1-0/+1
2014-03-12packet: log disconnect code in host byte orderJon Simons1-13/+19
2014-03-12bind: only set bindfd after successful listenJon Simons1-1/+2
2014-03-04security: fix for vulnerability CVE-2014-0017Aris Adamantiadis3-0/+14
2014-02-12pki: Fix the build on OpenSolaris.Andreas Schneider1-1/+1
2014-02-11pki: Fix memory leak with ecdsa signatures.Andreas Schneider1-0/+4
2014-02-06packet: Improve readablity of packet decrypt.Andreas Schneider1-6/+7
2014-02-06packet_crypt: Make packet_{en,de}crypt fail consistently on len == 0Alan Dunn1-0/+6
2014-02-06packet: Do not decrypt zero length rest of bufferAlan Dunn2-13/+25
2014-02-06build: Use Threads_FOUND to decide whether to build ssh_threads.Raphael Kubo da Costa1-2/+2
2014-02-06session: skip timestamp init for non-blocking caseJon Simons1-1/+5
2014-02-06session: add getters for session cipher namesJon Simons1-0/+32