Home
last modified time | relevance | path

Searched refs:critical (Results 1 – 14 of 14) sorted by relevance

/mbedtls-latest/include/mbedtls/
Dx509_csr.h126 int critical,
323 int critical,
Dx509_crt.h405 int critical,
1076 int critical,
/mbedtls-latest/library/
Dx509write_csr.c74 int critical, in mbedtls_x509write_csr_set_extension() argument
78 critical, val, val_len); in mbedtls_x509write_csr_set_extension()
Dx509_create.c381 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()
Dx509_internal.h52 int critical, const unsigned char *val,
Dx509write_crt.c158 int critical, in mbedtls_x509write_crt_set_extension() argument
162 critical, val, val_len); in mbedtls_x509write_crt_set_extension()
/mbedtls-latest/tests/suites/
Dtest_suite_x509parse.function325 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;
Dtest_suite_x509parse.data313 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/
Dpsa-driver-wrappers-codegen-migration-guide.md22 ### What's critical for a migrating user
Dpsa-driver-interface.md808 …tentially be used by code from a different provider, so key validity is critical for interoperabil…
/mbedtls-latest/docs/
D3.0-migration-guide.md555 ### 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/
Dpsa-legacy-bridges.md322 …ust when `MBEDTLS_USE_PSA_CRYPTO` is enabled. This is nice-to-have, not critical. Update `use-psa-…
/mbedtls-latest/
DChangeLog384 * 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/
Dpsa-storage-resilience.md468 …than one active transaction at a time, so the size of an element is not critical for efficiency. T…