Skip to content

ITS#8047 Fix TLS connection timeout handling

Ondřej Kuzník requested to merge ondra/openldap:its8047 into master

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.

Merge request reports

Loading