Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Joe Martin
OpenLDAP
Commits
25be1d9b
Commit
25be1d9b
authored
Jul 10, 2008
by
Quanah Gibson-Mount
Browse files
ITS#5577
parent
4dafbe5c
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
25be1d9b
...
...
@@ -2,6 +2,7 @@ OpenLDAP 2.4 Change Log
OpenLDAP 2.4.11 Engineering
Added libldap assertion control (ITS#5560)
Fixed libldap GnuTLS CRL result handling (ITS#5577)
Fixed slapd crash with no listeners (ITS#5563)
Fixed slapd sets memory leak (ITS#5557)
Fixed slapd-sock, back-shell buffer count (ITS#5558)
...
...
libraries/libldap/tls.c
View file @
25be1d9b
...
...
@@ -755,6 +755,7 @@ ldap_int_tls_init_ctx( struct ldapoptions *lo, int is_server )
crlfile
,
GNUTLS_X509_FMT_PEM
);
if
(
rc
<
0
)
goto
error_exit
;
rc
=
0
;
}
if
(
is_server
)
{
gnutls_dh_params_init
(
&
((
tls_ctx
*
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment