mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-03-26 22:08:43 +00: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. (cherry picked from commit 65a1909dc6ff7b93f0a231a5a49d98d968c9bcdc) Conflicts: library/x509parse.c