Home
last modified time | relevance | path

Searched hist:"624 f7c079181ef119900b7a8ff06776a337d58e2" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/lib/rsa/
H A Drsa-sign.c624f7c079181ef119900b7a8ff06776a337d58e2 Wed Nov 14 12:50:59 UTC 2018 Philippe Reynes <philippe.reynes@softathome.com> UPSTREAM: 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>
(cherry picked from commit 3b5d6979fcb80ffae3b140be6edc04cbde1a0b72)

Conflicts:
lib/rsa/rsa-sign.c

Change-Id: I6016a13904024a63d6fb8110cef37e57a164eed9
Signed-off-by: Joseph Chen <chenjh@rock-chips.com>