diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2021-12-05 15:48:25 +0100 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2021-12-05 18:56:55 +0100 |
commit | c4419bdd2557321b268f6e105d511923b9a35936 (patch) | |
tree | a1e1353e613ac8ecbc2f80976d5f36ef9919ae12 /INSTALL | |
parent | ad96f3ef1136aa4a201a5dffceb2b005be4b7011 (diff) | |
download | fetchmail-c4419bdd2557321b268f6e105d511923b9a35936.tar.gz fetchmail-c4419bdd2557321b268f6e105d511923b9a35936.tar.bz2 fetchmail-c4419bdd2557321b268f6e105d511923b9a35936.zip |
Permit LibreSSL on OpenBSD.
On OpenBSD, libressl is "normally distributed (in either source or
binary form) with the major components (compiler, kernel, and so on) of
the operating system on which the executable runs" according to Stuart
Henderson, so according to the GNU GPL v2 clause 3, we can permit
LibreSSL for OpenBSD.
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -25,7 +25,8 @@ See README.SSL for details. Forked libraries deriving from OpenSSL and under the SSLeay or OpenSSL license cannot be used due to licensing issues, and are not supported. -This affects, f.i., LibreSSL. +This affects, f.i., LibreSSL, unless it is part of the operating system +(f. i., on OpenBSD). Since 6.4.25, there is experimental support for wolfSSL 5.0.0 or newer, which is under GNU GPL v2 or later license and hence may be easier for |