mbedtls/programs/x509
Peter Kolbus dc470ae8af 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.

Change-Id: I056312613379890e0d70e1d08c34171287c0aa17
2019-06-18 11:05:37 +01:00
..
cert_app.c Reduce code size when mbedtls_x509_*_info() unused 2019-06-18 11:05:37 +01:00
cert_req.c Add suppport for MD2 to CSR and CRT writing example programs 2019-06-03 16:19:34 +01:00
cert_write.c Document support for MD2 and MD4 in programs/x509/cert_write 2019-06-03 16:20:10 +01:00
CMakeLists.txt Fix whitespace in CMakeLists.txt 2015-06-25 10:59:57 +02:00
crl_app.c Reduce code size when mbedtls_x509_*_info() unused 2019-06-18 11:05:37 +01:00
req_app.c Reduce code size when mbedtls_x509_*_info() unused 2019-06-18 11:05:37 +01:00