Home
last modified time | relevance | path

Searched refs:extension (Results 1 – 25 of 37) sorted by relevance

12

/openthread-3.7.0/src/cli/
Dcli_extension_example.cmake29 # 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)
DCMakeLists.txt58 …_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/
Dtest_suite_oid.data37 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
Dtest_suite_x509parse.data313 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/
Dtest_config_script.py29 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/
Dupdate-makefiles.py41 def get_file_list(path, extension): argument
47 if file_name.endswith(extension)
/openthread-3.7.0/tools/tcat_ble_client/auth-generate/ext/
Dca.ext1 # This file contains X509v3 extension definitions for OpenSSL
DCommCert1.ext1 # This file contains X509v3 extension definitions for OpenSSL
DDeviceCert1.ext1 # This file contains X509v3 extension definitions for OpenSSL
DDeviceCert2.ext1 # This file contains X509v3 extension definitions for OpenSSL
DCommCert3.ext1 # This file contains X509v3 extension definitions for OpenSSL
DCommCert4.ext1 # This file contains X509v3 extension definitions for OpenSSL
DCommCert2.ext1 # This file contains X509v3 extension definitions for OpenSSL
/openthread-3.7.0/src/posix/platform/
Dvendor.cmake33 "path to CMake file to define and link posix vendor extension")
36 "name of vendor extension CMake target to link with posix library")
Dvendor_extension_example.cmake29 # This file provides an example on how to implement a RCP vendor extension.
/openthread-3.7.0/tools/tcat_ble_client/
DGENERATING_CERTIFICATES.md9 …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.gitignore40 # Microsoft CMake extension for Visual Studio Code generates a build directory by default
/openthread-3.7.0/third_party/mbedtls/repo/
D.gitignore48 # Microsoft CMake extension for Visual Studio Code generates a build directory by default
DChangeLog73 * 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/
DCMakeLists.txt173 # 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/
Dpsa-limitations.md53 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/
D00README.md34 A changelog entry file must have the extension `*.txt` and must have the
/openthread-3.7.0/third_party/mbedtls/repo/docs/architecture/testing/
Dtest-framework.md29 ### SSL extension tests
/openthread-3.7.0/etc/gn/
Dopenthread.gni180 # Enable MLE long routes extension (experimental, breaks Thread conformance]
/openthread-3.7.0/third_party/mbedtls/repo/tests/data_files/
DReadme-x509.txt13 variants used to test the keyUsage extension

12