\def MBEDTLS_PEM_PARSE_C Enable PEM decoding / parsing. Module: library/pem.c Caller: library/dhm.c library/pkparse.c library/x509_crl.c library/x509_crt.c library/x509_csr.c Requires: MBEDTLS_BASE64_C optionally MBEDTLS_MD5_C, or PSA Crypto with MD5 (see below) \warning When parsing password-protected files, if MD5 is provided only by a PSA driver, you must call psa_crypto_init() before the first file. This modules adds support for decoding / parsing PEM files.