[sudo-commits] sudo changeset 13332:f2bf4aca30d4

Todd C. Miller Todd.Miller at sudo.ws
Tue Jul 27 09:20:51 MDT 2021


changeset:	13332:f2bf4aca30d4 in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/f2bf4aca30d4
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Mon Jul 26 13:40:25 2021 -0600

Log Message:
	Use TLS_method() instead of TLS_client_method() throughout.
	OpenSSL returns an error for SSL_accept() if TLS_client_method()
	was used to generate the context (LibreSSL doesn't care).

	Prior to sudo 1.9.7, TLS_client_method() and TLS_server_method()
	were used in the TLS client and server initialization code respectively.
	This was refactored in sudo 1.9.7 to allow the code to be shared.
	Bug #988

diffstat:

 config.h.in                  |   7 ++-----
 configure                    |  14 ++++----------
 configure.ac                 |   2 +-
 include/sudo_compat.h        |   7 ++-----
 logsrvd/tls_client.c         |   2 +-
 logsrvd/tls_init.c           |   2 +-
 plugins/sudoers/log_client.c |   2 +-
 7 files changed, 12 insertions(+), 24 deletions(-)



More information about the sudo-commits mailing list