This document describes the changes made to the Eldap application.
Removed {verify,0} from ssl-options because eldap does not support peer verification. Thanks to Florian Waas for reporting.
Own Id: OTP-11354
The ldap client eldap now supports the start_tls operation. This upgrades an existing tcp connection to encryption using tls, if the server supports it. See eldap:start_tls/2 and /3.
Own Id: OTP-11336
Fixed various dialyzer warnings
Own Id: OTP-10403 Aux Id: kunagi-258 [169]
Configure the SSL options fully in eldap.
Own Id: OTP-10728
New application.