mirror of
https://github.com/curl/curl.git
synced 2026-06-02 00:54:15 +03:00
bad license situation for the altname patch
This commit is contained in:
parent
622984de64
commit
c6a0bb99af
1 changed files with 10 additions and 0 deletions
10
lib/ssluse.c
10
lib/ssluse.c
|
|
@ -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];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue