fix: less influence between individual TLS contexts

Resolves: #795763 (and possibly others)
This commit is contained in:
Jan Vcelak 2012-06-27 14:39:32 +02:00
parent 397ce0c946
commit 50ed49760b
2 changed files with 1034 additions and 0 deletions

File diff suppressed because it is too large Load Diff

View File

@ -45,6 +45,7 @@ Patch13: openldap-nss-dont-overwrite-verify-cert-error.patch
Patch14: openldap-nss-clean-memory-for-token-pin.patch
Patch15: openldap-cve-nss-cipher-suite-ignored.patch
Patch16: openldap-nss-default-cipher-suite-always-selected.patch
Patch17: openldap-nss-multiple-tls-contexts.patch
# Fedora specific patches
Patch100: openldap-fedora-systemd.patch
@ -157,6 +158,7 @@ pushd openldap-%{version}
%patch14 -p1
%patch15 -p1
%patch16 -p1
%patch17 -p1
%patch100 -p1
@ -676,6 +678,9 @@ exit 0
- CVE-2012-2668: cipher suite selection by name can be ignored (#825875)
- fix: slapd fails to start on reboot (#829272)
- fix: default cipher suite is always selected (#828790)
- fix: less influence between individual TLS contexts:
- replication with TLS does not work (#795763)
- possibly others
* Fri May 18 2012 Jan Vcelak <jvcelak@redhat.com> 2.4.31-2
- fix: nss-tools package is required by the base package, not the server subpackage