aboutsummaryrefslogtreecommitdiff
path: root/ConfigureChecks.cmake
AgeCommit message (Expand)AuthorFilesLines
2018-07-05libcrypto: Use new RAND_priv_bytes() for strong randomnessAndreas Schneider1-0/+4
2018-06-30cmake: Unset CMAKE_REQUIRED_* variablesAndreas Schneider1-8/+10
2018-06-29kex: Enable chacha20-poly1304 KEX with mbedtlsAndreas Schneider1-1/+0
2018-06-28chacha: fix build for mbedTLSJon Simons1-1/+2
2018-06-28cmake: detect "bounded" compiler attributeAris Adamantiadis1-0/+5
2018-06-28external: Add ChaCha and Poly1305 implementations from OpenSSHAris Adamantiadis1-0/+1
2018-06-04cmake: add WITH_PACKET_DEBUG optionAris Adamantiadis1-0/+4
2018-03-11misc: Use SecureZeroMemory if available for explicit_bzeroAlberto Aguirre1-0/+2
2018-03-11misc: Use memset_s if available for explicit_bzeroAlberto Aguirre1-0/+1
2018-03-02priv: Implement explicit_bzero as a function if not availableAndreas Schneider1-1/+1
2018-02-12src: Use explicit_bzero() if available on the platformAndreas Schneider1-0/+1
2017-12-28add mbedtls crypto supportJuraj Vijtiuk1-2/+11
2017-12-21config: Add CMake check for glob()Jakub Jelen1-0/+5
2017-08-25cmake: Add check for fallthrough attributeAndreas Schneider1-0/+27
2017-02-23cmake: Check for EVP_CIPHER_CTX_newAndreas Schneider1-0/+4
2016-11-07cmake: Use configure check for CRYPTO_ctr128_encryptAndreas Schneider1-0/+4
2016-11-07threads: Use new API call for OpenSSL CRYPTO THREADIDAndreas Schneider1-0/+3
2016-11-06cmake: Check for io.h on WindowsAndreas Schneider1-0/+2
2016-11-06cmake: Correctly check for sys/[u]time.hAndreas Schneider1-0/+1
2016-11-06cmake: Always check for strtoullAndreas Schneider1-1/+1
2016-11-05cmake: Correctly check for *snprintf functions on WindowsAndreas Schneider1-7/+12
2016-11-03pki_gcrypt: Handle ECDSA keys and signaturesJustus Winter1-2/+2
2016-03-17cmake: Try to fix FindArgp moduleAndreas Schneider1-1/+1
2016-03-14cmake: detect argp.h on osxAris Adamantiadis1-0/+4
2015-12-30cmake: use check_symbol for (v)snprintfpouete1-2/+3
2015-12-24CMake: include CheckIncludeFiles for calls to check_include_files.Sebastián Peyrott1-0/+1
2015-10-20agent: Fix agent auth on big endian machinesAndreas Schneider1-0/+1
2015-09-25cmake: fix EVP detection with gccAris Adamantiadis1-2/+2
2015-09-25crypto: old-fashioned aes_ctr when evp_aes_ctr is missingAris Adamantiadis1-0/+9
2015-07-03cmake: Fix OpenSSL detection in non-standard pathAndreas Schneider1-6/+6
2015-07-03cmake: Fail if can't find OpenSSL aes and des headersAndreas Schneider1-17/+25
2015-04-10cmake: Detect network function correctly on WindowsAndreas Schneider1-11/+17
2015-04-10cmake: Check for sys/param.h header fileAndreas Schneider1-0/+1
2015-04-10cmake: Check for arpa/inet.h header fileAndreas Schneider1-0/+1
2015-04-02cmake: Detect __func__ and __FUNCTION__ during configure stepAndreas Schneider1-0/+15
2015-02-08buffer: detect compilers not supporting __VA_ARGS__Aris Adamantiadis1-0/+12
2015-01-13cmake: Fix ntohll and htonll macro detection.Andreas Schneider1-2/+2
2014-12-17libcrypto: Fix Windows build with ssh_reseed().Andreas Schneider1-0/+1
2014-02-16examples: Add ssh_server_fork exampleAudrius Butkevicius1-0/+1
2014-02-14cmake: Check for libutil.h on FreeBSD.Andreas Schneider1-0/+1
2014-02-03ConfigureChecks: Stop checking for CMAKE_HAVE_THREADS_LIBRARY.Raphael Kubo da Costa1-5/+3
2013-11-03examples: fix forktty() warning on OSXAris Adamantiadis1-0/+1
2013-10-30cmake: Check for isblank().Andreas Schneider1-0/+1
2013-07-27cmake: Fix configure check for ntohll and htonll.Andreas Schneider1-9/+14
2013-07-24cmake: Rewrote FindGSSAPI.cmake.Andreas Schneider1-2/+2
2013-07-24cmake: Set HAVE_GETADDRINFO if we have libsocket.Andreas Schneider1-1/+2
2013-07-23cmake: Check for unistd.h.Andreas Schneider1-0/+1
2013-07-23cmake: If we don't have gssapi libs, disable it.Andreas Schneider1-0/+4
2013-07-23cmake: Check for HAVE_GCC_VOLATILE_MEMORY_PROTECTION.Andreas Schneider1-0/+12
2013-07-22cmake: Define HAVE_NTOHLL and HAVE_HTONLL on Windows.Andreas Schneider1-0/+2