]> git.sur5r.net Git - openldap/commit
move TLS ctx to lconn struct in prep for supporting TLS with referrals
authorKurt Zeilenga <kurt@openldap.org>
Mon, 25 Jun 2001 07:33:42 +0000 (07:33 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Mon, 25 Jun 2001 07:33:42 +0000 (07:33 +0000)
commitc4f5497ac62e309b3aecf08897908d4f955351f5
treeb8232d33dc6e666e10726ee57c3ec48d130ee19b
parent1aa97d5f87981a4f113f28d0852f2ab130c4e2f7
move TLS ctx to lconn struct in prep for supporting TLS with referrals
need to rework cert check to use per lconn host name
12 files changed:
include/ldap.h
include/ldap_pvt.h
libraries/libldap/cyrus.c
libraries/libldap/init.c
libraries/libldap/ldap-int.h
libraries/libldap/open.c
libraries/libldap/options.c
libraries/libldap/os-ip.c
libraries/libldap/request.c
libraries/libldap/tls.c
libraries/libldap/unbind.c
servers/slapd/starttls.c