aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2016-05-02libgcrypt: Add helper to extract MPIs into ssh_stringsJustus Winter1-0/+10
2016-05-02dh: Rename ssh_get_publickey() to ssh_get_server_publickey()Andreas Schneider1-1/+2
2016-03-14server: handle keepalive@openssh.com global requestsAris Adamantiadis1-0/+1
2016-01-19buffer: expose ssh_buffer_get()Fabiano Fidêncio2-3/+1
2016-01-19buffer: expose ssh_buffer_{add,get}_data()Fabiano Fidêncio2-2/+2
2016-01-19buffer: expose ssh_buffer_reinit()Fabiano Fidêncio2-1/+1
2016-01-19libssh.h: move LIBSSH_API buffer' functions to libssh.hFabiano Fidêncio2-4/+4
2016-01-19buffer: remove ssh_buffer_get_begin()Fabiano Fidêncio1-1/+0
2016-01-19buffer: remove ssh_buffer_get_rest_len()Fabiano Fidêncio1-3/+2
2016-01-19buffer: rename ssh_buffer_get_rest() to ssh_buffer_get()Fabiano Fidêncio1-1/+1
2016-01-19cleanup: use ssh_ prefix in the packet (non-static) functionsFabiano Fidêncio1-9/+9
2016-01-19cleanup: use ssh_ prefix in the gcrypt missing functionsFabiano Fidêncio1-4/+4
2016-01-19cleanup: use ssh_ prefix in the kex (non-static) functionsFabiano Fidêncio1-3/+3
2016-01-19cleanup: use ssh_ prefix in the dh (non-static) functionsFabiano Fidêncio1-14/+14
2016-01-19cleanup: use ssh_ prefix in the channels (non-static) functionsFabiano Fidêncio1-6/+6
2016-01-19cleanup: use ssh_ prefix in the buffer (non-static) functionsFabiano Fidêncio1-22/+22
2016-01-19cleanup: use ssh_ prefix in the blf (non-static) functionsFabiano Fidêncio1-13/+13
2016-01-19cleanup: use ssh_ prefix in the bignum (non-static) functionsFabiano Fidêncio1-3/+3
2016-01-19cleanup: use ssh_ prefix in the agent (non-static) functionsFabiano Fidêncio1-4/+4
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-25crypto: old-fashioned aes_ctr when evp_aes_ctr is missingAris Adamantiadis1-0/+1
2015-09-25SSH1: fix duplicate identifierAris Adamantiadis1-1/+1
2015-09-25libcrypto: clean up EVP functionsAris Adamantiadis1-3/+20
2015-09-07pki: Add certificate loading functionsAxel Eppe2-0/+13
2015-09-07pki: Add rsa, dss certificate key type definitionsAxel Eppe2-1/+4
2015-09-07pki: Use the standard logging functionAndreas Schneider1-5/+0
2015-09-07crypto: Add OpenSSL EVP functions for FIPS compatibilityMichael Wilder1-7/+5
2015-07-30define our own platform-independent S_IF macrosTilo Eckert1-0/+10
2015-07-07client: handle agent forward open requests with callbacksFabiano Fidêncio2-1/+18
2015-06-30include: Add stdarg.h so we can check for va_copy macroAndreas Schneider1-0/+1
2015-06-29agent: Add ssh_set_agent_socketPeter Volpe1-0/+1
2015-06-24cmake: Do not use CMAKE_(SOURCE|BINARY)_DIRDouglas Heriot1-1/+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