Issue 8746 - Add ldap_pvt_tls_connect()
Summary: Add ldap_pvt_tls_connect()
Status: VERIFIED FIXED
Alias: None
Product: OpenLDAP
Classification: Unclassified
Component: slapd (show other issues)
Version: unspecified
Hardware: All All
: --- enhancement
Target Milestone: 2.5.0
Assignee: OpenLDAP project
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-09-28 10:28 UTC by Ondřej Kuzník
Modified: 2020-10-14 21:12 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description Ondřej Kuzník 2017-09-28 10:28:18 UTC
Full_Name: Ondrej Kuznik
Version: master
OS: 
URL: ftp://ftp.openldap.org/incoming/Ondrej-Kuznik-20170928-ldap_pvt_tls_connect.patch
Submission from: (NULL) (82.10.24.68)


There is no way to reuse the libldap implementation to set up a client TLS layer
on a Sockbuf. This exposes ldap_int_tls_connect through ldap_pvt.h as
ldap_pvt_tls_connect.

Needless to say, skipping the full libldap infrastructure means it is up to the
user to do certificate verification etc. when using this API.
Comment 1 OpenLDAP project 2018-11-01 18:12:59 UTC
Added to master
Comment 2 Quanah Gibson-Mount 2018-11-01 18:12:59 UTC
changed notes
changed state Open to Test
moved from Incoming to Software Enhancements