Searched full:tools (Results 1 – 25 of 27) sorted by relevance
12
/mbedtls-3.6.0/docs/architecture/testing/ |
D | test-framework.md | 3 This document is an overview of the Mbed TLS test framework and test tools. 16 …Rationale: keep the tools that process test descriptions (`generate_test_code.py`, [outcome file](… 20 …Rationale: 66 characters is what our various tools assume (leaving room for 14 more characters on …
|
/mbedtls-3.6.0/ |
D | .readthedocs.yaml | 8 # Set the version of Python and other tools you might need 11 tools:
|
D | README.md | 47 You need the following tools to build the library with the provided makefiles: 61 The following tools are required: 83 …a C compiler are sufficient. Some of the more advanced build targets require some Unix/Linux tools. 249 Instead of manually installing the required versions of all tools required for testing, it is possi…
|
D | BRANCHES.md | 92 minimum version of tools needed to build the code. The only exception, as
|
D | Makefile | 45 # that lacks some of the necessary tools to re-generate the files.
|
D | ChangeLog | 1369 * Refresh the minimum supported versions of tools to build the 2364 TLS sessions with tools like Wireshark. 2523 in https://tools.ietf.org/html/draft-ietf-tls-dtls-connection-id-05.
|
/mbedtls-3.6.0/tests/include/test/ |
D | constant_flow.h | 4 * \brief This file contains tools to ensure tested code has constant flow. 33 * re-use tools that were designed for checking use of uninitialized memory.
|
/mbedtls-3.6.0/include/mbedtls/ |
D | nist_kw.h | 14 * https://tools.ietf.org/html/rfc3394 15 * https://tools.ietf.org/html/rfc5649
|
D | pkcs7.h | 5 * https://tools.ietf.org/html/rfc2315
|
D | ssl.h | 939 * [RFC 4492 section 5.4](https://tools.ietf.org/html/rfc4492#section-5.4). 2148 * https://tools.ietf.org/html/draft-ietf-tls-dtls-connection-id-05 2566 * file and use it to inspect encrypted traffic in tools
|
D | mbedtls_config.h | 1559 * https://tools.ietf.org/html/draft-ietf-tls-dtls-connection-id-05) 3066 * RFC Link - https://tools.ietf.org/html/rfc2315
|
/mbedtls-3.6.0/library/ |
D | pkcs5.c | 14 * http://tools.ietf.org/html/rfc2898 (Specification) 15 * http://tools.ietf.org/html/rfc6070 (Test vectors)
|
D | cmac.c | 18 * https://tools.ietf.org/html/rfc4493 23 * https://tools.ietf.org/html/rfc4615 439 * https://tools.ietf.org/html/rfc4615#page-4
|
D | ecp_internal_alt.h | 39 * <https://tools.ietf.org/search/rfc4492>
|
D | ecp_invasive.h | 54 * - [RFC7748] https://tools.ietf.org/html/rfc7748
|
D | aria.c | 11 * [2] https://tools.ietf.org/html/rfc5794
|
/mbedtls-3.6.0/docs/proposed/ |
D | psa-conditional-inclusion-c.md | 34 …tools other than a C compiler. This is necessary to allow building an application and Mbed TLS in …
|
/mbedtls-3.6.0/scripts/ |
D | code_style.py | 46 # tools such as sh or grep which might not be available on Windows.
|
D | abi_check.py | 9 is a small wrapper around the abi-compliance-checker and abi-dumper tools,
|
/mbedtls-3.6.0/programs/ |
D | README.md | 103 …files directly, but this utility can be useful for interacting with other tools or with minimal Mb…
|
/mbedtls-3.6.0/3rdparty/p256-m/p256-m/ |
D | README.md | 126 [ARM-GCC 9](https://developer.arm.com/tools-and-software/open-source-software/developer-tools/gnu-t…
|
/mbedtls-3.6.0/tests/scripts/ |
D | check_names.py | 17 preprocessed C code, which means no macro parsing. Compiler tools are also not
|
D | all.sh | 31 # The script assumes the presence of a number of tools: 32 # * Basic Unix tools (Windows users note: a Unix-style find must be before 41 # * OpenSSL and GnuTLS command line tools, recent enough for the 43 # to test, then a legacy version of these tools must be present as well 745 # Make sure the tools we need are available.
|
/mbedtls-3.6.0/docs/ |
D | 3.0-migration-guide.md | 47 * In build tools, edit `mbedtls_config.h`, or edit `MBEDTLS_CONFIG_FILE` as before.
|
/mbedtls-3.6.0/tests/data_files/ |
D | Makefile | 13 ## Tools 2146 # third-party tools.
|
12