Lines Matching full:builds
431 * AES-NI is now supported in Windows builds with clang and clang-cl.
448 docs/driver-only-builds.md for full details and current limitations.
457 fully provided by drivers. See docs/driver-only-builds.md for full
720 and only in builds where MBEDTLS_MD_C was disabled; in particular the
726 docs/driver-only-builds.md.
731 TLS 1.2 (ECDHE-ECDSA key exchange) are not supported in those builds yet,
736 algorithms in PSA, with some limitations. See docs/driver-only-builds.txt
934 * Fix undefined symbols in some builds using TLS 1.3 with a custom
967 * Fix builds on Windows with clang
1036 supported in those builds yet, as driver support for interruptible ECDSA
1055 * AES-NI is now supported in 32-bit builds, or when MBEDTLS_HAVE_ASM
1058 gcc -m32 -msse2 -maes -mpclmul). (Generic x86 builds with GCC-like
1075 builds that couldn't compile the GCC-style assembly implementation
1076 (most notably builds with Visual Studio), leaving them vulnerable to
1130 * Fix an unused-variable warning in TLS 1.3-only builds if
1271 exchange for builds that enable MBEDTLS_KEY_EXCHANGE_ECJPAKE_ENABLED and
1300 * Fix an issue with in-tree CMake builds in releases with GEN_FILES
1571 * Fix a race condition in out-of-source builds with CMake when generated data
1658 * In CMake builds, add aliases for libraries so that the normal MbedTLS::*
2261 * Add extra printf compiler warning flags to builds.
2622 available. In particular, on builds without MBEDTLS_HAVE_TIME_DATE,
2623 certificates were never considered as revoked. On builds with
3109 This could previously lead to segmentation faults in builds using an
3771 * Support TLS testing in out-of-source builds using cmake. Fixes #1193.
3789 algorithms section is too short. In builds with debug output, the overread
3856 * Support cmake builds where Mbed TLS is a subproject. Fix contributed
3946 * Fix Windows x64 builds with the included mbedTLS.sln file. #1347
4456 * Fix dependency issue in Makefile to allow parallel builds.
4461 * Fix for out-of-tree builds using CMake. Found by jwurzer, and fix based on
4470 builds where the configuration MBEDTLS_PEM_WRITE_C is not defined. Found
5339 * Fixed testing with out-of-source builds using cmake
5341 * Fixed CMake symlinking on out-of-source builds
5656 * Fixed testing with out-of-source builds using cmake
5658 * Fixed CMake symlinking on out-of-source builds