New submission from Dov Feldstern <dfeldst...@nds.com>:

Python has its own implementations of various hash functions, that can be used 
as fallbacks when openssl is not available. However, if openssl *is* available 
at build time, then these fallbacks don't get built.

It would be nice if they would get built even if openssl *was* found at build 
time:

  (1) for (perceived?) licensing issues, one might choose to run without 
linking with openssl (see 
http://mail.python.org/pipermail/python-dev/2011-March/109053.html; that 
message requests that a bug be opened about this, but I wasn't able to find it?)

  (2) for "portable" builds: build onto portable or shared storage, and run on 
multiple machines, even if openssl happens not to be available on some of the 
machines.

----------
components: Build
messages: 159606
nosy: dov
priority: normal
severity: normal
status: open
title: hashlib fallback modules should be built even if openssl *is* available 
at build time
versions: Python 2.7

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue14693>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to