A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://mail.python.org/pipermail/python-dev/2006-August/068055.html below:

[Python-Dev] openSSL and windows binaries

[Python-Dev] openSSL and windows binaries - license [Python-Dev] openSSL and windows binaries - licenseJim Jewett jimjjewett at gmail.com
Tue Aug 8 19:09:47 CEST 2006
The OpenSSL library implements some algorithms that are patented.  The
source code should be fine to (re)distribute, but but there may be a
slight legal risk with distributing a binary.

Note that http://www.openssl.org/support/faq.html#LEGAL1 says that we
can avoid building the problem sections with

    ./config no-idea no-mdc2 no-rc5

As best I could tell from

(search for %disabled in)
    http://svn.python.org/view/external/openssl-0.9.8a/Configure
(or search for OPTIONS in)
    http://svn.python.org/view/external/openssl-0.9.8a/Makefile

python just takes the OpenSSL defaults, which excludes RC5 and MDC2
but does build IDEA.  The documentation does not promise any of these
three, and it doesn't look like they're used internally or advertised,
but they are available if built.  It might be safer to explicitly
exclude IDEA from the binary distribution.

(Well, unless the PSF actually has an appropriate license, which is possible.

     http://svn.python.org/view/external/openssl-0.9.8a/README

says where to get them.)

-jJ
More information about the Python-Dev mailing list

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4