Страница 1 из 1

am I allowed to redistribute open sll binaries ?

Добавлено: 17 апр 2013, 05:36
dima
If some product using OpenSSL libraries (linked or dynamically loads), for Windows setup.exe I want to include OpenSSL dlls into installer.
Is it legal to redistribute OpenSSL dlls ?

P.S. I just want to get simple Yes/No answer. Googled it,looks like people doing that but from official site it's still not clear for me if it's legal.

Re: am I allowed to redistribute open sll binaries ?

Добавлено: 17 апр 2013, 08:08
Marmot
dima писал(а):If some product using OpenSSL libraries (linked or dynamically loads), for Windows setup.exe I want to include OpenSSL dlls into installer.
Is it legal to redistribute OpenSSL dlls ?

P.S. I just want to get simple Yes/No answer. Googled it,looks like people doing that but from official site it's still not clear for me if it's legal.
yes

http://www.openssl.org/source/license.html

Re: am I allowed to redistribute open sll binaries ?

Добавлено: 17 апр 2013, 08:17
dima
thank you !