[sudo-commits] sudo changeset 11934:06d478442971

Todd C. Miller Todd.Miller at sudo.ws
Fri Nov 15 13:20:52 MST 2019


changeset:	11934:06d478442971 in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/06d478442971
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Fri Nov 15 13:19:28 2019 -0700

Log Message:
	LibreSSL and older OpenSSL don't support SSL_CTX_set_ciphersuites().
	Add a configure test and skip TLS 1.3 setup if it is missing.
	We still accept the tls_ciphers13 config setting but it will be ignored.

diffstat:

 INSTALL             |  13 +++++++------
 config.h.in         |   3 +++
 configure           |  50 ++++++++++++++++++++++++++++++++++++++++++++++----
 configure.ac        |  13 ++++++++++---
 logsrvd/Makefile.in |   8 +++-----
 logsrvd/logsrvd.c   |   4 +++-
 6 files changed, 72 insertions(+), 19 deletions(-)


More information about the sudo-commits mailing list