You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by GitBox <gi...@apache.org> on 2017/11/22 22:50:09 UTC

[GitHub] d3zd3z opened a new pull request #108: RFC: Add support for encrypted private keys

d3zd3z opened a new pull request #108: RFC: Add support for encrypted private keys
URL: https://github.com/apache/mynewt-newt/pull/108
 
 
   DO NOT MERGE YET, need to resolve how to vendor dependencies.
   
   This series adds support for PKCS#8/5 RSA and ECDSA private keys.  This is a newer format, generated by OpenSSL's `genpkey` as well as the new `imgtool.py` in MCUboot. If the private key is password protected, newt will prompt the user for the password.
   
   Feedback I wanted:
   - I've added some new dependencies, what is the proper method to vendor these? Is there a specific tool to use?
   - Does the password prompting work in all of the situations that `newt` is currently used? It shouldn't prompt when given any existing keys (or any that don't have passwords).

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services