Home
last modified time | relevance | path

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

/openthread-3.6.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.data181 X509 certificate v1 with extension
285 X509 CRL Unsupported critical extension (issuingDistributionPoint)
289 X509 CRL Unsupported non-critical extension (issuingDistributionPoint)
1548 # We expect an extension parsing error here because the IssuerID is optional.
1552 # and hence we obtain an INVALID_TAG error during extension parsing.
2027 X509 CRT ASN1 (Unsupported critical extension)
2031 X509 CRT ASN1 (Unsupported critical extension recognized by callback)
2035 X509 CRT ASN1 (Unsupported critical extension not recognized by callback)
2039 X509 CRT ASN1 (Unsupported non critical extension recognized by callback)
2043 X509 CRT ASN1 (Unsupported non critical extension not recognized by callback)
[all …]
Dtest_suite_psa_crypto.data249 # extension which we may drop in the future.
655 PSA key policy: asymmetric signature, sign, key usage extension
659 PSA key policy: asymmetric signature, verify, key usage extension
663 PSA key policy: asymmetric signature, sign | verify, key usage extension
/openthread-3.6.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.txt57 …_CLI_VENDOR_EXTENSION "" CACHE STRING "Path to CMake file to define and link cli vendor extension")
59 …set(OT_CLI_VENDOR_TARGET "" CACHE STRING "Name of vendor extension CMake target to link with cli a…
/openthread-3.6.0/third_party/mbedtls/repo/tests/scripts/
Dtest_config_script.py40 def output_file_name(directory, stem, extension): argument
43 stem, extension))
47 for extension in []:
48 pattern = output_file_name(directory, '*', extension)
/openthread-3.6.0/script/
Dupdate-makefiles.py41 def get_file_list(path, extension): argument
47 if file_name.endswith(extension)
/openthread-3.6.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.6.0/third_party/mbedtls/repo/
D.gitignore38 # Microsoft CMake extension for Visual Studio Code generates a build directory by default
DChangeLog24 * The identifier of the CID TLS extension can be configured by defining
239 (when the encrypt-then-MAC extension is not in use) with some ALT
282 invalid max_fragment_length extension, or an
283 unsupported extension used by the server.
321 when PSA_KEY_USAGE_VERIFY_HASH flag is set. This usage flag extension
422 include this extension in all CA certificates that contain public keys
424 extension as critical in such certificates." Previous to this change,
425 the extension was always marked as non-critical. This was fixed by
630 subjecAltName extension is present, the expected name was compared to any
631 name in that extension regardless of its type. This means that an
[all …]
DCONTRIBUTING.md36 …h will change the API. Instead the interface can only be changed by its extension. As described ab…
/openthread-3.6.0/third_party/mbedtls/repo/ChangeLog.d/
D00README.md31 A changelog entry file must have the extension `*.txt` and must have the
/openthread-3.6.0/third_party/mbedtls/repo/docs/architecture/testing/
Dtest-framework.md29 ### SSL extension tests
/openthread-3.6.0/etc/gn/
Dopenthread.gni180 # Enable MLE long routes extension (experimental, breaks Thread conformance]
/openthread-3.6.0/third_party/mbedtls/repo/tests/data_files/
DReadme-x509.txt13 variants used to test the keyUsage extension
/openthread-3.6.0/third_party/mbedtls/repo/doxygen/
Dmbedtls.doxyfile245 # Doxygen selects the parser to use depending on the extension of the files it
247 # extension. Doxygen has a built-in mapping, but you can override or extend it
248 # using this tag. The format is ext=language, where ext is a file extension,
598 # .bib extension is automatically appended if omitted. Using this command
888 # The HTML_FILE_EXTENSION tag can be used to specify the file extension for
890 # doxygen will generate files with .html extension.
1222 # The MATHJAX_EXTENSIONS tag can be used to specify one or MathJax extension
1455 # The MAN_EXTENSION tag determines the extension that is added to
/openthread-3.6.0/etc/cmake/
Doptions.cmake219 ot_option(OT_MLE_LONG_ROUTES OPENTHREAD_CONFIG_MLE_LONG_ROUTES_ENABLE "MLE long routes extension (e…
/openthread-3.6.0/doc/
DDoxyfile.in305 # Doxygen selects the parser to use depending on the extension of the files it
307 # extension. Doxygen has a built-in mapping, but you can override or extend it
308 # using this tag. The format is ext=language, where ext is a file extension, and
314 # Note For files without extension you can use no_extension as a placeholder.
714 # extension is automatically appended if omitted. This requires the bibtex tool
1094 # The HTML_FILE_EXTENSION tag can be used to specify the file extension for each
1517 # extension names that should be enabled during MathJax rendering. For example
1837 # The MAN_EXTENSION tag determines the extension that is added to the generated
/openthread-3.6.0/src/core/
DBUILD.gn479 "instance/extension.hpp",