]> git.sur5r.net Git - openldap/commit
Modular TLS support, proof of concept. tls2.c would replace tls.c,
authorHoward Chu <hyc@openldap.org>
Wed, 13 Aug 2008 16:18:51 +0000 (16:18 +0000)
committerHoward Chu <hyc@openldap.org>
Wed, 13 Aug 2008 16:18:51 +0000 (16:18 +0000)
commita225b02f17fe79f6680d5d31db37320981e24774
tree3d548822d44acfdcdacf9e646c76af26bf633d5f
parentc97ef0a708304ad49f61dabe8d9999782a6af55f
Modular TLS support, proof of concept. tls2.c would replace tls.c,
but I'm leaving tls.c intact for now.
libraries/libldap/ldap-int.h
libraries/libldap/ldap-tls.h [new file with mode: 0644]
libraries/libldap/tls2.c [new file with mode: 0644]
libraries/libldap/tls_g.c [new file with mode: 0644]
libraries/libldap/tls_m.c [new file with mode: 0644]
libraries/libldap/tls_o.c [new file with mode: 0644]