[sudo-commits] sudo changeset 13496:6fbac28175f9

Todd C. Miller Todd.Miller at sudo.ws
Fri Sep 17 11:02:27 MDT 2021


changeset:	13496:6fbac28175f9 in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/6fbac28175f9
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Fri Sep 17 10:55:06 2021 -0600

Log Message:
	Use the EVP digest routines instead of calling SHA2 functions directly.
	Avoids compiler warnings with OpenSSL 3.0.  EVP_MD_CTX_new() is
	only available for OpenSSL 1.1 and higher--we will fall back to
	sudo's SHA2 code if necessary.

diffstat:

 configure                 |   80 ++++++++++++++--------------
 configure.ac              |    4 +-
 lib/util/digest_openssl.c |  125 ++++++++++++++++++++++-----------------------
 3 files changed, 102 insertions(+), 107 deletions(-)



More information about the sudo-commits mailing list