aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2018-08-29 22:15:49 -0400
committerPaul Kehrer <paul.l.kehrer@gmail.com>2018-08-29 22:15:49 -0400
commit653470628b6bba2fc5d038b3b811d02c87eca340 (patch)
tree3090f622b1c973ab1a8e14e26ffbd6b2b2047d87 /docs
parent712797254ecdd8f6531625bd18d4224c2f9fd135 (diff)
downloadcryptography-653470628b6bba2fc5d038b3b811d02c87eca340.tar.gz
cryptography-653470628b6bba2fc5d038b3b811d02c87eca340.tar.bz2
cryptography-653470628b6bba2fc5d038b3b811d02c87eca340.zip
Remove several very old FAQ entries (#4423)
Diffstat (limited to 'docs')
-rw-r--r--docs/faq.rst12
1 files changed, 1 insertions, 11 deletions
diff --git a/docs/faq.rst b/docs/faq.rst
index 4ab518e4..e28f4c40 100644
--- a/docs/faq.rst
+++ b/docs/faq.rst
@@ -55,11 +55,6 @@ If you are using PyPy, we do not currently ship ``cryptography`` wheels for
PyPy. You will need to install your own copy of OpenSSL -- we recommend using
Homebrew.
-Starting ``cryptography`` using ``mod_wsgi`` produces an ``InternalError`` during a call in ``_register_osrandom_engine``
--------------------------------------------------------------------------------------------------------------------------
-
-Upgrade to the latest ``cryptography`` and this issue should be resolved.
-
``cryptography`` raised an ``InternalError`` and I'm not sure what to do?
-------------------------------------------------------------------------
@@ -70,11 +65,6 @@ If you have no other libraries using OpenSSL in your process, or they do not
appear to be at fault, it's possible that this is a bug in ``cryptography``.
Please file an `issue`_ with instructions on how to reproduce it.
-Installing ``cryptography`` fails with ``ImportError: No module named setuptools_ext``
---------------------------------------------------------------------------------------
-
-Your ``cffi`` package is out of date. ``pip install -U cffi`` to update it.
-
error: ``-Werror=sign-conversion``: No option ``-Wsign-conversion`` during installation
---------------------------------------------------------------------------------------
@@ -97,7 +87,7 @@ Installing cryptography with OpenSSL 0.9.8 or 1.0.0 fails
The OpenSSL project has dropped support for the 0.9.8 and 1.0.0 release series.
Since they are no longer receiving security patches from upstream,
``cryptography`` is also dropping support for them. To fix this issue you
-should upgrade to a newer version of OpenSSL (1.0.1 or later). This may require
+should upgrade to a newer version of OpenSSL (1.0.2 or later). This may require
you to upgrade to a newer operating system.
.. _`NaCl`: https://nacl.cr.yp.to/