Searched refs:extension (Results 1 – 17 of 17) sorted by relevance
/mbedtls-development/tests/suites/ |
A 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
|
A D | test_suite_x509parse.data | 1967 X509 CRT ASN1 (Unsupported critical extension) 2123 X509 CRL ASN1 (extension seq too long, crl-idp.pem byte 121) 2127 X509 CRL ASN1 (extension oid too long, crl-idp.pem byte 123) 2135 X509 CRL ASN1 (extension data too long, crl-idp.pem byte 131) 2299 X509 CRT keyUsage #1 (no extension, expected KU) 2303 X509 CRT keyUsage #2 (no extension, surprising KU) 2307 X509 CRT keyUsage #3 (extension present, no KU) 2311 X509 CRT keyUsage #4 (extension present, single KU present) 2315 X509 CRT keyUsage #5 (extension present, single KU absent) 2319 X509 CRT keyUsage #6 (extension present, combined KU present) [all …]
|
A D | test_suite_psa_crypto.data | 497 # extension which we may drop in the future. 903 PSA key policy: asymmetric signature, sign, key usage extension 907 PSA key policy: asymmetric signature, verify, key usage extension 911 PSA key policy: asymmetric signature, sign | verify, key usage extension
|
/mbedtls-development/tests/scripts/ |
A D | test_config_script.py | 40 def output_file_name(directory, stem, extension): argument 43 stem, extension)) 47 for extension in []: 48 pattern = output_file_name(directory, '*', extension)
|
/mbedtls-development/ChangeLog.d/ |
A D | tls_ext_cid-config.txt | 2 * The identifier of the CID TLS extension can be configured by defining
|
A D | 00README.md | 31 A changelog entry file must have the extension `*.txt` and must have the
|
/mbedtls-development/ |
A D | .gitignore | 38 # Microsoft CMake extension for Visual Studio Code generates a build directory by default
|
A D | ChangeLog | 91 which allows to mark an extension as critical. Fixes #4055. 415 invalid max_fragment_length extension, or an 416 unsupported extension used by the server. 1317 * Add the oid certificate policy x509 extension. 2146 extension. When the truncated HMAC extension is enabled and CBC is used, 3415 * Support for the ALPN SSL extension 3419 * Enable verification of the extendedKeyUsage extension 3642 * Support for max_fragment_length extension (RFC 6066) 3643 * Support for truncated_hmac extension (RFC 6066) 3667 * Ability to disable server_name extension (RFC 6066) [all …]
|
A D | BRANCHES.md | 44 change is a reasonable extension of the current behavior, i.e. the
|
A D | CONTRIBUTING.md | 36 …h will change the API. Instead the interface can only be changed by its extension. As described ab…
|
A D | CMakeLists.txt | 143 # Get the filename without the final extension (i.e. convert "a.b.c" to "a.b")
|
/mbedtls-development/docs/architecture/testing/ |
A D | test-framework.md | 29 ### SSL extension tests
|
/mbedtls-development/tests/ |
A D | CMakeLists.txt | 79 # Remove the ".data" extension
|
/mbedtls-development/tests/data_files/ |
A D | Readme-x509.txt | 13 variants used to test the keyUsage extension
|
/mbedtls-development/doxygen/ |
A D | mbedtls.doxyfile | 245 # 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
|
/mbedtls-development/docs/ |
A D | 3.0-migration-guide.md | 533 extension included in a CSR as critical. To get the previous behavior pass 0. 549 unsupported certificate extension and additionally the "certificate policies" 550 extension if it contains any unsupported certificate policies.
|
/mbedtls-development/docs/architecture/ |
A D | tls13-experimental.md | 96 see the comment associated to the `key_share` extension below.
|
Completed in 72 milliseconds