[sudo-commits] sudo changeset 14951:9456c3c5c91c

Todd C. Miller Todd.Miller at sudo.ws
Sat Aug 5 16:55:14 MDT 2023


changeset:	14951:9456c3c5c91c in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/9456c3c5c91c
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Sat Aug 05 10:38:02 2023 -0600

Log Message:
	Add implementation of SSL_read_ex/SSL_write_ex for those without.

diffstat:

 MANIFEST                     |    3 +
 Makefile.in                  |    7 +-
 configure                    |   45 ++++++++-
 configure.ac                 |    3 +-
 include/sudo_ssl_compat.h    |   31 +++++++
 lib/ssl_compat/Makefile.in   |  189 +++++++++++++++++++++++++++++++++++++++++++
 lib/ssl_compat/ssl_compat.c  |   56 ++++++++++++
 logsrvd/Makefile.in          |  138 +++++++++++++++++--------------
 logsrvd/tls_common.h         |    1 +
 m4/openssl.m4                |   15 +++-
 plugins/sudoers/Makefile.in  |   64 ++++++++------
 plugins/sudoers/log_client.h |    1 +
 src/Makefile.in              |    4 +-
 13 files changed, 453 insertions(+), 104 deletions(-)



More information about the sudo-commits mailing list