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
diff --git a/library/x509_crl.c b/library/x509_crl.c
index 00f8545..6fa0825 100644
--- a/library/x509_crl.c
+++ b/library/x509_crl.c
@@ -619,6 +619,7 @@
 }
 #endif /* MBEDTLS_FS_IO */
 
+#if defined(MBEDTLS_X509_INFO)
 /*
  * Return an informational string about the certificate.
  */
@@ -698,6 +699,7 @@
 
     return( (int) ( size - n ) );
 }
+#endif /* MBEDTLS_X509_INFO */
 
 /*
  * Initialize a CRL chain