aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2015-09-25crypto: old-fashioned aes_ctr when evp_aes_ctr is missingAris Adamantiadis1-0/+1
2015-09-25SSH1: fix duplicate identifierAris Adamantiadis1-1/+1
2015-09-25libcrypto: clean up EVP functionsAris Adamantiadis1-3/+20
2015-09-07pki: Add certificate loading functionsAxel Eppe2-0/+13
2015-09-07pki: Add rsa, dss certificate key type definitionsAxel Eppe2-1/+4
2015-09-07pki: Use the standard logging functionAndreas Schneider1-5/+0
2015-09-07crypto: Add OpenSSL EVP functions for FIPS compatibilityMichael Wilder1-7/+5
2015-07-30define our own platform-independent S_IF macrosTilo Eckert1-0/+10
2015-07-07client: handle agent forward open requests with callbacksFabiano Fidêncio2-1/+18
2015-06-30include: Add stdarg.h so we can check for va_copy macroAndreas Schneider1-0/+1
2015-06-29agent: Add ssh_set_agent_socketPeter Volpe1-0/+1
2015-06-24cmake: Do not use CMAKE_(SOURCE|BINARY)_DIRDouglas Heriot1-1/+1
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