commit | 3b5d6979fcb80ffae3b140be6edc04cbde1a0b72 | [log] [tgz] |
---|---|---|
author | Philippe Reynes <philippe.reynes@softathome.com> | Wed Nov 14 13:50:59 2018 +0100 |
committer | Tom Rini <trini@konsulko.com> | Mon Dec 03 10:44:10 2018 -0500 |
tree | 2c573400996b3a22697cfeb9021d80a385422c70 | |
parent | c8c0242f1ccc189f03421247e17afce06416ca11 [diff] |
rsa: use new openssl API to create signature Previous implementation of the rsa signature was using the openssl API EVP_Sign*, but the new openssl API EVP_DigestSign* is more flexible. So we move to this new API. Signed-off-by: Philippe Reynes <philippe.reynes@softathome.com> Reviewed-by: Simon Glass <sjg@chromium.org>