https://bugs.openldap.org/show_bug.cgi?id=10403
--- Comment #6 from Howard Chu <[email protected]> --- going from a multivalued LDAP config attribute to a concatenated ';' delimited string is a bit clunky but I guess it works. The code in tls_o.c should just use ldap_str2charray to parse the string back out. I'm wondering if other TLS libraries will have analogous generic config functions that we can also use, i.e. whether this really needs to have an OpenSSL-specific name as well as being specific to that library. -- You are receiving this mail because: You are on the CC list for the issue.
