A ref change was pushed to the OpenLDAP (openldap.git) repository. It will be available in the public mirror shortly.
The branch, OPENLDAP_REL_ENG_2_4 has been updated via 22ee28752e3e0d2a6910a22922fc69befd78578a (commit) via b19e999e655a5f7a1d1d5f5f3a6e278a1f353863 (commit) via 702dc4554b1f834936918005097341f07d3fb15a (commit) from 1b969c04fa7cec695fd9f4947de77603cf945678 (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 22ee28752e3e0d2a6910a22922fc69befd78578a Author: Quanah Gibson-Mount quanah@openldap.org Date: Thu Jan 26 11:34:28 2012 -0800
ITS#7135, ITS#7136
commit b19e999e655a5f7a1d1d5f5f3a6e278a1f353863 Author: Jan Vcelak jvcelak@redhat.com Date: Wed Jan 25 16:19:45 2012 +0100
ITS#7136 MozNSS: store TLS params until the deferred initialization is finished
Deferred TLS initialization is used with Mozilla NSS. The real initialization takes place when the TLS context is needed for the first time. If the initialization parameters were freed immediately after tlsm_ctx_init was called, they were not available at the time of deferred initialization which caused segmentation fault.
With this patch, initialization parameters are copied and stored until the deferred initialization is finished. The parameters are freed afterwards.
Red Hat Bugzilla: #783431
commit 702dc4554b1f834936918005097341f07d3fb15a Author: Jan Vcelak jvcelak@redhat.com Date: Tue Jan 10 10:11:45 2012 +0100
ITS#7135 MozNSS, PEM: fix segfault when TLS certificate key is not set
Red Hat Bugzilla: #772890
-----------------------------------------------------------------------
Summary of changes: CHANGES | 2 + libraries/libldap/tls_m.c | 76 ++++++++++++++++++++++++++++++++++++++++++-- 2 files changed, 74 insertions(+), 4 deletions(-)