9 Dec
2020
9 Dec
'20
12:35 p.m.
On Dec 9, 2020, at 12:24 PM, Michael Ströder via Freeradius-Users <freeradius-users@lists.freeradius.org> wrote:
How about TLSv1.3?
It should work.
You're using the integer constants from ldap.h which is fine up to TLSv1.2. But there's no such constant for TLSv1.3 in ldap.h.
Yeah. I suspect even if we added it, libldap would complain.
But OpenLDAP server already supports TLSv1.3:
openssl s_client -connect demo.ae-dir.com:636
I've submitted ITS#9422 [1] and we will see what OpenLDAP devs say.
Thanks. Alan DeKok.