You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by gi...@git.apache.org on 2017/06/07 22:25:46 UTC

[GitHub] d3zd3z opened a new pull request #66: image: Add support for RSA-PSS signatures

d3zd3z opened a new pull request #66: image: Add support for RSA-PSS signatures
URL: https://github.com/apache/incubator-mynewt-newt/pull/66
 
 
   Currently, RSA signatures are done with PKCS#1 v1.5.  Newer versions of
   this standard (starting with 2.1) define a newer signing algorithm, PSS,
   and enourage adoption of this algorithm over the older method.
   
   Add support for this to the 'newt' tool so that create-image can sign
   RSA with PSS.  Since the keys are the same, add a command line argument
   `--rsa-pss` to use the new algorithm.  Once this is adopted more fully
   by the bootloader this could be made the default.
 
----------------------------------------------------------------
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