aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
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
2014-02-02doc: correct ssh_channel_read_timeout unitsJon Simons1-1/+1
2014-02-02doc: Document expected return value of channel data callbackAudrius Butkevicius1-0/+2
2014-02-02src: Define MAX_BUF_SIZE globally and use it.Joseph Southwell1-0/+13
2014-02-02build: remove OSX deprecated warnings for opensslAris Adamantiadis1-10/+0
2014-02-01server: allow custom server banners (bug #83)Aris Adamantiadis1-0/+1
2014-02-01known_hosts: add ssh_knownhosts_algorithms()Aris Adamantiadis1-0/+1
2014-01-19src: Rename buffer_add_data() to ssh_buffer_add_data().Andreas Schneider1-1/+1
2014-01-19src: Rename buffer_init to ssh_buffer_init().Andreas Schneider1-1/+1
2014-01-16include: Mark functions as deprecated!Andreas Schneider1-45/+45
2014-01-16channel: Fix the name scheme of the forward functions.Andreas Schneider2-8/+22
2014-01-16channel: Add ssh_channel_accept_forward().Oleksandr Shneyder1-0/+1
2014-01-08threads: support libgcrypt 1.6 hackAris Adamantiadis1-0/+2
2014-01-08include: Remove warning cause VSC doesn't know about it.Andreas Schneider1-1/+0
2014-01-08include: Fix building if we do not have asm volatile.Andreas Schneider1-1/+2
2013-12-07session: Add ssh_get_clientbanner().Jon Simons1-0/+1
2013-12-04channels: Add a ssh_channel_read_timeout function.Andreas Schneider1-0/+1
2013-11-27pki: Add ssh_pki_import_privkey_file().Andreas Schneider1-0/+5
2013-11-27pki_gcrypt: Add pki_private_key_to_pem() stub.Andreas Schneider1-0/+5
2013-11-27ecdh: Check if we have ECC support.Andreas Schneider2-2/+7
2013-11-24server: Add a ssh_send_keepalive() function.Nicolas Viennot1-0/+2
2013-11-15options: Add SSH_OPTIONS_GSSAPI_DELEGATE_CREDENTIALS option.Simo Sorce2-1/+3
2013-11-15options: Add SSH_OPTIONS_GSSAPI_CLIENT_IDENTITY option.Andreas Schneider2-1/+3
2013-11-15gssapi: Add suppport to set GSSAPI server identity.Andreas Schneider2-1/+3
2013-11-09Add ssh_get_poll_flags()Colin Walters2-0/+2
2013-11-06dh: Add new ssh_get_publickey_hash() function.Andreas Schneider1-1/+13
2013-11-04remove warnings on OSX (workaround)Aris Adamantiadis1-0/+10
2013-11-03curve25519: include reference implementationAris Adamantiadis1-2/+10
2013-11-03socket: Fix check for pending data.Aris Adamantiadis1-1/+5