Description of problem: Currently, OpenLDAP hardcodes minimal TLS protocol versions enabled by default. Instead, due to security evolving, it should use what cryptographic library considers secure, by default. Version-Release number of selected component (if applicable): openldap-2.4.44-9.fc25 How reproducible: always Actual results: OpenLDAP has hardcoded defaults (enables SSLv3 and higher). Expected results: OpenLDAP uses results of SSL_VersionRangeGetDefault() to set TLS_PROTOCOL_MIN when this is not configured explicitly.
This bug affects us no longer as we switched to OpenSSL in Fedora rawhide (bug 1400570). Closing as WONTFIX.