https://bugs.openldap.org/show_bug.cgi?id=10149
Issue ID: 10149 Summary: [PATCH] Allow certificates and keys to be read from URIs. Product: OpenLDAP Version: unspecified Hardware: All OS: All Status: UNCONFIRMED Keywords: needs_review Severity: normal Priority: --- Component: libraries Assignee: bugs@openldap.org Reporter: minfrin@sharp.fm Target Milestone: ---
Add the LDAP_OPT_X_TLS_URIS and LDAP_OPT_X_TLS_CACERTURIS options to allow certificates and keys to be set using OpenSSL provider URIs.
The attached patch file is derived from OpenLDAP Software. All of the modifications to OpenLDAP Software represented in the following patch(es) were developed by Graham Leggett minfrin@sharp.fm. I have not assigned rights and/or interest in this work to any party.
The attached modifications to OpenLDAP Software are subject to the following notice: Copyright 2023 Graham Leggett Redistribution and use in source and binary forms, with or without modification, are permitted only as authorized by the OpenLDAP Public License.
https://bugs.openldap.org/show_bug.cgi?id=10149
--- Comment #1 from minfrin@sharp.fm minfrin@sharp.fm --- Created attachment 996 --> https://bugs.openldap.org/attachment.cgi?id=996&action=edit Allow certificates and keys to be read from URIs.
https://bugs.openldap.org/show_bug.cgi?id=10149
--- Comment #2 from minfrin@sharp.fm minfrin@sharp.fm --- Also visible here: https://github.com/openldap/openldap/pull/11
https://bugs.openldap.org/show_bug.cgi?id=10149
Quanah Gibson-Mount quanah@openldap.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords|needs_review | Target Milestone|--- |2.7.0
https://bugs.openldap.org/show_bug.cgi?id=10149
minfrin@sharp.fm minfrin@sharp.fm changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #996 is|0 |1 obsolete| |
--- Comment #3 from minfrin@sharp.fm minfrin@sharp.fm --- Created attachment 1000 --> https://bugs.openldap.org/attachment.cgi?id=1000&action=edit Allow certificates and keys to be read from URIs.
Man page updates with examples of uris.