Searched refs:critical (Results 1 – 14 of 14) sorted by relevance
| /mbedtls-latest/include/mbedtls/ |
| D | x509_csr.h | 126 int critical, 323 int critical,
|
| D | x509_crt.h | 405 int critical, 1076 int critical,
|
| /mbedtls-latest/library/ |
| D | x509write_csr.c | 74 int critical, in mbedtls_x509write_csr_set_extension() argument 78 critical, val, val_len); in mbedtls_x509write_csr_set_extension()
|
| D | x509_create.c | 381 int critical, const unsigned char *val, size_t val_len) in mbedtls_x509_set_extension() argument 394 cur->val.p[0] = critical; in mbedtls_x509_set_extension()
|
| D | x509_internal.h | 52 int critical, const unsigned char *val,
|
| D | x509write_crt.c | 158 int critical, in mbedtls_x509write_crt_set_extension() argument 162 critical, val, val_len); in mbedtls_x509write_crt_set_extension()
|
| /mbedtls-latest/tests/suites/ |
| D | test_suite_x509parse.function | 325 int critical, const unsigned char *cp, const unsigned char *end) 328 (void) critical; 428 int critical, 435 (void) critical; 445 int critical, 452 (void) critical;
|
| D | test_suite_x509parse.data | 313 X509 CRL Unsupported critical extension (issuingDistributionPoint) 317 X509 CRL Unsupported non-critical extension (issuingDistributionPoint) 1936 X509 CRT ASN1 (TBS, inv v3Ext, inv critical tag) 1940 X509 CRT ASN1 (TBS, inv v3Ext, critical length missing) 1944 X509 CRT ASN1 (TBS, inv v3Ext, critical inv length encoding) 1948 X509 CRT ASN1 (TBS, inv v3Ext, critical length out of bounds) 1952 X509 CRT ASN1 (TBS, inv v3Ext, critical length 0) 1956 X509 CRT ASN1 (TBS, inv v3Ext, critical length 2) 2040 X509 CRT ASN1 (TBSCertificate v3, inv CertificatePolicies, unknown critical policy) 2410 X509 CRT ASN1 (Unsupported critical extension) [all …]
|
| /mbedtls-latest/docs/proposed/ |
| D | psa-driver-wrappers-codegen-migration-guide.md | 22 ### What's critical for a migrating user
|
| D | psa-driver-interface.md | 808 …tentially be used by code from a different provider, so key validity is critical for interoperabil…
|
| /mbedtls-latest/docs/ |
| D | 3.0-migration-guide.md | 555 ### Change the API to allow adding critical extensions to CSRs 560 The API is changed to include the parameter `critical` which enables marking an 561 extension included in a CSR as critical. To get the previous behavior pass 0. 568 The X.509 standard says that implementations must reject critical extensions that
|
| /mbedtls-latest/docs/architecture/psa-migration/ |
| D | psa-legacy-bridges.md | 322 …ust when `MBEDTLS_USE_PSA_CRYPTO` is enabled. This is nice-to-have, not critical. Update `use-psa-…
|
| /mbedtls-latest/ |
| D | ChangeLog | 384 * Fix parsing of CSRs with critical extensions. 1505 (where supported) for critical functions where ignoring the return 1736 which allows to mark an extension as critical. Fixes #4055. 2214 extension as critical in such certificates." Previous to this change, 2215 the extension was always marked as non-critical. This was fixed by 3566 mbedtls_platform_zeroize(), which is a critical function from a security 3730 * Fix CRL parsing to reject CRLs containing unsupported critical 6183 * Fixed a critical denial-of-service with X.509 cert. verification:
|
| /mbedtls-latest/docs/architecture/ |
| D | psa-storage-resilience.md | 468 …than one active transaction at a time, so the size of an element is not critical for efficiency. T…
|