Skip to content
Snippets Groups Projects
Commit c6a0bb99 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

bad license situation for the altname patch

parent 622984de
No related branches found
No related tags found
No related merge requests found
......@@ -744,6 +744,16 @@ cert_hostcheck(const char *certname, const char *hostname)
return 0;
}
/* this subjectAltName patch is code originating from OpenLDAP, which uses
a license as described here:
http://www.openldap.org/software/release/license.html
It is not GPL-compatible, so we cannot have this situation in a release-
version of libcurl.
This needs to be addressed!
*/
static CURLcode verifyhost(struct connectdata *conn)
{
char peer_CN[257];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment