Quanah Gibson-Mount pushed to branch OPENLDAP_REL_ENG_2_6 at openldap / OpenLDAP
Commits: cd2a914b by orbea at 2023-05-16T16:22:48+00:00 ITS#10039 Test for SSL_CTX_set_ciphersuites()
When configuring OpenLDAP using --with-tls=openssl with LibreSSL the configure will fail to detect SSL_export_keyring_material_early() since LibreSSL doesn't support this function yet. However OpenLDAP doesn't actually use this function and only checks for it to ensure a modern OpenSSL API is used. This can be easily solved by checking for an equivalent modern OpenSSL function which both LibreSSL and OpenSSL both support such as SSL_CTX_set_ciphersuites(). Doing this allows the build and tests to succeed with modern LibreSSL versions. This was tested with LibreSSL >= 3.6.
Bug: https://bugs.openldap.org/show_bug.cgi?id=10039
- - - - - fd533a5e by Quanah Gibson-Mount at 2023-05-16T16:54:34+00:00 ITS#10039 - Regenerate configure
- - - - - 94bfd291 by Quanah Gibson-Mount at 2023-05-16T16:54:42+00:00 ITS#10039
- - - - -
3 changed files:
- CHANGES - configure - configure.ac
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/0fc5775c2c3f6e1ca5c4320...