summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* src: Define MAX_BUF_SIZE globally and use it.Joseph Southwell2014-02-021-0/+13
* build: remove OSX deprecated warnings for opensslAris Adamantiadis2014-02-021-10/+0
* server: allow custom server banners (bug #83)Aris Adamantiadis2014-02-011-0/+1
* known_hosts: add ssh_knownhosts_algorithms()Aris Adamantiadis2014-02-011-0/+1
* src: Rename buffer_add_data() to ssh_buffer_add_data().Andreas Schneider2014-01-191-1/+1
* src: Rename buffer_init to ssh_buffer_init().Andreas Schneider2014-01-191-1/+1
* include: Mark functions as deprecated!Andreas Schneider2014-01-161-45/+45
* channel: Fix the name scheme of the forward functions.Andreas Schneider2014-01-162-8/+22
* channel: Add ssh_channel_accept_forward().Oleksandr Shneyder2014-01-161-0/+1
* threads: support libgcrypt 1.6 hackAris Adamantiadis2014-01-081-0/+2
* include: Remove warning cause VSC doesn't know about it.Andreas Schneider2014-01-081-1/+0
* include: Fix building if we do not have asm volatile.Andreas Schneider2014-01-081-1/+2
* session: Add ssh_get_clientbanner().Jon Simons2013-12-071-0/+1
* channels: Add a ssh_channel_read_timeout function.Andreas Schneider2013-12-041-0/+1
* pki: Add ssh_pki_import_privkey_file().Andreas Schneider2013-11-271-0/+5
* pki_gcrypt: Add pki_private_key_to_pem() stub.Andreas Schneider2013-11-271-0/+5
* ecdh: Check if we have ECC support.Andreas Schneider2013-11-272-2/+7
* server: Add a ssh_send_keepalive() function.Nicolas Viennot2013-11-241-0/+2