Home | History | Annotate | Download | only in openssh

Lines Matching refs:OpenSSL

1416   --with-ssl-dir=PATH     Specify path to OpenSSL installation
1417 --without-openssl-header-check Disable OpenSSL version consistency check
1418 --with-ssl-engine Enable OpenSSL (hardware) ENGINE support
10239 # Search for OpenSSL
10311 ac_fn_c_check_header_mongrel "$LINENO" "openssl/opensslv.h" "ac_cv_header_openssl_opensslv_h" "$ac_includes_default"
10315 as_fn_error $? "*** OpenSSL headers missing - please install first or check config.log ***" "$LINENO" 5
10342 as_fn_error $? "*** Can't find recent OpenSSL libcrypto (see config.log for details) ***" "$LINENO" 5
10354 # Determine OpenSSL header version
10355 { $as_echo "$as_me:${as_lineno-$LINENO}: checking OpenSSL header version" >&5
10356 $as_echo_n "checking OpenSSL header version... " >&6; }
10369 #include <openssl/opensslv.h>
10402 as_fn_error $? "OpenSSL version header not found." "$LINENO" 5
10410 # Determine OpenSSL library version
10411 { $as_echo "$as_me:${as_lineno-$LINENO}: checking OpenSSL library version" >&5
10412 $as_echo_n "checking OpenSSL library version... " >&6; }
10425 #include <openssl/opensslv.h>
10426 #include <openssl/crypto.h>
10459 as_fn_error $? "OpenSSL library not found." "$LINENO" 5
10468 # Check whether --with-openssl-header-check was given.
10478 # Sanity check OpenSSL headers
10479 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether OpenSSL's headers match the library" >&5
10480 $as_echo_n "checking whether OpenSSL's headers match the library... " >&6; }
10492 #include <openssl/opensslv.h>
10514 as_fn_error $? "Your OpenSSL headers do not match your
10517 by running \"./configure --without-openssl-header-check\".
10521 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Your OpenSSL headers do not match your
10524 $as_echo "$as_me: WARNING: Your OpenSSL headers do not match your
10535 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if programs using OpenSSL functions will link" >&5
10536 $as_echo_n "checking if programs using OpenSSL functions will link... " >&6; }
10539 #include <openssl/evp.h>
10559 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if programs using OpenSSL need -ldl" >&5
10560 $as_echo_n "checking if programs using OpenSSL need -ldl... " >&6; }
10563 #include <openssl/evp.h>
10610 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for OpenSSL ENGINE support" >&5
10611 $as_echo_n "checking for OpenSSL ENGINE support... " >&6; }
10615 #include <openssl/engine.h>
10636 as_fn_error $? "OpenSSL ENGINE support not found" "$LINENO" 5
10645 # Check for OpenSSL without EVP_aes_{192,256}_cbc
10646 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether OpenSSL has crippled AES support" >&5
10647 $as_echo_n "checking whether OpenSSL has crippled AES support... " >&6; }
10652 #include <openssl/evp.h>
10688 #include <openssl/evp.h>
10719 # Some systems want crypt() from libcrypt, *not* the version in OpenSSL,
10770 # version in OpenSSL.
10814 # Search for SHA256 support in libc and/or OpenSSL
10831 # Check complete ECC support in OpenSSL
10832 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether OpenSSL has complete ECC support" >&5
10833 $as_echo_n "checking whether OpenSSL has complete ECC support... " >&6; }
10837 #include <openssl/ec.h>
10838 #include <openssl/ecdh.h>
10839 #include <openssl/ecdsa.h>
10840 #include <openssl/evp.h>
10841 #include <openssl/objects.h>
10842 #include <openssl/opensslv.h>
10844 # error "OpenSSL < 0.9.8g has unreliable ECC code"
10944 # Check wheter OpenSSL seeds itself
10945 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether OpenSSL's PRNG is internally seeded" >&5
10946 $as_echo_n "checking whether OpenSSL's PRNG is internally seeded... " >&6; }
10952 # OpenSSL is not seeded correctly.
10961 #include <openssl/rand.h>
11092 RAND_MSG="OpenSSL internal ONLY"
11094 as_fn_error $? "OpenSSH has no source of random numbers. Please configure OpenSSL with an entropy source or re-run configure using one of the --with-prngd-port or --with-prngd-socket options" "$LINENO" 5