summaryrefslogtreecommitdiffstats
path: root/include/libssh
Commit message (Expand)AuthorAgeFilesLines
* pki: Add certificate loading functionsAxel Eppe2015-09-072-0/+13
* pki: Add rsa, dss certificate key type definitionsAxel Eppe2015-09-072-1/+4
* pki: Use the standard logging functionAndreas Schneider2015-09-071-5/+0
* crypto: Add OpenSSL EVP functions for FIPS compatibilityMichael Wilder2015-09-071-7/+5
* define our own platform-independent S_IF macrosTilo Eckert2015-07-301-0/+10
* client: handle agent forward open requests with callbacksFabiano Fidêncio2015-07-072-1/+18
* include: Add stdarg.h so we can check for va_copy macroAndreas Schneider2015-06-301-0/+1
* agent: Add ssh_set_agent_socketPeter Volpe2015-06-291-0/+1
* include: Add support for older MSVC versionsAndreas Schneider2015-06-241-0/+4
* Bump version to 0.7.0Andreas Schneider2015-05-061-1/+1
* 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