A ref change was pushed to the OpenLDAP (openldap.git) repository. It will be available in the public mirror shortly.
The branch, master has been updated via d944920fd39f78d90995484e3721db5c350bd240 (commit) from 7ee3dee647f198ec96c6100e66f9fcd9cd428006 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit d944920fd39f78d90995484e3721db5c350bd240 Author: Rich Megginson rmeggins@redhat.com Date: Wed Jun 29 10:47:10 2011 -0600
ITS#6980 free the result of SSL_PeerCertificate
In tlsm_auth_cert_handler, we get the peer's cert from the socket using SSL_PeerCertificate. This value is allocated and/or cached. We must destroy it using CERT_DestroyCertificate.
-----------------------------------------------------------------------
Summary of changes: libraries/libldap/tls_m.c | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-)