aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
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
2014-08-06buffers: adapt sftp.c to ssh_buffer_(un)pack()Aris Adamantiadis1-4/+4
2014-08-06Buffer: add ssh_buffer_(un)pack()Aris Adamantiadis1-0/+6
2014-05-07pki: Add missing semi-colon.Andreas Schneider1-1/+1
2014-04-23pki: Make pki_key_ecdsa_nid_to_name() a shared function.Andreas Schneider1-0/+1
2014-04-22Add options support for setting and getting HMAC algorithmsDirkjan Bussink2-0/+5
2014-04-22Add negotiation for SHA2 HMAC algorithmsDirkjan Bussink1-0/+7
2014-04-22Add logic to support SHA2 HMAC algorithmsDirkjan Bussink3-2/+9
2014-04-22Add SHA2 algorithms for HMACDirkjan Bussink3-1/+38
2014-04-22kex: server fix for first_kex_packet_followsJon Simons1-0/+9
2014-04-15Revert "kex: server fix for first_kex_packet_follows"Andreas Schneider1-9/+0
2014-04-10kex: server fix for first_kex_packet_followsJon Simons1-0/+9
2014-04-09Revert "direct-tcpip and forwarded-tcpip callbacks"Andreas Schneider1-32/+2
2014-04-09direct-tcpip and forwarded-tcpip callbacksLoïc Michaux1-2/+32
2014-04-09pki crypto: expose new ssh_pki_key_ecdsa_name APIJon Simons1-0/+2
2014-04-09libsshpp: include required <string> header for std::stringPetar Koretic1-0/+1
2014-03-27doc: Improve and consolidate ssh_bind_options_set docsAlan Dunn1-63/+0
2014-03-27libssh: libhpp: overload read function to support timeout parameterPetar Koretic1-1/+19
2014-03-27libssh: libhpp: avoid unnecessary call to ssh_channel_readPetar Koretic1-1/+1
2014-03-27libssh: libhpp: fix multiple definitions for acceptForward functionPetar Koretic1-4/+3
2014-03-27options: Allow use of host ECDSA keyAlan Dunn1-1/+2
2014-03-04security: fix for vulnerability CVE-2014-0017Aris Adamantiadis1-0/+1
2014-02-12Add session/channel byte/packet countersAudrius Butkevicius3-0/+16
2014-02-06session: add getters for session cipher namesJon Simons1-0/+2
2014-02-04knownhosts: detect variations of ecdsaAris Adamantiadis2-1/+27