[U-Boot] [PATCH 1/4] rsa: use new openssl API to create signature

Simon Glass sjg at chromium.org
Tue Oct 9 16:19:15 UTC 2018


On 2 October 2018 at 10:32, Philippe Reynes
<philippe.reynes at softathome.com> wrote:
> 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 at softathome.com>
> ---
>  lib/rsa/rsa-sign.c | 17 +++++++++++------
>  1 file changed, 11 insertions(+), 6 deletions(-)
>

Reviewed-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list