From 653470628b6bba2fc5d038b3b811d02c87eca340 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Wed, 29 Aug 2018 22:15:49 -0400 Subject: Remove several very old FAQ entries (#4423) --- docs/faq.rst | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) (limited to 'docs') 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/ -- cgit v1.2.3