aboutsummaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
AgeCommit message (Expand)AuthorFilesLines
2018-10-09cmake: Link against gpg-errorJakub Jelen1-4/+3
2018-08-27cmake: Fix FindABIMap targetsAnderson Toshiyuki Sasaki1-2/+2
2018-08-27cmake: Check if the linker supports version scriptsAndreas Schneider1-4/+4
2018-08-20cmake: Improve compiler flag detectionAndreas Schneider1-0/+2
2018-08-13cmake: Only install static lib if built WITH_STATIC_LIBAndreas Schneider1-12/+12
2018-08-08cmake: Introduce symbol versioningAnderson Toshiyuki Sasaki1-2/+42
2018-08-03threads: Add Windows threads implementationAnderson Toshiyuki Sasaki1-0/+6
2018-08-03threads: Automatically call ssh_init on loadAnderson Toshiyuki Sasaki1-3/+16
2018-06-29Rest in Peace SSHv1Andreas Schneider1-11/+0
2018-06-29kex: Enable chacha20-poly1304 KEX with mbedtlsAndreas Schneider1-7/+1
2018-06-28chacha: fix build for mbedTLSJon Simons1-1/+7
2018-06-28chacha: packet encryptionAris Adamantiadis1-0/+1
2018-06-28external: Add ChaCha and Poly1305 implementations from OpenSSHAris Adamantiadis1-0/+2
2018-06-04knownhosts: Introduce new known hosts managing functionsAndreas Schneider1-0/+1
2017-12-28add mbedtls crypto supportJuraj Vijtiuk1-0/+19
2016-11-08cmake: Only build libcrypto and libcrypto-compat when neededAndreas Schneider1-2/+4
2016-11-07libcrypto: Introduce a libcrypto compat fileJakub Jelen1-0/+1
2016-11-03ecdh: Implement ECDH using libgcryptJustus Winter1-0/+2
2016-05-02connector: Implement ssh_connector_except()Aris Adamantiadis1-0/+1
2015-09-07cmake: Handle libssh threas library correctlyAndreas Schneider1-0/+1
2015-07-03cmake: Fix zlib include directoryAndreas Schneider1-1/+1
2015-06-24cmake: Do not use CMAKE_(SOURCE|BINARY)_DIRDouglas Heriot1-2/+2
2015-05-05cmake: Add --enable-stdcall-fixup for MinGW buildsAndreas Schneider1-0/+4
2015-04-10cmake: Require cmake version 2.8.0Andreas Schneider1-5/+4
2015-02-02Move all 3rd-party C files to src/external/Aris Adamantiadis1-5/+5
2015-02-02external: Add OpenSSH bcrypt and blowfish implementationAris Adamantiadis1-0/+2
2015-02-02ed25519: Add support o import OpenSSH container keysAris Adamantiadis1-0/+1
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