mbedtls/programs/x509
Peter Kolbus 9a969b66c1 Reduce code size when mbedtls_x509_*_info() unused
Introduce MBEDTLS_X509_INFO to indicate the availability of the
mbedtls_x509_*_info() function and closely related APIs. When this is
not defined, also omit name and description from
mbedtls_oid_descriptor_t, and omit OID arrays, macros, and types that
are entirely unused. This saves several KB of code space.

Signed-off-by: Hanno Becker <hanno.becker@arm.com>
Signed-off-by: Chris Jones <christopher.jones@arm.com>
2021-04-27 17:18:52 +01:00
..
cert_app.c Reduce code size when mbedtls_x509_*_info() unused 2021-04-27 17:18:52 +01:00
cert_req.c cert_req: discover hash algorithms automatically 2020-08-21 20:43:32 +02:00
cert_write.c cert_write: discover hash algorithms automatically 2020-08-21 20:42:32 +02:00
CMakeLists.txt Remove PKCS#11 library wrapper. 2021-04-21 11:05:00 +02:00
crl_app.c Reduce code size when mbedtls_x509_*_info() unused 2021-04-27 17:18:52 +01:00
req_app.c Reduce code size when mbedtls_x509_*_info() unused 2021-04-27 17:18:52 +01:00