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 721a038b7bc9732f52eeef5324c180c4f137cd75 (commit) via cb7434eb4736062e65bc148a0c9c86c7b4e08d08 (commit) via b99e5eadda8118ffc1a7ee86158f689301a8728b (commit) via eacd5798a5d83e6658a823c01bcb0f600e3b9898 (commit) via aa6c4c5a7425d5fb21c5e3f10cb025fb930d79c8 (commit) via abbd9d843a63899527117a10834410eb12030346 (commit) via 8307edfbc5ab4557df5e0e31a389c6459c2679ce (commit) from d6a9f795e7fb7c427c9a6a62c0f33fb99d93166a (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 721a038b7bc9732f52eeef5324c180c4f137cd75 Author: Quanah Gibson-Mount quanah@openldap.org Date: Wed Feb 10 17:40:22 2016 -0600
ITS#7506
commit cb7434eb4736062e65bc148a0c9c86c7b4e08d08 Author: Howard Chu hyc@openldap.org Date: Sat Sep 7 06:50:30 2013 -0700
ITS#7506 more doc updates
commit b99e5eadda8118ffc1a7ee86158f689301a8728b Author: Ben Jencks ben@bjencks.net Date: Sun Jan 27 18:42:17 2013 -0500
ITS#7506 DHParamFile: Update docs
Update docs to reflect changes in handling and fix some errors.
commit eacd5798a5d83e6658a823c01bcb0f600e3b9898 Author: Howard Chu hyc@openldap.org Date: Sat Sep 7 06:39:53 2013 -0700
ITS#7506 fix prev commit
The patch unconditionally enabled DHparams, which is a significant change of behavior. Reverting to previous behavior, which only enables DH use if a DHparam file was configured.
commit aa6c4c5a7425d5fb21c5e3f10cb025fb930d79c8 Author: Ben Jencks ben@bjencks.net Date: Sun Jan 27 18:27:03 2013 -0500
ITS#7506 tls_o.c: Fix Diffie-Hellman parameter usage.
If a DHParamFile or olcDHParamFile is specified, then it will be used, otherwise a hardcoded 1024 bit parameter will be used. This allows the use of larger parameters; previously only 512 or 1024 bit parameters would ever be used.
commit abbd9d843a63899527117a10834410eb12030346 Author: Howard Chu hyc@openldap.org Date: Sat Sep 7 06:31:58 2013 -0700
ITS#7506 cleanup prev commit
commit 8307edfbc5ab4557df5e0e31a389c6459c2679ce Author: Ben Jencks ben@bjencks.net Date: Sun Jan 27 17:26:14 2013 -0500
ITS#7506 tls_g.c: Properly support DHParamFile.
If a DHParamFile or olcDHParamFile is specified then it will be loaded. This allows use of DHE/EDH cipher suites which was previously impossible with GnuTLS.
-----------------------------------------------------------------------
Summary of changes: CHANGES | 1 + doc/guide/admin/tls.sdf | 14 +++-- doc/man/man5/slapd-config.5 | 13 +++-- doc/man/man5/slapd.conf.5 | 15 +++-- libraries/libldap/tls_g.c | 26 +++++---- libraries/libldap/tls_o.c | 135 +++---------------------------------------- 6 files changed, 49 insertions(+), 155 deletions(-)