]> git.sur5r.net Git - openldap/commit
Add callbacks for client TLS connection establishment:
authorHoward Chu <hyc@openldap.org>
Tue, 23 Nov 2004 03:48:09 +0000 (03:48 +0000)
committerHoward Chu <hyc@openldap.org>
Tue, 23 Nov 2004 03:48:09 +0000 (03:48 +0000)
commitae592801aa289c953bae3458c0881a815fd58443
tree2c81a4e0356bf7d5f9012079b1c91b2fb7d9d853
parent99ee94a3de0c299ae243966f03dffbb30c2a25e5
Add callbacks for client TLS connection establishment:
LDAP_OPT_X_TLS_CONNECT_CB and LDAP_OPT_X_TLS_CONNECT_ARG
with int (LDAP_TLS_CONNECT_CB) (LDAP *ld, SSL *ssl, SSL_CTX *ctx, void *arg)
To be called whenever the client library allocates a new SSL* handle.
include/ldap.h
include/ldap_pvt.h
libraries/libldap/ldap-int.h
libraries/libldap/tls.c