Lines Matching refs:build
34 * Fix potential CMake parallel build failure when building both the static
36 * Fix a build error or incorrect TLS session
125 * Resolved build issue with C++ projects using Mbed TLS 3.6 when compiling
174 largest PSA key enabled in the build.
255 in C++. This resolves a build failure under C++ compilers that do not
260 * In a PSA-client-only build (i.e. MBEDTLS_PSA_CRYPTO_CLIENT &&
349 * Fix TLS 1.3 client build and runtime when support for session tickets is
364 entropy_poll.c and sha_256.c. There was a build warning during
368 * Fix the build when MBEDTLS_PSA_CRYPTO_CONFIG is enabled and the built-in
382 * Fix server mode only build when MBEDTLS_SSL_SRV_C is enabled but
485 * If a cipher or AEAD mechanism has a PSA driver, you can now build the
550 MBEDTLS_PSA_CRYPTO_CLIENT is enabled at build time and psa_crypto_init() is
563 docs/tls13-early-data.md). The support enablement is controlled at build
598 - If the TLS 1.2 implementation was disabled at build time, a TLS 1.2
608 * Fix the build with CMake when Everest or P256-m is enabled through
619 * Fix build failure in conda-forge. Fixes #8422.
632 * On Linux on ARMv8, fix a build error with SHA-256 and SHA-512
731 and any algorithm possible using them will be included in the build.
771 MBEDTLS_ECDH_C in the build in order to save code size. For TLS 1.2
915 in the ecdsa.h header file. There was a build warning when the
950 * Fix CCM* with no tag being not supported in a build with CCM as the only
952 * Fix the build with MBEDTLS_PSA_INJECT_ENTROPY. Fixes #7516.
974 * Fix a build error in some configurations with MBEDTLS_PSA_CRYPTO_CONFIG
984 * Fix the build with CMake when Everest or P256-m is enabled through
1076 MBEDTLS_ECDSA_C in the build in order to save code size. For PK, X.509
1091 MBEDTLS_ECJPAKE_C in the build in order to save code size. For the
1127 * Fix a bug in the build where directory names containing spaces were
1128 causing generate_errors.pl to error out resulting in a build failure.
1238 same build of Mbed TLS, please let us know about your situation on the
1272 the entropy module. As a consequence, for now the only way to build with
1346 * Fix a long-standing build failure when building x86 PIC code with old
1365 * Fix a build error due to a missing prototype warning when
1370 * Fix a build issue on Windows using CMake where the source and build
1376 * Fix compilation errors when trying to build with
1381 * Fix build failure with MBEDTLS_RSA_C and MBEDTLS_PSA_CRYPTO_C but not
1383 * Fix build failure with MBEDTLS_RSA_C and MBEDTLS_PSA_CRYPTO_C but not
1420 * Fix a build error when compiling the bignum module for some Arm platforms.
1524 TLS 1.3 protocols are enabled in the build of Mbed TLS, the TLS client now
1679 * Removed the prompt to exit from all windows build programs, which was causing
1821 * Fix the build of sample programs when neither MBEDTLS_ERROR_C nor
1839 * Fix the build when no SHA2 module is included. Fixes #4930.
1840 * Fix the build when only the bignum module is included. Fixes #4929.
1863 code size by about 80B on an M0 build. This option only gated an ability
1877 from this module will be included in the build as required. Currently
1881 generated by the CMake build system on Unix-like systems. This is not
2054 * If you build the development version of Mbed TLS, rather than an official
2055 release, some configuration-independent files are now generated at build
2060 * Refresh the minimum supported versions of tools to build the
2239 be adequate to build Mbed TLS.
2305 * Fix memsan build false positive in x509_crt.c with clang 11
2314 * fix build failure on MinGW toolchain when __USE_MING_ANSI_STDIO is on.
2334 change the build configuration, and should generally only be included from
2554 * Fix build failure in configurations where MBEDTLS_USE_PSA_CRYPTO is
2557 instead of generating it at build time. Fixes #3524.
2564 * Fix the build when the macro _GNU_SOURCE is defined to a non-empty value.
2579 chars. Fixes a build failure on platforms where char is unsigned. Fixes
2596 * Fix build failures on GCC 11. Fixes #3782.
2609 * Fix a build failure that occurred with the MBEDTLS_AES_SETKEY_DEC_ALT
2611 for MBEDTLS_CIPHER_MODE_XTS were excluded from the build and made it fail.
2696 * Library files installed after a CMake build no longer have execute
2705 * Fix build errors when the only enabled elliptic curves are Montgomery
2793 * Fix the Visual Studio Release x64 build configuration for mbedtls itself.
2794 Completes a previous fix in Mbed TLS 2.19 that only fixed the build for
2829 * Fix warnings about signedness issues in format strings. The build is now
2889 * The new build option MBEDTLS_SSL_VARIABLE_BUFFER_LENGTH automatically
2934 * The new build option MBEDTLS_SHA512_NO_SHA384 allows building SHA-512
2948 * Fix build failure with MBEDTLS_ZLIB_SUPPORT enabled. Reported by
3134 * Fix build failure when building with mingw on Windows by including
3136 * Fix Visual Studio Release x64 build configuration by inheriting
3148 * Fix the build on ARMv5TE in ARM mode to not use assembly instructions
3184 * Fix build failure when building with mingw on Windows by including
3317 build error. Fixed by Haijun Gu #2319.
3422 * Add an experimental build option, USE_CRYPTO_SUBMODULE, to enable use of
3426 USE_CRYPTO_SUBMODULE build option.
3559 * Removed support for Yotta as a build tool.
3565 IPv6 and optionally by a build option over IPv4.
3594 * Fix build failures on platforms where only gmtime() is available but
3749 * Fix build using -std=c99. Fixed by Nick Wilson.
3788 * Changed the Clang parameters used in the CMake build files to work for
3811 build to fail. Found by zv-io. Fixes #1651.
3862 * Add missing dependencies in test suites that led to build failures
3870 * Fix the Makefile build process for building shared libraries on Mac OS X.
4449 Studio 2015 as well as the files themselves, to remove a build warning
4484 * Added a script to print build environment info for diagnostic use in test
4496 * Fix for platform time abstraction to avoid dependency issues where a build
4567 * Fix potential build failures related to the 'apidoc' target, introduced
4590 the need to pass -fomit-frame-pointer to avoid a build error with -O0.
4648 * Fix build error with configurations where ECDHE-PSK is the only key
4650 * Fix build error with configurations where RSA, RSA-PSK, ECDH-RSA or
4743 * Added support for yotta as a build system.
4748 * Fix build error with CMake and pre-4.5 versions of GCC (found by Hugo
5053 * Adjusting/overriding CFLAGS and LDFLAGS with the make build system is now
5159 * Fix warnings from Clang's scan-build (contributed by Alfred Klomp).
5360 * Improvements to the CMake build system, contributed by Julian Ospald.
5649 * Fix warnings from Clang's scan-build (contributed by Alfred Klomp).
5664 * Improvements to the CMake build system, contributed by Julian Ospald.
6070 * Loads of minimal changes to better support WINCE as a build target
6097 * Improved build support for s390x and sparc64 in bignum.h
6251 * Fixed CMake out of source build for tests (found by