Home
last modified time | relevance | path

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

/mbedtls-development/tests/data_files/
A Dserver1.key_usage.crt.openssl.v3_ext5 keyUsage=critical, digitalSignature, nonRepudiation, keyEncipherment
A Dtest-ca.opensslconf67 issuingDistributionPoint=critical, @idpdata
/mbedtls-development/library/
A Dx509write_csr.c86 int critical, in mbedtls_x509write_csr_set_extension() argument
90 critical, val, val_len ); in mbedtls_x509write_csr_set_extension()
A Dx509_create.c209 int critical, const unsigned char *val, size_t val_len ) in mbedtls_x509_set_extension() argument
219 cur->val.p[0] = critical; in mbedtls_x509_set_extension()
A Dx509write_crt.c128 int critical, in mbedtls_x509write_crt_set_extension() argument
132 critical, val, val_len ) ); in mbedtls_x509write_crt_set_extension()
/mbedtls-development/include/mbedtls/
A Dx509_csr.h247 int critical,
A Dx509_crt.h452 int critical,
1076 int critical,
A Dx509.h344 int critical, const unsigned char *val,
/mbedtls-development/ChangeLog.d/
A Dcheck-return.txt13 (where supported) for critical functions where ignoring the return
/mbedtls-development/tests/suites/
A Dtest_suite_x509parse.data265 X509 CRL Unsupported critical extension (issuingDistributionPoint)
269 X509 CRL Unsupported non-critical extension (issuingDistributionPoint)
1645 X509 CRT ASN1 (TBS, inv v3Ext, inv critical tag)
1649 X509 CRT ASN1 (TBS, inv v3Ext, critical length missing)
1653 X509 CRT ASN1 (TBS, inv v3Ext, critical inv length encoding)
1657 X509 CRT ASN1 (TBS, inv v3Ext, critical length out of bounds)
1661 X509 CRT ASN1 (TBS, inv v3Ext, critical length 0)
1665 X509 CRT ASN1 (TBS, inv v3Ext, critical length 2)
1967 X509 CRT ASN1 (Unsupported critical extension)
1971 X509 CRT ASN1 (Unsupported critical extension recognized by callback)
[all …]
A Dtest_suite_x509parse.function307 int critical, const unsigned char *cp, const unsigned char *end )
310 ( void ) critical;
/mbedtls-development/docs/
A D3.0-migration-guide.md527 ### Change the API to allow adding critical extensions to CSRs
532 The API is changed to include the parameter `critical` which enables marking an
533 extension included in a CSR as critical. To get the previous behavior pass 0.
540 The X.509 standard says that implementations must reject critical extensions that
/mbedtls-development/
A DChangeLog91 which allows to mark an extension as critical. Fixes #4055.
568 extension as critical in such certificates." Previous to this change,
569 the extension was always marked as non-critical. This was fixed by
1920 mbedtls_platform_zeroize(), which is a critical function from a security
2084 * Fix CRL parsing to reject CRLs containing unsupported critical
4537 * Fixed a critical denial-of-service with X.509 cert. verification:
/mbedtls-development/docs/proposed/
A Dpsa-driver-interface.md371 …tentially be used by code from a different provider, so key validity is critical for interoperabil…

Completed in 28 milliseconds