Hi,
Would the cryptography dev team be accepting of a patch that added binding
support for the OpenSSL FIPS_mode, FIPS_mode_set, and FIPS_selftest
functions? Reading Alex's thoughts on the matter (
https://bugs.python.org/issue27592#msg271008), my guess is "probably not."
Assuming that a patch w
Hi
I am getting an error when running a script in production.
Here are the details.
# Session Timeout Enabled on linux
/usr/lib64/python2.6/site-packages/cryptography/__init__.py:26:
DeprecationWarning: Python 2.6 is no longer supported by the Python core team,
please upgrade your Python. A f
The error you’re referencing is a user warning and not an error from
cryptography at all. It only exists to notify users of Python 2.6 that support
will be dropped at some point in the future and that they should stop using
such an old Python.
The actual error appears to be related to the “cohe
As you noted, I have a disdain for FIPS-140. Familiarity breeds contempt.
That said, I'm ok with landing just the bindings.
Alex
On Mon, Sep 25, 2017 at 11:54 AM, Scott Sturdivant <
[email protected]> wrote:
> Hi,
>
> Would the cryptography dev team be accepting of a patch that added b