[1/2] bcrypt: Add support for SHA hashes on Linux using Nettle.

Nikolay Sivov bunglehead at gmail.com
Mon Jan 11 06:12:40 CST 2016


On 11.01.2016 14:47, Damjan Jovanovic wrote:
> Hi
> 
> I don't believe it's possible to use Nettle in Wine right now, due to its
> copyright license:
> 
> "Nettle is dual licenced under the GNU General Public License version 2 or
> later, and the GNU Lesser General Public License version 3 or later. When
> using Nettle, you must comply fully with all conditions of at least one of
> these licenses." (
> http://www.lysator.liu.se/~nisse/nettle/nettle.html#Copyright)
> 
> Wine is only LGPLv2+, which isn't compatible with either.
> 
> Besides, why not GnuTLS or Mozilla's NSS?
> 
> Regards
> Damjan
> 

As far as I can see from quick look at gnutls repo, it's statically
linked with nettle, and is LGPLv2.1+ at the same time. Does it mean they
are incompatible too?




More information about the wine-devel mailing list