/openthread-latest/third_party/mbedtls/repo/tests/data_files/ |
D | test-ca.opensslconf | 30 subjectAltName=DNS:example.com, DNS:example.net, DNS:*.example.org 36 DNS.1=example.com 38 DNS.2=example.net 39 DNS.3=*.example.org 93 fullname=URI:http://pki.example.com/ 95 # these IPs are the ascii values for 'abcd' and 'abcd.example.com' 103 subjectAltName=DNS:example.com, DNS:example.net, DNS:*.example.org
|
D | server1.req.sha256.conf | 8 email = mail@example.com 9 DNS = example.com 12 URI = http://pki.example.com
|
/openthread-latest/src/cli/ |
D | README_TCP.md | 13 On node 1, initialize the TCP CLI module and listen for incoming connections using the example TCP … 53 For a more in-depth example, see [this video](https://youtu.be/ppZ784YUKlI). 73 Unceremoniously ends the TCP connection, if one exists, associated with the example TCP endpoint, t… 83 …d number of bytes using the TCP connection currently associated with the example TCP endpoint (thi… 111 Associates a name (i.e. IPv6 address and port) to the example TCP endpoint. 125 …ablishment is successful, the resulting TCP connection is associated with the example TCP endpoint. 149 Deinitializes the example TCP listener and the example TCP endpoint. 178 Initializes the example TCP listener and the example TCP endpoint. 181 - size: the size of the receive buffer to associate with the example TCP endpoint. If left unspecif… 185 …e option is provided so that users of TCP can inspect the code to see an example of using the two … [all …]
|
D | cli_extension_example.cmake | 29 # This file provides an example on how to implement a CLI vendor extension. 33 add_library(cli-extension-example cli_extension_example.c) 35 target_link_libraries(cli-extension-example PRIVATE ot-config) 37 target_include_directories(cli-extension-example PUBLIC ${OT_PUBLIC_INCLUDES} PRIVATE ${COMMON_INCL… 39 set(OT_CLI_VENDOR_TARGET cli-extension-example)
|
D | README_UDP.md | 13 On node 1, open and bind the example UDP socket. 24 On node 2, open the example UDP socket and send a simple message. 68 Assigns a name (i.e. IPv6 address and port) to the example socket. 90 Closes the example socket. 149 Opens the example socket.
|
/openthread-latest/third_party/mbedtls/repo/docs/architecture/psa-migration/ |
D | testing.md | 24 path. (For example, for record protection, previously (until 3.1), some ciphers were supported 34 For example, `mbedtls_pk_setup_opaque()` is meant to be used by applications 40 - unit testing of the new API and directly-related APIs - for example: 51 accepts a context created this way - for example: 60 For some APIs, for example with `mbedtls_ssl_conf_psk_opaque()`, testing in 67 For example, `mbedtls_cipher_setup_psa()` (no longer used, soon to be 73 - unit testing of the new API and directly-related APIs - for example: 79 - for example simple use of `mbedtls_cipher_setup_psa()` in TLS is already 84 - for example, the logic to fall back from `mbedtls_cipher_setup_psa()` to 91 For example, use of PSA to compute the TLS 1.2 PRF.
|
D | strategy.md | 10 G2. Allow isolation of long-term secrets (for example, private keys). 11 G3. Allow isolation of short-term secrets (for example, TLS session keys). 126 example `mbedtls_cipher_mode_t` and its values). The 190 This strategy is not useful when no context is used, for example with the 266 working on other parts such as X.509 and TLS - for example, a configuration 270 work is divided into PRs, sometimes not. For example, in situations where it's 284 ciphers. For example,`ctr_drbg.c` calls the legacy API `mbedtls_aes`. 306 convenient, for example in parts of the code that accept old-style identifiers 313 to that module (for example, TLS identifiers of curves and there conversion 320 `PSA_WANT_xxx` macros. For example, PSA-based code that want to use SHA-256 [all …]
|
/openthread-latest/third_party/mbedtls/repo/tests/suites/ |
D | test_suite_md.data | 527 HMAC-SHA3-224: NIST example #1: keylen<blocklen 531 HMAC-SHA3-224: NIST example #2: keylen=blocklen 535 HMAC-SHA3-224: NIST example #3: keylen>blocklen 539 HMAC-SHA3-224: NIST example #4: keylen<blocklen, with truncated tag 543 HMAC-SHA3-256: NIST example #1: keylen<blocklen 547 HMAC-SHA3-256: NIST example #2: keylen=blocklen 551 HMAC-SHA3-256: NIST example #3: keylen>blocklen 555 HMAC-SHA3-256: NIST example #4: keylen<blocklen, with truncated tag 559 HMAC-SHA3-384: NIST example #1: keylen<blocklen 563 HMAC-SHA3-384: NIST example #2: keylen=blocklen [all …]
|
D | test_suite_rsa.data | 413 RSA Validate Params, toy example 416 RSA Validate Params, toy example, N missing 419 RSA Validate Params, toy example, E missing 422 RSA Validate Params, toy example, corrupted 425 RSA Validate Params, toy example, non-primes, no PRNG 428 RSA Validate Params, toy example, non-primes, PRNG 446 RSA Deduce Private, toy example 449 RSA Deduce Private, toy example, corrupted 458 RSA Deduce Primes, toy example 461 RSA Deduce Primes, toy example, corrupted
|
/openthread-latest/tests/unit/ |
D | test_checksum.cpp | 494 for (const char *example : kExamples) in TestVerhoeffChecksum() local 496 uint16_t length = StringLength(example, kMaxStringSize - 1); in TestVerhoeffChecksum() 498 memcpy(string, example, length + 1); in TestVerhoeffChecksum() 518 for (const char *example : kInvalidFormats) in TestVerhoeffChecksum() local 520 printf("- \"%s\"\n", example); in TestVerhoeffChecksum() 521 VerifyOrQuit(Utils::VerhoeffChecksum::Validate(example) == kErrorInvalidArgs); in TestVerhoeffChecksum() 522 VerifyOrQuit(Utils::VerhoeffChecksum::Calculate(example, checksum) == kErrorInvalidArgs); in TestVerhoeffChecksum()
|
/openthread-latest/tools/harness-simulation/ |
D | README.md | 7 …ctions. Either two machines or one machine running two (sub)systems (for example, VM, WSL) is feas… 9 …ation and/or the SI implementation directly to match their platform (for example, the path of the … 15 …ath where the top directory of the OpenThread repository is located. For example, change the value… 46 …This example starts several OT FTD simulations, OTBR simulations, and sniffer simulations and can …
|
/openthread-latest/third_party/mbedtls/repo/configs/ |
D | README.txt | 1 This directory contains example configuration files. 13 For example, using make:
|
/openthread-latest/third_party/mbedtls/repo/docs/architecture/ |
D | alternative-implementations.md | 37 …ALT` in the compile-time configuration where XXX is the module name. For example, `MBEDTLS_AES_ALT… 38 * Create a header file `xxx_alt.h` that defines the context type(s) used by the module. For example… 47 …can be `const`, and modifications to it do not need to be supported. For example, if an alternativ… 54 …unction that takes this context as an argument). (This is necessary, for example, to support appli… 74 For example, enable `MBEDTLS_AES_ENCRYPT_ALT` at compile time and provide your own implementation o… 76 Another example: enable `MBEDTLS_SHA256_PROCESS_ALT` and implement `mbedtls_internal_sha256_process… 87 For example, to provide a custom `printf` function at run time, enable `MBEDTLS_PLATFORM_PRINTF_ALT… 91 Note that there are variations on the naming pattern. For example, some configurable functions are …
|
D | tls13-support.md | 304 example it is generally fine if some closure characters like ";" or ")" 307 If a line becomes too long due to a refactoring (for example renaming a 326 For example, prefer: 353 given state to be duplicated across several state handlers. For example, on 361 client side is a example of that. 381 will be, an example of that on client side being if we are going to receive a 406 optional. For example, secret and key computations occur at this stage, as well 430 optional. For example, handshake secret and key computation occur at that
|
/openthread-latest/third_party/mbedtls/repo/docs/proposed/ |
D | psa-conditional-inclusion-c.md | 24 …ent, and in particular do not work well for asymmetric cryptography. For example, many parts of th… 40 …a mechanism is defined by a combination of algorithms and key types, for example a block cipher mo… 42 [Limitation.direction] For mechanisms that have multiple directions (for example encrypt/decrypt, s… 46 [Limitation.multipart] Where there are multiple ways to perform an operation, for example single-pa… 57 …e PSA Crypto configuration file and the Mbed TLS configuration file. For example, the code in `aes… 74 * In Mbed TLS library code using `MBEDTLS_USE_PSA_CRYPTO`, for example in TLS to determine which ci… 75 …at provides additional features based on cryptographic capabilities, for example additional key pa… 94 …ree to include support for more than what was explicitly requested. (For example, as of Mbed TLS 3… 98 … curve, include a symbol of the form **`PSA_WANT_ECC_family_size`**. For example: `PSA_WANT_ECC_SE… 112 …e possible parameter, and Mbed TLS will reject this at compile time. For example, `PSA_WANT_ALG_EC… [all …]
|
D | psa-driver-wrappers-codegen-migration-guide.md | 7 …TLS, see our [PSA Cryptoprocessor driver development examples](../psa-driver-example-and-guide.md). 38 One can also refer to the example test drivers/ JSON schemas under **scripts/data_files/driver_json…
|
/openthread-latest/tools/harness-thci/ |
D | README.md | 7 - OpenThread CLI — Based on the CC2538 example platform, which is included in the current Thread Te… 8 …tund` running on a Linux host (for example, a Raspberry Pi 3B) working with a Network Co-Processor… 10 …uld modify the THCI implementation directly to match their platform (for example, serial baud rate…
|
/openthread-latest/tools/tcat_ble_client/auth-generate/ext/ |
D | ca.ext | 5 subjectAltName = email:ca-admin@example.org
|
/openthread-latest/examples/platforms/zephyr/ |
D | README.md | 3 …hub.com/zephyrproject-rtos/zephyr/tree/main/modules/openthread) and [CLI example](https://github.c…
|
/openthread-latest/src/posix/platform/ |
D | vendor_extension_example.cmake | 29 # This file provides an example on how to implement a RCP vendor extension. 43 set(EXAMPLE_DEPS_ENABLE OFF CACHE BOOL "Include example deps library if enabled")
|
/openthread-latest/third_party/mbedtls/repo/ |
D | BRANCHES.md | 44 affect unrelated features (for example, enabling or disabling a 64 relying on something that became insecure in the meantime (for example, 75 of Mbed TLS (for example, all Mbed TLS 3.y versions will be able to read 79 LTS, but future major version upgrades (for example from 2.28.x/3.x to 4.y)
|
/openthread-latest/third_party/build_gn/ |
D | README.md | 20 example compiler, linker etc. The toolchains in toolchain/BUILD.gn are from the
|
/openthread-latest/tools/tcat_ble_client/ |
D | README.md | 42 For example: 60 For example to use a pre-configured identity `CommCert2` (related to Thread certification tests):
|
D | GENERATING_CERTIFICATES.md | 13 The directory `auth-generate` contains example scripts and a Makefile to generate TCAT Commissioner… 24 NOTE: the directory `auth-generate/ca` contains an example CA certificate and private key (for sign…
|
/openthread-latest/examples/platforms/simulation/ |
D | README.md | 3 This directory contains example platform drivers for simulation on POSIX.
|