Searched refs:extension (Results 1 – 25 of 37) sorted by relevance
12
/openthread-3.7.0/src/cli/ |
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 | CMakeLists.txt | 58 …_CLI_VENDOR_EXTENSION "" CACHE STRING "Path to CMake file to define and link cli vendor extension") 60 …set(OT_CLI_VENDOR_TARGET "" CACHE STRING "Name of vendor extension CMake target to link with cli a…
|
/openthread-3.7.0/third_party/mbedtls/repo/tests/suites/ |
D | test_suite_oid.data | 37 OID get x509 extension - id-ce-basicConstraints 40 OID get x509 extension - id-ce-keyUsage 43 OID get x509 extension - id-ce-extKeyUsage 46 OID get x509 extension - id-ce-subjectAltName 49 OID get x509 extension - id-netscape-certtype 52 OID get x509 extension - id-ce-certificatePolicies 55 OID get x509 extension - invalid oid 58 OID get x509 extension - wrong oid - id-ce
|
D | test_suite_x509parse.data | 313 X509 CRL Unsupported critical extension (issuingDistributionPoint) 317 X509 CRL Unsupported non-critical extension (issuingDistributionPoint) 1799 # We expect an extension parsing error here because the IssuerID is optional. 1803 # and hence we obtain an INVALID_TAG error during extension parsing. 2410 X509 CRT ASN1 (Unsupported critical extension) 2414 X509 CRT ASN1 (Unsupported critical extension recognized by callback) 2418 X509 CRT ASN1 (Unsupported critical extension not recognized by callback) 2422 X509 CRT ASN1 (Unsupported non critical extension recognized by callback) 2426 X509 CRT ASN1 (Unsupported non critical extension not recognized by callback) 2566 X509 CRL ASN1 (extension seq too long, crl-idp.pem byte 121) [all …]
|
/openthread-3.7.0/third_party/mbedtls/repo/tests/scripts/ |
D | test_config_script.py | 29 def output_file_name(directory, stem, extension): argument 32 stem, extension)) 36 for extension in []: 37 pattern = output_file_name(directory, '*', extension)
|
/openthread-3.7.0/script/ |
D | update-makefiles.py | 41 def get_file_list(path, extension): argument 47 if file_name.endswith(extension)
|
/openthread-3.7.0/tools/tcat_ble_client/auth-generate/ext/ |
D | ca.ext | 1 # This file contains X509v3 extension definitions for OpenSSL
|
D | CommCert1.ext | 1 # This file contains X509v3 extension definitions for OpenSSL
|
D | DeviceCert1.ext | 1 # This file contains X509v3 extension definitions for OpenSSL
|
D | DeviceCert2.ext | 1 # This file contains X509v3 extension definitions for OpenSSL
|
D | CommCert3.ext | 1 # This file contains X509v3 extension definitions for OpenSSL
|
D | CommCert4.ext | 1 # This file contains X509v3 extension definitions for OpenSSL
|
D | CommCert2.ext | 1 # This file contains X509v3 extension definitions for OpenSSL
|
/openthread-3.7.0/src/posix/platform/ |
D | vendor.cmake | 33 "path to CMake file to define and link posix vendor extension") 36 "name of vendor extension CMake target to link with posix library")
|
D | vendor_extension_example.cmake | 29 # This file provides an example on how to implement a RCP vendor extension.
|
/openthread-3.7.0/tools/tcat_ble_client/ |
D | GENERATING_CERTIFICATES.md | 9 …tificate. Each extension, identified by its OID (Object Identifier), is marked as "Critical" or "N…
|
/openthread-3.7.0/third_party/mbedtls/repo/framework/ |
D | .gitignore | 40 # Microsoft CMake extension for Visual Studio Code generates a build directory by default
|
/openthread-3.7.0/third_party/mbedtls/repo/ |
D | .gitignore | 48 # Microsoft CMake extension for Visual Studio Code generates a build directory by default
|
D | ChangeLog | 73 * Add support for record size limit extension as defined by RFC 8449 275 allocated to hold the extension. The extension would then be copied into 350 * Add parsing of directoryName subtype for subjectAltName extension in 420 of subjectAltName extension in x509 certificates. 636 extension in x509 certificates. 640 extension in x509 certificates. 654 * Add support to include the SubjectAltName extension to a CSR. 722 * Fix parsing of X.509 SubjectAlternativeName extension. Previously, 965 HardwareModuleName as a Subject Alternative Name extension. Hardware 1303 * The identifier of the CID TLS extension can be configured by defining [all …]
|
/openthread-3.7.0/third_party/mbedtls/repo/tests/ |
D | CMakeLists.txt | 173 # Remove the ".data" extension 182 # Remove the ".data" extension 191 # Remove the ".data" extension
|
/openthread-3.7.0/third_party/mbedtls/repo/docs/architecture/psa-migration/ |
D | psa-limitations.md | 53 extension, servers can still send custom parameters if they don't support the 54 extension. 328 4. Request an extension to the PSA Crypto API and use one of the above options 329 in the meantime. Such an extension seems inconvenient and not motivated by
|
/openthread-3.7.0/third_party/mbedtls/repo/ChangeLog.d/ |
D | 00README.md | 34 A changelog entry file must have the extension `*.txt` and must have the
|
/openthread-3.7.0/third_party/mbedtls/repo/docs/architecture/testing/ |
D | test-framework.md | 29 ### SSL extension tests
|
/openthread-3.7.0/etc/gn/ |
D | openthread.gni | 180 # Enable MLE long routes extension (experimental, breaks Thread conformance]
|
/openthread-3.7.0/third_party/mbedtls/repo/tests/data_files/ |
D | Readme-x509.txt | 13 variants used to test the keyUsage extension
|
12