Lines Matching refs:PEM

207      PEM) accepted by the pkparse module has been removed. Applications that
431 key to a PEM string.
1031 - PEM parsing of encrypted files now uses MD-5 from PSA when (and only
1067 * cert_write: support for writing certificate files in either PEM
1232 * Add accessor to get the raw buffer pointer from a PEM context.
2368 * In PEM writing functions, fill the trailing part of the buffer with null
3736 This allows reading encrypted PEM files produced by software that
3818 * Set PEM buffer to zero before freeing it, to avoid decoded private keys
4163 * Fixed potential livelock during the parsing of a CRL in PEM format in
4196 the input string in PEM format to extract the different components. Found
4452 on crafted PEM input data. Found and fix provided by Guido Vranken,
4454 accept PEM data from an untrusted source.
4543 * The PEM parser now accepts a trailing space at end of lines (#226).
4642 length parameter to include the terminating null byte for PEM input.
4934 * x509_crt_parse() did not increase total_failed on PEM error
5407 * x509_crt_parse() did not increase total_failed on PEM error
5525 * Internally split up x509parse_key() into a (PEM) handler function
5539 * x509parse_crt() now better handles PEM error situations
5541 instead of the x509parse_crt() wrapper that can also parse PEM
5550 PEM-encoded certificates has been fixed (found by Jack Lloyd)
5728 * x509parse_crt() now better handles PEM error situations
5730 instead of the x509parse_crt() wrapper that can also parse PEM
5737 PEM-encoded certificates has been fixed (found by Jack Lloyd)
5940 * Parsing PEM private keys encrypted with DES and AES
5946 * Parsing of PEM files moved to separate module (Fixes
5947 ticket #13). Also possible to remove PEM support for