aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-10-15 14:42:11 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-10-15 14:42:11 +0000
commitc6a0bb99af812394c38d29ce22fe92918908a7eb (patch)
tree76f33ed61ee413443603d6804bf90faedb81fd85 /lib
parent622984de640cfe159ebc9d5c929e1389b04ecbc5 (diff)
bad license situation for the altname patch
Diffstat (limited to 'lib')
-rw-r--r--lib/ssluse.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/ssluse.c b/lib/ssluse.c
index 4edb72072..049538ae1 100644
--- a/lib/ssluse.c
+++ b/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];