Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Doc/reference/ldap.rst
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ TLS options
.. py:data:: OPT_X_TLS_REQUIRE_SAN

get/set how OpenLDAP validates subject alternative name extension,
available in OpenSSL 2.4.52 and newer.
available in OpenLDAP 2.4.52 and newer.

:py:const:`OPT_X_TLS_NEVER`
Don't check SAN
Expand Down Expand Up @@ -422,7 +422,7 @@ TLS options
.. py:data:: OPT_X_TLS_PROTOCOL_MAX

get/set maximum protocol version (wire protocol version as int),
available in OpenSSL 2.5 and newer.
available in OpenLDAP 2.5 and newer.

.. versionadded:: 3.4.1

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ license_file = LICENCE

# These defines needs OpenLDAP built with
# ./configure --with-cyrus-sasl --with-tls
defines = HAVE_SASL HAVE_TLS HAVE_LIBLDAP_R
defines = HAVE_SASL HAVE_TLS

extra_compile_args =
extra_objects =
Expand Down