Lines Matching full:builds
474 * AES-NI is now supported in Windows builds with clang and clang-cl.
491 docs/driver-only-builds.md for full details and current limitations.
500 fully provided by drivers. See docs/driver-only-builds.md for full
763 and only in builds where MBEDTLS_MD_C was disabled; in particular the
769 docs/driver-only-builds.md.
774 TLS 1.2 (ECDHE-ECDSA key exchange) are not supported in those builds yet,
779 algorithms in PSA, with some limitations. See docs/driver-only-builds.txt
977 * Fix undefined symbols in some builds using TLS 1.3 with a custom
1010 * Fix builds on Windows with clang
1079 supported in those builds yet, as driver support for interruptible ECDSA
1098 * AES-NI is now supported in 32-bit builds, or when MBEDTLS_HAVE_ASM
1101 gcc -m32 -msse2 -maes -mpclmul). (Generic x86 builds with GCC-like
1118 builds that couldn't compile the GCC-style assembly implementation
1119 (most notably builds with Visual Studio), leaving them vulnerable to
1173 * Fix an unused-variable warning in TLS 1.3-only builds if
1314 exchange for builds that enable MBEDTLS_KEY_EXCHANGE_ECJPAKE_ENABLED and
1343 * Fix an issue with in-tree CMake builds in releases with GEN_FILES
1614 * Fix a race condition in out-of-source builds with CMake when generated data
1701 * In CMake builds, add aliases for libraries so that the normal MbedTLS::*
2304 * Add extra printf compiler warning flags to builds.
2665 available. In particular, on builds without MBEDTLS_HAVE_TIME_DATE,
2666 certificates were never considered as revoked. On builds with
3152 This could previously lead to segmentation faults in builds using an
3814 * Support TLS testing in out-of-source builds using cmake. Fixes #1193.
3832 algorithms section is too short. In builds with debug output, the overread
3899 * Support cmake builds where Mbed TLS is a subproject. Fix contributed
3989 * Fix Windows x64 builds with the included mbedTLS.sln file. #1347
4499 * Fix dependency issue in Makefile to allow parallel builds.
4504 * Fix for out-of-tree builds using CMake. Found by jwurzer, and fix based on
4513 builds where the configuration MBEDTLS_PEM_WRITE_C is not defined. Found
5382 * Fixed testing with out-of-source builds using cmake
5384 * Fixed CMake symlinking on out-of-source builds
5699 * Fixed testing with out-of-source builds using cmake
5701 * Fixed CMake symlinking on out-of-source builds