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 8e9af53fb608f63e4d1e44fa08d9ea25525dc99d (commit) from da210f40e1c0c7761cb392c0772357bbc4a96cb8 (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 8e9af53fb608f63e4d1e44fa08d9ea25525dc99d Author: Rich Megginson rmeggins@redhat.com Date: Tue Sep 6 12:59:26 2011 -0600
ITS#7034 use mutex for connection handshake when using PEM nss
PEM nss is not thread safe when establishing the initial connection using SSL_ForceHandshake. Create a new mutex - tlsm_pem_mutex - to protect this function call. The call to SSL_ConfigServerSessionIDCache() is not thread-safe - move it to the init section and protect it with the init mutex.
-----------------------------------------------------------------------
Summary of changes: libraries/libldap/tls_m.c | 30 ++++++++++++++++++++++++------ 1 files changed, 24 insertions(+), 6 deletions(-)