Skip to content
Snippets Groups Projects

ITS#10039 Test for SSL_CTX_set_ciphersuites()

Merged orbea - requested to merge orbea/openldap:libressl into master

This is the new version of the previously closed MR !612 (closed) which I am reopening as explained in the bug tracker.

https://bugs.openldap.org/show_bug.cgi?id=10039#c7

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

Merge request reports

Merged results pipeline #4954 passed

Merged results pipeline passed for c0116f4e

Merged by Quanah Gibson-MountQuanah Gibson-Mount 1 year ago (May 15, 2023 7:52pm UTC)

Loading

Pipeline #4957 passed

Pipeline passed for cb73e60a on master

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading