aboutsummaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
AgeCommit message (Expand)AuthorFilesLines
2014-09-07ed25519: Generate, sign and verify keys.Aris1-0/+1
2014-09-07crypto: Add ed25519 implementation from OpenSSH.Aris Adamantiadis1-0/+4
2014-08-06bignums: detach bignum-related functions from dh.c.Aris Adamantiadis1-0/+1
2014-04-22build: Do not link against libssl, only libcryptoAlan Dunn1-3/+3
2014-02-06build: Use Threads_FOUND to decide whether to build ssh_threads.Raphael Kubo da Costa1-2/+2
2014-02-03threads: Be less strict when deciding whether to build libssh_threads.Raphael Kubo da Costa1-2/+2
2013-11-03curve25519: include reference implementationAris Adamantiadis1-3/+4
2013-09-27kex: implement curve25519-sha256@libssh.orgAris Adamantiadis1-0/+19
2013-07-24cmake: Rewrote FindGSSAPI.cmake.Andreas Schneider1-5/+10
2013-07-13cmake: Make GSSAPI optional.Andreas Schneider1-3/+9
2013-07-13build: build with gssapi if detectedAris Adamantiadis1-0/+7
2013-07-13GSSAPI: added stubAris Adamantiadis1-0/+1
2012-02-04cmake: Update GCrypt module.Andreas Schneider1-1/+1
2011-09-23cmake: Fix library linking.Andreas Schneider1-15/+24
2011-09-18packet: Move packet callbacks to packet_cb.c.Andreas Schneider1-0/+1
2011-09-18gzip: Fix zlib support.Andreas Schneider1-1/+7
2011-09-18crypt: Rename to packet_crypt.Andreas Schneider1-1/+1
2011-09-18priv: Create crc32.h.Andreas Schneider1-1/+1
2011-09-10kex: Split out SSHv1 functions to kex1.c.Andreas Schneider1-0/+1
2011-08-30keys: Remove obsolete keys.c.Andreas Schneider1-1/+0
2011-08-28pki: Compile pki_gcrypt.c only if we need it.Andreas Schneider1-1/+1
2011-08-08pki: Add pki_crypto.c.Andreas Schneider1-5/+10
2011-08-08pki: Move keyfiles to pki_gcrypt.c.Andreas Schneider1-1/+1
2011-06-13[crypto] initial support for ecdh-sha2-nistp256Aris Adamantiadis1-0/+1
2011-06-01cmake: Fix static .lib overwriting on Windows.Andreas Schneider1-1/+8
2011-05-20Fixed warnings on MacosX with Xcode4Aris Adamantiadis1-2/+8
2011-01-24misc: Added multiplatform ssh_getpass() fuction.Andreas Schneider1-0/+1
2010-12-29cmake: Added missing include dirs for libssh.Andreas Schneider1-0/+2
2010-12-10include: Only require LIBSSH_STATIC on Windows.Andreas Schneider1-2/+9
2010-12-10build: Use the same name for static and shared library.Andreas Schneider1-0/+2
2010-10-20Split ssh_bind functions in a new .c fileAris Adamantiadis1-0/+1
2010-09-28pki: Create a file for known_hosts functions.Andreas Schneider1-0/+1
2010-09-28build: Remove unneeded include directories.Andreas Schneider1-2/+0
2010-09-06threads: Build a libssh threading library.Andreas Schneider1-0/+3
2010-09-06misc: Rename libssh/ to src/Andreas Schneider1-0/+204