u-boot-brain/lib/rsa
Jelle van der Waa c3b4328166 rsa: Fix build with OpenSSL 1.1.x
The rsa_st struct has been made opaque in 1.1.x, add forward compatible
code to access the n, e, d members of rsa_struct.

EVP_MD_CTX_cleanup has been removed in 1.1.x and EVP_MD_CTX_reset should be
called to reinitialise an already created structure.
2017-05-12 08:37:19 -04:00
..
Kconfig Kconfig: Don't use RSA_FREESCALE_EXP on IMX 2017-03-20 18:04:42 -04:00
Makefile verified-boot: Minimal support for booting U-Boot proper from SPL 2016-06-12 13:14:58 -04:00
rsa-checksum.c rsa: Verify RSA padding programatically 2016-11-21 14:07:30 -05:00
rsa-mod-exp.c treewide: replace #include <asm/errno.h> with <linux/errno.h> 2016-09-23 17:55:42 -04:00
rsa-sign.c rsa: Fix build with OpenSSL 1.1.x 2017-05-12 08:37:19 -04:00
rsa-verify.c image: Combine image_sig_algo with image_sign_info 2016-11-21 14:07:31 -05:00