ecparam keygen writes new key in the clear?
It seems if you use 'openssl ecparam -genkey' to create a key pair,
you cannot secure the PEM file output. You have to follow with a
second command 'openssl ec' to encrypt the private key with
AES. ...but the first command has already written the key to disk.
Is this an Oops or did I miss something? I tried chaining the two
commands and was unsuccessful.
Thanks, Larry
______________________________________________________________________
OpenSSL Project [url]http://www.openssl.org[/url]
User Support Mailing List [email]openssl-users@openssl.org[/email]
Automated List Manager [email]majordomo@openssl.org[/email]