Lines Matching full:with
47 You need the following tools to build the library with the provided makefiles:
50 * A C99 toolchain (compiler, linker, archiver). We actively test with GCC 5.4, Clang 3.8, Arm Compi…
79 * If not cross-compiling, running `make` with any target, or just `make`, will automatically genera…
99 … and Perl to be run. If you don't have one of them installed, you can skip building the tests with:
103 You'll still be able to run a much smaller set of tests with:
111 … `-O2` and setting `WARNING_CFLAGS` overrides its default value (starting with `-Wall -Wextra`), s…
129 …be executed. If you don't have one of these installed, you'll want to disable the test suites with:
133 …the test suites, but kept the programs enabled, you can still run a much smaller set of tests with:
146 …with AddressSanitizer to check for memory errors. (This includes LeakSanitizer, with recent versio…
147 - `ASanDbg`. Same as ASan but slower, with debug information and better stack traces.
148 - `MemSan`. This instruments the code with MemorySanitizer to check for uninitialised memory read…
149 - `MemSanDbg`. Same as MemSan but slower, with debug information, better stack traces and origin …
160 Note that, with CMake, you can't adjust the compiler or its flags after the
162 CC=your_cc` will *not* work (similarly with `CFLAGS` and other variables).
180 CMake cache. This can be done with the following command using GNU find:
196 CMake projects. You can include Mbed TLS's CMake targets yourself with:
245 For machines with a Unix shell and OpenSSL (and optionally GnuTLS) installed, additional test scrip…
247 …egotiation, resumption, etc.) and tests interoperability of these options with other implementatio…
248 - `tests/compat.sh` tests interoperability of every ciphersuite with other implementations.
250 - `tests/scripts/depends.py` test builds in configurations with a single curve, key exchange, has…
251 - `tests/scripts/all.sh` runs a combination of the above tests, plus some more, with various buil…
321 …stributed in Mbed TLS under a dual Apache-2.0 OR GPL-2.0-or-later license with permission from the…