]> granicus.if.org Git - curl/commitdiff
bad license situation for the altname patch
authorDaniel Stenberg <daniel@haxx.se>
Wed, 15 Oct 2003 14:42:11 +0000 (14:42 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 15 Oct 2003 14:42:11 +0000 (14:42 +0000)
lib/ssluse.c

index 4edb72072c3c158fe7fc5aab80f1b28dcec5b075..049538ae19ec168c15555b63ee8cebe40319023d 100644 (file)
@@ -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];