summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* include: Fix variadic macro issues with MSVCAndreas Schneider2015-05-051-1/+9
* bind: Correctly close sockets and invalidate them.Andreas Schneider2015-04-101-0/+6
* external: Use standard int typesAndreas Schneider2015-04-102-17/+23
* include: Do not make x11 variables constAndreas Schneider2015-04-021-2/+2
* cmake: Detect __func__ and __FUNCTION__ during configure stepAndreas Schneider2015-04-022-3/+7
* include: We should use __func__ which is C99Andreas Schneider2015-04-021-8/+6
* buffer: buffer_pack & unpack on non-gnu compilersAris Adamantiadis2015-02-081-0/+5
* buffer: buffer: Improve argument checking of in ssh_buffer_pack()Andreas Schneider2015-02-021-3/+9
* buffer: Improve argument checking in ssh_buffer_pack()Andreas Schneider2015-02-022-3/+36
* ed25519: ADd OpenSSH encrypted container importAris Adamantiadis2015-02-021-0/+1
* external: Add OpenSSH bcrypt and blowfish implementationAris Adamantiadis2015-02-022-0/+92
* server: Add support for ed25519 keys in the server.Aris Adamantiadis2015-02-022-1/+3
* ed25519: Add support to export OpenSSH container keysAris Adamantiadis2015-02-021-0/+2
* ed25519: Add support o import OpenSSH container keysAris Adamantiadis2015-02-021-0/+8
* pki.h: Replace tabs with spacesAris Adamantiadis2015-02-021-2/+2
* cmake: Add libsshpp.hpp to the distributed headers list.Léo Peltier2015-01-201-0/+1
* session: add getter for kexalgoJon Simons2014-12-051-0/+1
* pki_crypto.c: plug ecdsa_sig->[r,s] bignum leaksJon Simons2014-12-051-0/+1
* ed25519: Generate, sign and verify keys.Aris2014-09-072-0/+19
* crypto: Add ed25519 implementation from OpenSSH.Aris Adamantiadis2014-09-076-1/+267
* buffer: Add a secure buffer mechanism to avoid memory spillsAris Adamantiadis2014-09-071-0/+2
* bignums: detach bignum-related functions from dh.c.Aris Adamantiadis2014-08-062-4/+32
* crypto: fix secure burning, structure members namingAris Adamantiadis2014-08-061-2/+2
* buffer: add a hidden canary to detect format errorsAris Adamantiadis2014-08-061-2/+7
* buffers: adapt sftp.c to ssh_buffer_(un)pack()Aris Adamantiadis2014-08-061-4/+4
* Buffer: add ssh_buffer_(un)pack()Aris Adamantiadis2014-08-061-0/+6
* pki: Add missing semi-colon.Andreas Schneider2014-05-071-1/+1
* pki: Make pki_key_ecdsa_nid_to_name() a shared function.Andreas Schneider2014-04-231-0/+1
* Add options support for setting and getting HMAC algorithmsDirkjan Bussink2014-04-222-0/+5
* Add negotiation for SHA2 HMAC algorithmsDirkjan Bussink2014-04-221-0/+7
* Add logic to support SHA2 HMAC algorithmsDirkjan Bussink2014-04-223-2/+9
* Add SHA2 algorithms for HMACDirkjan Bussink2014-04-223-1/+38
* kex: server fix for first_kex_packet_followsJon Simons2014-04-221-0/+9
* Revert "kex: server fix for first_kex_packet_follows"Andreas Schneider2014-04-151-9/+0
* kex: server fix for first_kex_packet_followsJon Simons2014-04-101-0/+9
* Revert "direct-tcpip and forwarded-tcpip callbacks"Andreas Schneider2014-04-091-32/+2
* direct-tcpip and forwarded-tcpip callbacksLoïc Michaux2014-04-091-2/+32
* pki crypto: expose new ssh_pki_key_ecdsa_name APIJon Simons2014-04-091-0/+2
* libsshpp: include required <string> header for std::stringPetar Koretic2014-04-091-0/+1
* doc: Improve and consolidate ssh_bind_options_set docsAlan Dunn2014-03-271-63/+0
* libssh: libhpp: overload read function to support timeout parameterPetar Koretic2014-03-271-1/+19
* libssh: libhpp: avoid unnecessary call to ssh_channel_readPetar Koretic2014-03-271-1/+1
* libssh: libhpp: fix multiple definitions for acceptForward functionPetar Koretic2014-03-271-4/+3
* options: Allow use of host ECDSA keyAlan Dunn2014-03-271-1/+2
* security: fix for vulnerability CVE-2014-0017Aris Adamantiadis2014-03-041-0/+1
* Add session/channel byte/packet countersAudrius Butkevicius2014-02-123-0/+16
* session: add getters for session cipher namesJon Simons2014-02-061-0/+2
* knownhosts: detect variations of ecdsaAris Adamantiadis2014-02-042-1/+27
* doc: correct ssh_channel_read_timeout unitsJon Simons2014-02-021-1/+1
* doc: Document expected return value of channel data callbackAudrius Butkevicius2014-02-021-0/+2