Quanah Gibson-Mount pushed to branch OPENLDAP_REL_ENG_2_6 at openldap / OpenLDAP
Commits: 5645e370 by Ondřej Kuzník at 2024-11-12T17:55:56+00:00 ITS#8047 Fix TLS connection timeout handling
The test for async in ldap_int_tls_start was inverted, we already support calling ldap_int_tls_connect repeatedly. And so long as LBER_SB_OPT_NEEDS_* are managed correctly, the application should be able to do the right thing.
Might require a new result code rather than reporposing LDAP_X_CONNECTING for this.
- - - - - 534c1387 by Quanah Gibson-Mount at 2024-11-12T17:56:19+00:00 ITS#8047
- - - - -
3 changed files:
- CHANGES - libraries/libldap/ldap-int.h - libraries/libldap/tls2.c
View it on GitLab: https://git.openldap.org/openldap/openldap/-/compare/667db7bef876465e58ef9c3...