Annuaire LDAP
Find a file
orbea cb73e60a49 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
2023-05-15 19:17:51 +00:00
build ITS#9989 Keep .pc files on «make clean» 2023-02-15 18:50:28 +00:00
clients ITS#10036 support IPv6 addresses in session tracking control 2023-04-24 18:50:38 +00:00
contrib ITS#10046 Update manpage 2023-05-15 16:31:32 +00:00
doc ITS#10033 - Remove references to back-bdb/hdb cachesize parameter 2023-04-28 14:00:30 +00:00
include ITS#9045 rlock only if there may be other threads 2023-01-23 11:53:36 +00:00
libraries ITS#10053 Remove irrelevant dependency and file 2023-05-15 13:26:49 +01:00
servers ITS#10047 back-mdb: fix indexer resume on slapd restart 2023-05-15 17:55:46 +00:00
tests ITS#10014: Add TLS handle using MbedTLS 2023-03-31 05:19:30 +00:00
.gitattributes ITS#8872 - configure.in to configure.ac 2021-04-09 21:01:10 +00:00
.gitignore Update .gitignore for 2.5 and later 2022-06-30 19:38:14 +00:00
.gitlab-ci.yml ITS#10014: Add TLS handle using MbedTLS 2023-03-31 05:19:30 +00:00
aclocal.m4 ITS#8707 -- Regenerate configure 2021-04-21 01:30:29 +00:00
configure ITS#10011 -- Regenerate configure 2023-02-15 18:35:50 +00:00
configure.ac ITS#10039 Test for SSL_CTX_set_ciphersuites() 2023-05-15 19:17:51 +00:00
COPYRIGHT Happy New Year! 2022-01-07 18:40:00 +00:00
INSTALL Happy New Year! 2022-01-07 18:40:00 +00:00
LICENSE Fix typos 2003-11-24 19:42:08 +00:00
Makefile.in ITS#9989 Keep .pc files on «make clean» 2023-02-15 18:50:28 +00:00
README Happy New Year! 2022-01-07 18:40:00 +00:00

OpenLDAP Devel README
	This software was obtained from a development branch of the
	OpenLDAP Software Repository.  This copy is likely already
	not current, the development branch changes frequently.  These
	changes include code implementing experimental features and
	unproven bug fixes.  Please do NOT redistribute copies of the
	development branch.

	The OpenLDAP Developer's FAQ is available at:
		<http://www.openldap.org/faq/index.cgi?file=4>

	Client developers seeking a suitable development platform
	should use "release" or "stable" versions.
		<http://www.openldap.org/software/>

Contributing
	See <http://www.openldap.org/devel/contributing.html> for how to
	contribute code or documentation to OpenLDAP.  Use the Issue Tracking
	System <http://www.openldap.org/its/> to submit contributions.
	While you are encouraged to coordinate and discuss the development
	activities on the openldap-devel@openldap.org mailing list prior
	to submission, it is noted that contributions must be submitted
	using the Issue Tracking System to be considered.

---
$OpenLDAP$

This work is part of OpenLDAP Software <http://www.openldap.org/>.

Copyright 1998-2022 The OpenLDAP Foundation.
All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted only as authorized by the OpenLDAP
Public License.

A copy of this license is available in the file LICENSE in the
top-level directory of the distribution or, alternatively, at
<http://www.OpenLDAP.org/license.html>.

OpenLDAP is a registered trademark of the OpenLDAP Foundation.