Home
last modified time | relevance | path

Searched hist:c3b4328166b03d6749b86eb0fbb21a10e4395cfd (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/lib/rsa/
H A Drsa-sign.cc3b4328166b03d6749b86eb0fbb21a10e4395cfd Mon May 08 19:31:19 UTC 2017 Jelle van der Waa <jelle@vdwaa.nl> 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.