aboutsummaryrefslogtreecommitdiff
path: root/include/libssh
AgeCommit message (Expand)AuthorFilesLines
2018-10-30include: Add stddef.h for size_tv0-7Andreas Schneider1-0/+2
2018-10-29Bump version to 0.7.7libssh-0.7.7Andreas Schneider1-1/+1
2018-10-17misc: Add strndup implementation if not provides by the OSAndreas Schneider1-0/+4
2018-10-16Bump version to 0.7.6libssh-0.7.6Andreas Schneider1-1/+1
2018-10-09CVE-2018-10933: Introduced packet filteringAnderson Toshiyuki Sasaki1-0/+6
2018-10-09CVE-2018-10933: Introduce SSH_AUTH_STATE_AUTH_NONE_SENTAnderson Toshiyuki Sasaki1-0/+2
2018-10-09CVE-2018-10933: Introduce SSH_AUTH_STATE_PASSWORD_AUTH_SENTAnderson Toshiyuki Sasaki1-0/+2
2018-10-09CVE-2018-10933: Introduced new auth statesAnderson Toshiyuki Sasaki1-0/+4
2018-10-09dh: Add ssh_get_fingerprint_hash()Andreas Schneider1-0/+3
2018-10-09dh: Add ssh_print_hash() function which can deal with sha256Jan-Niklas Burfeind1-0/+1
2018-10-09dh: Add SSH_PUBLICKEY_HASH_SHA256 to ssh_get_publickey_hash()Jan-Niklas Burfeind1-1/+2
2017-04-13Bump version to 0.7.5libssh-0.7.5Andreas Schneider1-1/+1
2017-04-13buffer: Create ssh_buffer_validate_length()Andreas Schneider1-0/+2
2017-02-03Bump version to 0.7.4libssh-0.7.4Andreas Schneider1-1/+1
2016-11-07misc: Use simpler macros for htonll and ntohllAndreas Schneider2-9/+18
2016-05-03priv: Fix client banner specification for libsshAndreas Schneider1-2/+2
2016-05-02auth: Cleanup memory leak when using SSH agentStef Walter1-0/+2
2016-02-23Bump version to 0.7.3libssh-0.7.3Andreas Schneider1-1/+1
2015-11-10headers: fix missing mode_t (2nd)Dirk Neukirchen1-0/+1
2015-10-20agent: Fix agent auth on big endian machinesAndreas Schneider1-0/+10
2015-09-15Bump version to 0.7.2Andreas Schneider1-1/+1
2015-06-30include: Add stdarg.h so we can check for va_copy macroAndreas Schneider1-0/+1
2015-06-30Bump version to 0.7.1libssh-0.7.1Andreas Schneider1-1/+1
2015-06-29agent: Add ssh_set_agent_socketPeter Volpe1-0/+1
2015-06-24include: Add support for older MSVC versionsAndreas Schneider1-0/+4
2015-05-06Bump version to 0.7.0Andreas Schneider1-1/+1
2015-05-05include: Fix variadic macro issues with MSVCAndreas Schneider1-1/+9
2015-04-10bind: Correctly close sockets and invalidate them.Andreas Schneider1-0/+6
2015-04-10external: Use standard int typesAndreas Schneider2-17/+23
2015-04-02include: Do not make x11 variables constAndreas Schneider1-2/+2
2015-04-02cmake: Detect __func__ and __FUNCTION__ during configure stepAndreas Schneider2-3/+7
2015-04-02include: We should use __func__ which is C99Andreas Schneider1-8/+6
2015-02-08buffer: buffer_pack & unpack on non-gnu compilersAris Adamantiadis1-0/+5
2015-02-02buffer: buffer: Improve argument checking of in ssh_buffer_pack()Andreas Schneider1-3/+9
2015-02-02buffer: Improve argument checking in ssh_buffer_pack()Andreas Schneider2-3/+36
2015-02-02ed25519: ADd OpenSSH encrypted container importAris Adamantiadis1-0/+1
2015-02-02external: Add OpenSSH bcrypt and blowfish implementationAris Adamantiadis2-0/+92
2015-02-02server: Add support for ed25519 keys in the server.Aris Adamantiadis2-1/+3
2015-02-02ed25519: Add support to export OpenSSH container keysAris Adamantiadis1-0/+2
2015-02-02ed25519: Add support o import OpenSSH container keysAris Adamantiadis1-0/+8
2015-02-02pki.h: Replace tabs with spacesAris Adamantiadis1-2/+2
2015-01-20cmake: Add libsshpp.hpp to the distributed headers list.Léo Peltier1-0/+1
2014-12-05session: add getter for kexalgoJon Simons1-0/+1
2014-12-05pki_crypto.c: plug ecdsa_sig->[r,s] bignum leaksJon Simons1-0/+1
2014-09-07ed25519: Generate, sign and verify keys.Aris2-0/+19
2014-09-07crypto: Add ed25519 implementation from OpenSSH.Aris Adamantiadis6-1/+267
2014-09-07buffer: Add a secure buffer mechanism to avoid memory spillsAris Adamantiadis1-0/+2
2014-08-06bignums: detach bignum-related functions from dh.c.Aris Adamantiadis2-4/+32
2014-08-06crypto: fix secure burning, structure members namingAris Adamantiadis1-2/+2
2014-08-06buffer: add a hidden canary to detect format errorsAris Adamantiadis1-2/+7