Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Joe Martin
OpenLDAP
Commits
d49db4be
Commit
d49db4be
authored
Feb 12, 2008
by
Quanah Gibson-Mount
Browse files
ITS#5341
parent
71aac348
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
d49db4be
...
...
@@ -10,6 +10,7 @@ OpenLDAP 2.4.8 Engineering
Fixed libldap search timeout crash (ITS#5291)
Fixed libldap paged results crash (ITS#5315)
Fixed libldap use of %n (ITS#5324)
Fixed libldap cipher suite with GnuTLS (ITS#5341)
Fixed ldapdelete with sizelimit (ITS#5294)
Fixed ldapdelete with subentries control (ITS#5293)
Fixed slapd support for 2.1 CSN (ITS#5348)
...
...
libraries/libldap/tls.c
View file @
d49db4be
...
...
@@ -307,6 +307,7 @@ tls_parse_ciphers( tls_ctx *ctx, char *suites )
/* unrecognized cipher suite */
return
-
1
;
}
ptr
+=
len
+
1
;
}
while
(
end
);
/* Space for all 3 lists */
...
...
@@ -348,6 +349,7 @@ tls_parse_ciphers( tls_ctx *ctx, char *suites )
break
;
}
}
ptr
+=
len
+
1
;
}
while
(
end
);
kx
[
nkx
]
=
0
;
cipher
[
ncipher
]
=
0
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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