mirror of
https://github.com/moparisthebest/curl
synced 2025-01-04 02:18:02 -05:00
yassl can be used now
This commit is contained in:
parent
af5e6e7e6d
commit
e5cf6a20a7
@ -23,6 +23,8 @@ This release includes the following bugfixes:
|
|||||||
|
|
||||||
Other curl-related news:
|
Other curl-related news:
|
||||||
|
|
||||||
|
o yassl 1.3.7 can now be used with libcurl as an optional TLS library for
|
||||||
|
HTTPS/FTPS support
|
||||||
o cURLpp 0.6.0 was released: http://rrette.com/curlpp.html
|
o cURLpp 0.6.0 was released: http://rrette.com/curlpp.html
|
||||||
o pycurl-7.15.4 was released: http://pycurl.sf.net
|
o pycurl-7.15.4 was released: http://pycurl.sf.net
|
||||||
|
|
||||||
|
@ -32,7 +32,8 @@ OpenSSL http://www.openssl.org/source/license.html
|
|||||||
are not allowed to ship binaries that link with OpenSSL that includes
|
are not allowed to ship binaries that link with OpenSSL that includes
|
||||||
GPL code (unless that specific GPL code includes an exception for
|
GPL code (unless that specific GPL code includes an exception for
|
||||||
OpenSSL - a habit that is growing more and more common). If OpenSSL's
|
OpenSSL - a habit that is growing more and more common). If OpenSSL's
|
||||||
licensing is a problem for you, consider using GnuTLS instead.
|
licensing is a problem for you, consider using GnuTLS or yassl
|
||||||
|
instead.
|
||||||
|
|
||||||
GnuTLS http://www.gnutls.org/
|
GnuTLS http://www.gnutls.org/
|
||||||
|
|
||||||
@ -41,6 +42,11 @@ GnuTLS http://www.gnutls.org/
|
|||||||
GnuTLS itself depends on and uses other libs (libgcrypt and
|
GnuTLS itself depends on and uses other libs (libgcrypt and
|
||||||
libgpg-error) and they too are LGPL- or GPL-licensed.
|
libgpg-error) and they too are LGPL- or GPL-licensed.
|
||||||
|
|
||||||
|
yassl http://www.yassl.com/
|
||||||
|
|
||||||
|
(May be used for SSL/TLS support) Uses the GPL[1] license. If this is
|
||||||
|
a problem for you, consider using OpenSSL or GnuTLS instead.
|
||||||
|
|
||||||
c-ares http://daniel.haxx.se/projects/c-ares/license.html
|
c-ares http://daniel.haxx.se/projects/c-ares/license.html
|
||||||
|
|
||||||
(Used for asynchronous name resolves) Uses an MIT license that is very
|
(Used for asynchronous name resolves) Uses an MIT license that is very
|
||||||
|
Loading…
Reference in New Issue
Block a user