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
7663ef44
Commit
7663ef44
authored
Dec 05, 2008
by
Quanah Gibson-Mount
Browse files
ITS#5849
parent
e0f640fb
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
7663ef44
OpenLDAP 2.4 Change Log
OpenLDAP 2.4.14 Engineering
Fixed libldap peer cert memory leak (ITS#5849)
Fixed libldap_r deref building (ITS#5768)
Fixed slapd syncrepl rename handling (ITS#5809)
Build Environment
...
...
libraries/libldap/tls.c
View file @
7663ef44
...
...
@@ -1735,6 +1735,7 @@ tls_get_cert_dn( tls_session *session, struct berval *dnbv )
xn
=
X509_get_subject_name
(
x
);
dnbv
->
bv_len
=
i2d_X509_NAME
(
xn
,
NULL
);
dnbv
->
bv_val
=
xn
->
bytes
->
data
;
X509_free
(
x
);
return
0
;
}
#endif
/* HAVE_GNUTLS */
...
...
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