commit | 65a1909dc6ff7b93f0a231a5a49d98d968c9bcdc | [log] [tgz] |
---|---|---|
author | Paul Bakker <p.j.bakker@polarssl.org> | Thu Jun 06 21:14:58 2013 +0200 |
committer | Paul Bakker <p.j.bakker@polarssl.org> | Thu Jun 06 21:17:08 2013 +0200 |
tree | 3ab73d917ecf38c03dd3e0f53f4556e7c40d6ba9 | |
parent | 1922a4e6aade7b1d685af19d4d9339ddb5c02859 [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.