mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-19 17:48:33 -04:00
Prepare for V7.2.0 release.
This commit is contained in:
parent
73ad4387e2
commit
e0bab5981a
1071 changed files with 8726 additions and 2457 deletions
174
FreeRTOS-Plus/CyaSSL/configure
vendored
174
FreeRTOS-Plus/CyaSSL/configure
vendored
|
@ -1,6 +1,6 @@
|
|||
#! /bin/sh
|
||||
# Guess values for system-dependent variables and create Makefiles.
|
||||
# Generated by GNU Autoconf 2.61 for cyassl 2.2.0.
|
||||
# Generated by GNU Autoconf 2.61 for cyassl 2.3.0.
|
||||
#
|
||||
# Report bugs to <http://www.yassl.com>.
|
||||
#
|
||||
|
@ -594,8 +594,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
|
|||
# Identity of this package.
|
||||
PACKAGE_NAME='cyassl'
|
||||
PACKAGE_TARNAME='cyassl'
|
||||
PACKAGE_VERSION='2.2.0'
|
||||
PACKAGE_STRING='cyassl 2.2.0'
|
||||
PACKAGE_VERSION='2.3.0'
|
||||
PACKAGE_STRING='cyassl 2.3.0'
|
||||
PACKAGE_BUGREPORT='http://www.yassl.com'
|
||||
|
||||
# Factoring default headers for most tests.
|
||||
|
@ -765,8 +765,12 @@ BUILD_FASTMATH_TRUE
|
|||
BUILD_FASTMATH_FALSE
|
||||
BUILD_SNIFFER_TRUE
|
||||
BUILD_SNIFFER_FALSE
|
||||
BUILD_AESGCM_TRUE
|
||||
BUILD_AESGCM_FALSE
|
||||
BUILD_AESNI_TRUE
|
||||
BUILD_AESNI_FALSE
|
||||
BUILD_MD2_TRUE
|
||||
BUILD_MD2_FALSE
|
||||
BUILD_RIPEMD_TRUE
|
||||
BUILD_RIPEMD_FALSE
|
||||
BUILD_SHA512_TRUE
|
||||
|
@ -781,6 +785,8 @@ BUILD_OCSP_TRUE
|
|||
BUILD_OCSP_FALSE
|
||||
BUILD_CRL_TRUE
|
||||
BUILD_CRL_FALSE
|
||||
BUILD_CRL_MONITOR_TRUE
|
||||
BUILD_CRL_MONITOR_FALSE
|
||||
BUILD_NTRU_TRUE
|
||||
BUILD_NTRU_FALSE
|
||||
ax_pthread_config
|
||||
|
@ -1309,7 +1315,7 @@ if test "$ac_init_help" = "long"; then
|
|||
# Omit some internal or obsolete options to make the list less imposing.
|
||||
# This message is too long to be a string in the A/UX 3.1 sh.
|
||||
cat <<_ACEOF
|
||||
\`configure' configures cyassl 2.2.0 to adapt to many kinds of systems.
|
||||
\`configure' configures cyassl 2.3.0 to adapt to many kinds of systems.
|
||||
|
||||
Usage: $0 [OPTION]... [VAR=VALUE]...
|
||||
|
||||
|
@ -1380,7 +1386,7 @@ fi
|
|||
|
||||
if test -n "$ac_init_help"; then
|
||||
case $ac_init_help in
|
||||
short | recursive ) echo "Configuration of cyassl 2.2.0:";;
|
||||
short | recursive ) echo "Configuration of cyassl 2.3.0:";;
|
||||
esac
|
||||
cat <<\_ACEOF
|
||||
|
||||
|
@ -1408,9 +1414,11 @@ Optional Features:
|
|||
--enable-hugecache Enable huge session cache (default: disabled)
|
||||
--enable-smallcache Enable small session cache (default: disabled)
|
||||
--enable-sniffer Enable CyaSSL sniffer support (default: disabled)
|
||||
--enable-aesgcm Enable CyaSSL AES-GCM support (default: disabled)
|
||||
--enable-aesni Enable CyaSSL AES-NI support (default: disabled)
|
||||
--enable-md2 Enable CyaSSL MD2 support (default: disabled)
|
||||
--enable-ripemd Enable CyaSSL RIPEMD-160 support (default: disabled)
|
||||
--enable-sha512 Enable CyaSSL SHA-160 support (default: disabled)
|
||||
--enable-sha512 Enable CyaSSL SHA-512 support (default: disabled)
|
||||
--enable-sessioncerts Enable session cert storing (default: disabled)
|
||||
--enable-keygen Enable key generation (default: disabled)
|
||||
--enable-certgen Enable cert generation (default: disabled)
|
||||
|
@ -1422,6 +1430,7 @@ Optional Features:
|
|||
--enable-ecc Enable ECC (default: disabled)
|
||||
--enable-ocsp Enable OCSP (default: disabled)
|
||||
--enable-crl Enable CRL (default: disabled)
|
||||
--enable-crl-monitor Enable CRL Monitor (default: disabled)
|
||||
--enable-ntru Enable NTRU (default: disabled)
|
||||
--enable-testcert Enable Test Cert (default: disabled)
|
||||
--enable-gcc-lots-o-warnings
|
||||
|
@ -1517,7 +1526,7 @@ fi
|
|||
test -n "$ac_init_help" && exit $ac_status
|
||||
if $ac_init_version; then
|
||||
cat <<\_ACEOF
|
||||
cyassl configure 2.2.0
|
||||
cyassl configure 2.3.0
|
||||
generated by GNU Autoconf 2.61
|
||||
|
||||
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
|
||||
|
@ -1531,7 +1540,7 @@ cat >config.log <<_ACEOF
|
|||
This file contains any messages produced by compilers while
|
||||
running configure, to aid debugging if configure makes a mistake.
|
||||
|
||||
It was created by cyassl $as_me 2.2.0, which was
|
||||
It was created by cyassl $as_me 2.3.0, which was
|
||||
generated by GNU Autoconf 2.61. Invocation command line was
|
||||
|
||||
$ $0 $@
|
||||
|
@ -2353,7 +2362,7 @@ fi
|
|||
|
||||
# Define the identity of the package.
|
||||
PACKAGE='cyassl'
|
||||
VERSION='2.2.0'
|
||||
VERSION='2.3.0'
|
||||
|
||||
|
||||
cat >>confdefs.h <<_ACEOF
|
||||
|
@ -21826,6 +21835,48 @@ else
|
|||
fi
|
||||
|
||||
|
||||
# AES-GCM
|
||||
# Check whether --enable-aesgcm was given.
|
||||
if test "${enable_aesgcm+set}" = set; then
|
||||
enableval=$enable_aesgcm; ENABLED_AESGCM=$enableval
|
||||
else
|
||||
ENABLED_AESGCM=no
|
||||
|
||||
fi
|
||||
|
||||
|
||||
if test "$ENABLED_AESGCM" = "word32"
|
||||
then
|
||||
AM_CFLAGS="$AM_CFLAGS -DGCM_WORD32"
|
||||
ENABLED_AESGCM=yes
|
||||
fi
|
||||
|
||||
if test "$ENABLED_AESGCM" = "small"
|
||||
then
|
||||
AM_CFLAGS="$AM_CFLAGS -DGCM_SMALL"
|
||||
ENABLED_AESGCM=yes
|
||||
fi
|
||||
|
||||
if test "$ENABLED_AESGCM" = "table"
|
||||
then
|
||||
AM_CFLAGS="$AM_CFLAGS -DGCM_TABLE"
|
||||
ENABLED_AESGCM=yes
|
||||
fi
|
||||
|
||||
if test "$ENABLED_AESGCM" = "yes"
|
||||
then
|
||||
AM_CFLAGS="$AM_CFLAGS -DHAVE_AESGCM -DCYASSL_SHA384 -DCYASSL_SHA512"
|
||||
fi
|
||||
|
||||
if test "x$ENABLED_AESGCM" = "xyes"; then
|
||||
BUILD_AESGCM_TRUE=
|
||||
BUILD_AESGCM_FALSE='#'
|
||||
else
|
||||
BUILD_AESGCM_TRUE='#'
|
||||
BUILD_AESGCM_FALSE=
|
||||
fi
|
||||
|
||||
|
||||
# AES-NI
|
||||
# Check whether --enable-aesni was given.
|
||||
if test "${enable_aesni+set}" = set; then
|
||||
|
@ -21856,6 +21907,36 @@ fi
|
|||
|
||||
|
||||
|
||||
# MD2
|
||||
# Check whether --enable-md2 was given.
|
||||
if test "${enable_md2+set}" = set; then
|
||||
enableval=$enable_md2; ENABLED_MD2=$enableval
|
||||
else
|
||||
ENABLED_MD2=no
|
||||
|
||||
fi
|
||||
|
||||
|
||||
if test "$ENABLED_BUMP" = "yes"
|
||||
then
|
||||
ENABLED_MD2="yes"
|
||||
fi
|
||||
|
||||
if test "$ENABLED_MD2" = "yes"
|
||||
then
|
||||
AM_CFLAGS="$AM_CFLAGS -DCYASSL_MD2"
|
||||
fi
|
||||
|
||||
if test "x$ENABLED_MD2" = "xyes"; then
|
||||
BUILD_MD2_TRUE=
|
||||
BUILD_MD2_FALSE='#'
|
||||
else
|
||||
BUILD_MD2_TRUE='#'
|
||||
BUILD_MD2_FALSE=
|
||||
fi
|
||||
|
||||
|
||||
|
||||
# RIPEMD
|
||||
# Check whether --enable-ripemd was given.
|
||||
if test "${enable_ripemd+set}" = set; then
|
||||
|
@ -21901,6 +21982,11 @@ then
|
|||
ENABLED_SHA512="yes"
|
||||
fi
|
||||
|
||||
if test "$ENABLED_AESGCM" = "yes"
|
||||
then
|
||||
ENABLED_SHA512="yes"
|
||||
fi
|
||||
|
||||
|
||||
if test "x$ENABLED_SHA512" = "xyes"; then
|
||||
BUILD_SHA512_TRUE=
|
||||
|
@ -22141,6 +22227,30 @@ fi
|
|||
|
||||
|
||||
|
||||
# CRL Monitor
|
||||
# Check whether --enable-crl-monitor was given.
|
||||
if test "${enable_crl_monitor+set}" = set; then
|
||||
enableval=$enable_crl_monitor; ENABLED_CRL_MONITOR=$enableval
|
||||
else
|
||||
ENABLED_CRL_MONITOR=no
|
||||
fi
|
||||
|
||||
|
||||
if test "$ENABLED_CRL_MONITOR" = "yes"
|
||||
then
|
||||
AM_CFLAGS="$AM_CFLAGS -DHAVE_CRL_MONITOR"
|
||||
fi
|
||||
|
||||
if test "x$ENABLED_CRL_MONITOR" = "xyes"; then
|
||||
BUILD_CRL_MONITOR_TRUE=
|
||||
BUILD_CRL_MONITOR_FALSE='#'
|
||||
else
|
||||
BUILD_CRL_MONITOR_TRUE='#'
|
||||
BUILD_CRL_MONITOR_FALSE=
|
||||
fi
|
||||
|
||||
|
||||
|
||||
# NTRU
|
||||
ntruHome=`pwd`/NTRU_algorithm
|
||||
ntruInclude=$ntruHome/cryptolib
|
||||
|
@ -23088,16 +23198,21 @@ fi
|
|||
|
||||
|
||||
|
||||
GCCWARNINGS="-Wall -fno-strict-aliasing -W -Wfloat-equal -Wundef \
|
||||
GCCWARNINGS="-Wall -fno-strict-aliasing -W -Wfloat-equal -Wundef \
|
||||
-Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes \
|
||||
-Wwrite-strings -Wredundant-decls -Wchar-subscripts -Wcomment \
|
||||
-Wformat=2 -Wwrite-strings -Wmissing-declarations -Wredundant-decls \
|
||||
-Wnested-externs -Wbad-function-cast -Wswitch-enum -Winit-self \
|
||||
-Wmissing-field-initializers -Wdeclaration-after-statement \
|
||||
-Wold-style-definition -Waddress -Wmissing-noreturn -Wnormalized=id \
|
||||
-Woverride-init -Wstrict-overflow=1 -Wextra -Warray-bounds \
|
||||
-Wstack-protector -Wformat -Wformat-security -Wpointer-sign -Wshadow \
|
||||
-Wswitch-default"
|
||||
-Woverride-init -Wstrict-overflow=1 -Wextra -Wstack-protector -Wformat \
|
||||
-Wformat-security -Wpointer-sign -Wshadow -Wswitch-default"
|
||||
|
||||
case "$host_os" in
|
||||
*linux*)
|
||||
GCCWARNINGS="$GCCWARNINGS -Warray-bounds"
|
||||
;;
|
||||
esac
|
||||
|
||||
# Check whether --enable-gcc-lots-o-warnings was given.
|
||||
if test "${enable_gcc_lots_o_warnings+set}" = set; then
|
||||
|
@ -23298,6 +23413,13 @@ echo "$as_me: error: conditional \"BUILD_SNIFFER\" was never defined.
|
|||
Usually this means the macro was only invoked conditionally." >&2;}
|
||||
{ (exit 1); exit 1; }; }
|
||||
fi
|
||||
if test -z "${BUILD_AESGCM_TRUE}" && test -z "${BUILD_AESGCM_FALSE}"; then
|
||||
{ { echo "$as_me:$LINENO: error: conditional \"BUILD_AESGCM\" was never defined.
|
||||
Usually this means the macro was only invoked conditionally." >&5
|
||||
echo "$as_me: error: conditional \"BUILD_AESGCM\" was never defined.
|
||||
Usually this means the macro was only invoked conditionally." >&2;}
|
||||
{ (exit 1); exit 1; }; }
|
||||
fi
|
||||
if test -z "${BUILD_AESNI_TRUE}" && test -z "${BUILD_AESNI_FALSE}"; then
|
||||
{ { echo "$as_me:$LINENO: error: conditional \"BUILD_AESNI\" was never defined.
|
||||
Usually this means the macro was only invoked conditionally." >&5
|
||||
|
@ -23305,6 +23427,13 @@ echo "$as_me: error: conditional \"BUILD_AESNI\" was never defined.
|
|||
Usually this means the macro was only invoked conditionally." >&2;}
|
||||
{ (exit 1); exit 1; }; }
|
||||
fi
|
||||
if test -z "${BUILD_MD2_TRUE}" && test -z "${BUILD_MD2_FALSE}"; then
|
||||
{ { echo "$as_me:$LINENO: error: conditional \"BUILD_MD2\" was never defined.
|
||||
Usually this means the macro was only invoked conditionally." >&5
|
||||
echo "$as_me: error: conditional \"BUILD_MD2\" was never defined.
|
||||
Usually this means the macro was only invoked conditionally." >&2;}
|
||||
{ (exit 1); exit 1; }; }
|
||||
fi
|
||||
if test -z "${BUILD_RIPEMD_TRUE}" && test -z "${BUILD_RIPEMD_FALSE}"; then
|
||||
{ { echo "$as_me:$LINENO: error: conditional \"BUILD_RIPEMD\" was never defined.
|
||||
Usually this means the macro was only invoked conditionally." >&5
|
||||
|
@ -23354,6 +23483,13 @@ echo "$as_me: error: conditional \"BUILD_CRL\" was never defined.
|
|||
Usually this means the macro was only invoked conditionally." >&2;}
|
||||
{ (exit 1); exit 1; }; }
|
||||
fi
|
||||
if test -z "${BUILD_CRL_MONITOR_TRUE}" && test -z "${BUILD_CRL_MONITOR_FALSE}"; then
|
||||
{ { echo "$as_me:$LINENO: error: conditional \"BUILD_CRL_MONITOR\" was never defined.
|
||||
Usually this means the macro was only invoked conditionally." >&5
|
||||
echo "$as_me: error: conditional \"BUILD_CRL_MONITOR\" was never defined.
|
||||
Usually this means the macro was only invoked conditionally." >&2;}
|
||||
{ (exit 1); exit 1; }; }
|
||||
fi
|
||||
if test -z "${BUILD_NTRU_TRUE}" && test -z "${BUILD_NTRU_FALSE}"; then
|
||||
{ { echo "$as_me:$LINENO: error: conditional \"BUILD_NTRU\" was never defined.
|
||||
Usually this means the macro was only invoked conditionally." >&5
|
||||
|
@ -23661,7 +23797,7 @@ exec 6>&1
|
|||
# report actual input values of CONFIG_FILES etc. instead of their
|
||||
# values after options handling.
|
||||
ac_log="
|
||||
This file was extended by cyassl $as_me 2.2.0, which was
|
||||
This file was extended by cyassl $as_me 2.3.0, which was
|
||||
generated by GNU Autoconf 2.61. Invocation command line was
|
||||
|
||||
CONFIG_FILES = $CONFIG_FILES
|
||||
|
@ -23714,7 +23850,7 @@ Report bugs to <bug-autoconf@gnu.org>."
|
|||
_ACEOF
|
||||
cat >>$CONFIG_STATUS <<_ACEOF
|
||||
ac_cs_version="\\
|
||||
cyassl config.status 2.2.0
|
||||
cyassl config.status 2.3.0
|
||||
configured by $0, generated by GNU Autoconf 2.61,
|
||||
with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
|
||||
|
||||
|
@ -24431,8 +24567,12 @@ BUILD_FASTMATH_TRUE!$BUILD_FASTMATH_TRUE$ac_delim
|
|||
BUILD_FASTMATH_FALSE!$BUILD_FASTMATH_FALSE$ac_delim
|
||||
BUILD_SNIFFER_TRUE!$BUILD_SNIFFER_TRUE$ac_delim
|
||||
BUILD_SNIFFER_FALSE!$BUILD_SNIFFER_FALSE$ac_delim
|
||||
BUILD_AESGCM_TRUE!$BUILD_AESGCM_TRUE$ac_delim
|
||||
BUILD_AESGCM_FALSE!$BUILD_AESGCM_FALSE$ac_delim
|
||||
BUILD_AESNI_TRUE!$BUILD_AESNI_TRUE$ac_delim
|
||||
BUILD_AESNI_FALSE!$BUILD_AESNI_FALSE$ac_delim
|
||||
BUILD_MD2_TRUE!$BUILD_MD2_TRUE$ac_delim
|
||||
BUILD_MD2_FALSE!$BUILD_MD2_FALSE$ac_delim
|
||||
BUILD_RIPEMD_TRUE!$BUILD_RIPEMD_TRUE$ac_delim
|
||||
BUILD_RIPEMD_FALSE!$BUILD_RIPEMD_FALSE$ac_delim
|
||||
BUILD_SHA512_TRUE!$BUILD_SHA512_TRUE$ac_delim
|
||||
|
@ -24447,6 +24587,8 @@ BUILD_OCSP_TRUE!$BUILD_OCSP_TRUE$ac_delim
|
|||
BUILD_OCSP_FALSE!$BUILD_OCSP_FALSE$ac_delim
|
||||
BUILD_CRL_TRUE!$BUILD_CRL_TRUE$ac_delim
|
||||
BUILD_CRL_FALSE!$BUILD_CRL_FALSE$ac_delim
|
||||
BUILD_CRL_MONITOR_TRUE!$BUILD_CRL_MONITOR_TRUE$ac_delim
|
||||
BUILD_CRL_MONITOR_FALSE!$BUILD_CRL_MONITOR_FALSE$ac_delim
|
||||
BUILD_NTRU_TRUE!$BUILD_NTRU_TRUE$ac_delim
|
||||
BUILD_NTRU_FALSE!$BUILD_NTRU_FALSE$ac_delim
|
||||
ax_pthread_config!$ax_pthread_config$ac_delim
|
||||
|
@ -24459,7 +24601,7 @@ AM_LDFLAGS!$AM_LDFLAGS$ac_delim
|
|||
LTLIBOBJS!$LTLIBOBJS$ac_delim
|
||||
_ACEOF
|
||||
|
||||
if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 58; then
|
||||
if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 64; then
|
||||
break
|
||||
elif $ac_last_try; then
|
||||
{ { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue