]> git.sur5r.net Git - openldap/commit
In ldap_pvt_tls_init() treat subsequent invocations as no-ops, not error.
authorHoward Chu <hyc@openldap.org>
Sat, 15 Jan 2000 19:03:16 +0000 (19:03 +0000)
committerHoward Chu <hyc@openldap.org>
Sat, 15 Jan 2000 19:03:16 +0000 (19:03 +0000)
commit80f85e972d45c88c6b7eb96313e3812ab73e7298
treef431c10270b44cb8bd5373d8c9806353f56d865c
parent0b15c19cdf81f3403e35458d8addb7f7a4377d76
In ldap_pvt_tls_init() treat subsequent invocations as no-ops, not error.
In tls_verify_cb() use CRYPTO_free instead of free (necessary on NT due to
use of different heaps).
Changed update_flags to use SSL_get_error() to check success/status. This
fixes the problem of sb->sb_trans_needs_read getting set on dead sockets.
libraries/libldap/tls.c