Lines Matching full:build

82    * Resolved build issue with C++ projects using Mbed TLS 3.6 when compiling
131 largest PSA key enabled in the build.
212 in C++. This resolves a build failure under C++ compilers that do not
217 * In a PSA-client-only build (i.e. MBEDTLS_PSA_CRYPTO_CLIENT &&
306 * Fix TLS 1.3 client build and runtime when support for session tickets is
321 entropy_poll.c and sha_256.c. There was a build warning during
325 * Fix the build when MBEDTLS_PSA_CRYPTO_CONFIG is enabled and the built-in
339 * Fix server mode only build when MBEDTLS_SSL_SRV_C is enabled but
442 * If a cipher or AEAD mechanism has a PSA driver, you can now build the
507 MBEDTLS_PSA_CRYPTO_CLIENT is enabled at build time and psa_crypto_init() is
520 docs/tls13-early-data.md). The support enablement is controlled at build
555 - If the TLS 1.2 implementation was disabled at build time, a TLS 1.2
565 * Fix the build with CMake when Everest or P256-m is enabled through
576 * Fix build failure in conda-forge. Fixes #8422.
589 * On Linux on ARMv8, fix a build error with SHA-256 and SHA-512
688 and any algorithm possible using them will be included in the build.
728 MBEDTLS_ECDH_C in the build in order to save code size. For TLS 1.2
872 in the ecdsa.h header file. There was a build warning when the
907 * Fix CCM* with no tag being not supported in a build with CCM as the only
909 * Fix the build with MBEDTLS_PSA_INJECT_ENTROPY. Fixes #7516.
931 * Fix a build error in some configurations with MBEDTLS_PSA_CRYPTO_CONFIG
941 * Fix the build with CMake when Everest or P256-m is enabled through
1033 MBEDTLS_ECDSA_C in the build in order to save code size. For PK, X.509
1048 MBEDTLS_ECJPAKE_C in the build in order to save code size. For the
1084 * Fix a bug in the build where directory names containing spaces were
1085 causing generate_errors.pl to error out resulting in a build failure.
1195 same build of Mbed TLS, please let us know about your situation on the
1229 the entropy module. As a consequence, for now the only way to build with
1303 * Fix a long-standing build failure when building x86 PIC code with old
1322 * Fix a build error due to a missing prototype warning when
1327 * Fix a build issue on Windows using CMake where the source and build
1333 * Fix compilation errors when trying to build with
1338 * Fix build failure with MBEDTLS_RSA_C and MBEDTLS_PSA_CRYPTO_C but not
1340 * Fix build failure with MBEDTLS_RSA_C and MBEDTLS_PSA_CRYPTO_C but not
1377 * Fix a build error when compiling the bignum module for some Arm platforms.
1481 TLS 1.3 protocols are enabled in the build of Mbed TLS, the TLS client now
1636 * Removed the prompt to exit from all windows build programs, which was causing
1778 * Fix the build of sample programs when neither MBEDTLS_ERROR_C nor
1796 * Fix the build when no SHA2 module is included. Fixes #4930.
1797 * Fix the build when only the bignum module is included. Fixes #4929.
1820 code size by about 80B on an M0 build. This option only gated an ability
1834 from this module will be included in the build as required. Currently
1838 generated by the CMake build system on Unix-like systems. This is not
2011 * If you build the development version of Mbed TLS, rather than an official
2012 release, some configuration-independent files are now generated at build
2017 * Refresh the minimum supported versions of tools to build the
2196 be adequate to build Mbed TLS.
2262 * Fix memsan build false positive in x509_crt.c with clang 11
2271 * fix build failure on MinGW toolchain when __USE_MING_ANSI_STDIO is on.
2291 change the build configuration, and should generally only be included from
2511 * Fix build failure in configurations where MBEDTLS_USE_PSA_CRYPTO is
2514 instead of generating it at build time. Fixes #3524.
2521 * Fix the build when the macro _GNU_SOURCE is defined to a non-empty value.
2536 chars. Fixes a build failure on platforms where char is unsigned. Fixes
2553 * Fix build failures on GCC 11. Fixes #3782.
2566 * Fix a build failure that occurred with the MBEDTLS_AES_SETKEY_DEC_ALT
2568 for MBEDTLS_CIPHER_MODE_XTS were excluded from the build and made it fail.
2653 * Library files installed after a CMake build no longer have execute
2662 * Fix build errors when the only enabled elliptic curves are Montgomery
2750 * Fix the Visual Studio Release x64 build configuration for mbedtls itself.
2751 Completes a previous fix in Mbed TLS 2.19 that only fixed the build for
2786 * Fix warnings about signedness issues in format strings. The build is now
2846 * The new build option MBEDTLS_SSL_VARIABLE_BUFFER_LENGTH automatically
2891 * The new build option MBEDTLS_SHA512_NO_SHA384 allows building SHA-512
2905 * Fix build failure with MBEDTLS_ZLIB_SUPPORT enabled. Reported by
3091 * Fix build failure when building with mingw on Windows by including
3093 * Fix Visual Studio Release x64 build configuration by inheriting
3105 * Fix the build on ARMv5TE in ARM mode to not use assembly instructions
3141 * Fix build failure when building with mingw on Windows by including
3274 build error. Fixed by Haijun Gu #2319.
3379 * Add an experimental build option, USE_CRYPTO_SUBMODULE, to enable use of
3383 USE_CRYPTO_SUBMODULE build option.
3516 * Removed support for Yotta as a build tool.
3522 IPv6 and optionally by a build option over IPv4.
3551 * Fix build failures on platforms where only gmtime() is available but
3706 * Fix build using -std=c99. Fixed by Nick Wilson.
3745 * Changed the Clang parameters used in the CMake build files to work for
3768 build to fail. Found by zv-io. Fixes #1651.
3819 * Add missing dependencies in test suites that led to build failures
3827 * Fix the Makefile build process for building shared libraries on Mac OS X.
4406 Studio 2015 as well as the files themselves, to remove a build warning
4441 * Added a script to print build environment info for diagnostic use in test
4453 * Fix for platform time abstraction to avoid dependency issues where a build
4524 * Fix potential build failures related to the 'apidoc' target, introduced
4547 the need to pass -fomit-frame-pointer to avoid a build error with -O0.
4605 * Fix build error with configurations where ECDHE-PSK is the only key
4607 * Fix build error with configurations where RSA, RSA-PSK, ECDH-RSA or
4700 * Added support for yotta as a build system.
4705 * Fix build error with CMake and pre-4.5 versions of GCC (found by Hugo
5010 * Adjusting/overriding CFLAGS and LDFLAGS with the make build system is now
5116 * Fix warnings from Clang's scan-build (contributed by Alfred Klomp).
5317 * Improvements to the CMake build system, contributed by Julian Ospald.
5606 * Fix warnings from Clang's scan-build (contributed by Alfred Klomp).
5621 * Improvements to the CMake build system, contributed by Julian Ospald.
6027 * Loads of minimal changes to better support WINCE as a build target
6054 * Improved build support for s390x and sparc64 in bignum.h
6208 * Fixed CMake out of source build for tests (found by