mirror of
https://github.com/ARMmbed/mbedtls.git
synced 2025-05-30 01:40:05 +08:00

Allow the size of the entry_name character array in x509_crt.c to be configurable through a macro in config.h. entry_name holds a path/filename string. The macro introduced in MBEDTLS_X509_MAX_FILE_PATH_LEN.