commit | 05dba8151bd418cdc111d62102aaf9f4e7bd2f3f | [log] [tgz] |
---|---|---|
author | Dr. Stephen Henson <steve@openssl.org> | Tue May 17 14:15:20 2016 +0100 |
committer | Dr. Stephen Henson <steve@openssl.org> | Mon May 23 16:41:34 2016 +0100 |
tree | d29b35e495de274097853570f16271fe29f32cb8 | |
parent | 07930a75a1f82fd359d0af7849f01990b73659dd [diff] |
Support for traditional format private keys. Add new function PEM_write_bio_PrivateKey_traditional() to enforce the use of legacy "traditional" private key format. Add -traditional option to pkcs8 and pkey utilities. Reviewed-by: Matt Caswell <matt@openssl.org>