commit | e2f504087615b492f456e362d0d1c0b56c1eb6f1 | [log] [tgz] |
---|---|---|
author | Paul Bakker <p.j.bakker@polarssl.org> | Mon Jun 24 19:00:59 2013 +0200 |
committer | Paul Bakker <p.j.bakker@polarssl.org> | Tue Jun 25 15:06:50 2013 +0200 |
tree | 9b85f755bb79bb5a59993d844693c6ea4eab5e9f | |
parent | 89ecb2d074158347aa59e6522e4e11362a68fc67 [diff] |
Internally split up x509parse_key() 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