This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients daniel.urban, debatem1, dmalcolm, eric.araujo, exarkun, gdamjan, giampaolo.rodola, gregory.p.smith, heikki, jsamuel, lemburg, loewis, lorph, mcrute, pitrou
Date 2010-09-17.22:49:51
SpamBayes Score 8.342721e-08
Marked as misclassified No
Message-id <1284763787.27980.4.camel@localhost.localdomain>
In-reply-to <1284762879.25.0.12705394816.issue8998@psf.upfronthosting.co.za>
Content
> May I recommend using libtomcrypt instead of openssl because of the
> advertising problem outlined here?

Changing libraries because of an "advertising problem" doesn't sound
reasonable. The latter is much more easily solved than the former.

Besides, libtomcrypt doesn't seem to provide SSL or TLS support (at
least the Web page you linked to doesn't say so), so OpenSSL would still
be needed for the ssl module.
History
Date User Action Args
2010-09-17 22:49:54pitrousetrecipients: + pitrou, lemburg, loewis, gregory.p.smith, exarkun, giampaolo.rodola, gdamjan, lorph, heikki, eric.araujo, debatem1, dmalcolm, daniel.urban, mcrute, jsamuel
2010-09-17 22:49:51pitroulinkissue8998 messages
2010-09-17 22:49:51pitroucreate