mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-03-30 17:12:00 +02:00
Split up x509parse_key() into a (PEM) handler function and specific DER parser functions for the PKCS#1 (x509parse_key_pkcs1_der()) and unencrypted PKCS#8 (x509parse_key_pkcs8_unencrypted_der()) private key formats.