diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/installation.rst | 24 | ||||
| -rw-r--r-- | docs/spelling_wordlist.txt | 1 | ||||
| -rw-r--r-- | docs/x509/reference.rst | 9 | 
3 files changed, 14 insertions, 20 deletions
| diff --git a/docs/installation.rst b/docs/installation.rst index 928ed4e9..1456b724 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -15,24 +15,24 @@ Currently we test ``cryptography`` on Python 2.6, 2.7, 3.3, 3.4, 3.5, and PyPy  * x86-64 CentOS 7.x, 6.4 and CentOS 5.x  * x86-64 FreeBSD 10 -* OS X 10.10 Yosemite, 10.9 Mavericks, 10.8 Mountain Lion, and 10.7 Lion -* x86-64 Ubuntu 12.04 LTS -* x86-64 Debian Wheezy (7.x) and Jessie (8.x) -* 32-bit Python on 64-bit Windows Server 2008 -* 64-bit Python on 64-bit Windows Server 2012 +* OS X 10.11 El Capitan, 10.10 Yosemite, 10.9 Mavericks, 10.8 Mountain Lion, +  and 10.7 Lion +* x86-64 Ubuntu 12.04 LTS and Ubuntu 14.04 LTS +* x86-64 Debian Wheezy (7.x), Jessie (8.x), and Debian Sid (unstable) +* 32-bit and 64-bit Python on 64-bit Windows Server 2012  We test compiling with ``clang`` as well as ``gcc`` and use the following  OpenSSL releases:  * ``OpenSSL 0.9.8e-fips-rhel5`` (``RHEL/CentOS 5``)  * ``OpenSSL 0.9.8k`` -* ``OpenSSL 0.9.8za`` +* ``OpenSSL 0.9.8-latest`` (The most recent 0.9.8 release)  * ``OpenSSL 1.0.0-fips`` (``RHEL/CentOS 6.4``)  * ``OpenSSL 1.0.1``  * ``OpenSSL 1.0.1e-fips`` (``RHEL/CentOS 7``)  * ``OpenSSL 1.0.1j-freebsd`` -* ``OpenSSL 1.0.1-latest`` (The most recent 1.0.1 release) -* ``OpenSSL 1.0.2`` +* ``OpenSSL 1.0.1f`` +* ``OpenSSL 1.0.2-latest``  On Windows  ---------- @@ -119,13 +119,7 @@ Building cryptography on OS X  -----------------------------  The wheel package on OS X is a statically linked build (as of 1.0.1) so for -users on 10.10 (Yosemite) and above you need two steps: - -.. code-block:: console - -    $ xcode-select --install - -followed by +users on 10.10 (Yosemite) and above you only need one step:  .. code-block:: console diff --git a/docs/spelling_wordlist.txt b/docs/spelling_wordlist.txt index 16aa5ef2..da05a843 100644 --- a/docs/spelling_wordlist.txt +++ b/docs/spelling_wordlist.txt @@ -6,6 +6,7 @@ Backends  Blowfish  boolean  Botan +Capitan  Changelog  ciphertext  committer diff --git a/docs/x509/reference.rst b/docs/x509/reference.rst index 62bdb3a9..87383db1 100644 --- a/docs/x509/reference.rst +++ b/docs/x509/reference.rst @@ -496,9 +496,8 @@ X.509 Certificate Builder          Adds an X.509 extension to the certificate. -        :param extension: The extension to add to the certificate. Can be one -            of :class:`~cryptography.x509.BasicConstraints` or -            :class:`~cryptography.x509.SubjectAlternativeName`. +        :param extension: An extension conforming to the +            :class:`~cryptography.x509.ExtensionType` interface.          :param critical: Set to ``True`` if the extension must be understood and               handled by whoever reads the certificate. @@ -663,8 +662,8 @@ X.509 CSR (Certificate Signing Request) Builder Object      .. method:: add_extension(extension, critical) -        :param extension: The :class:`~cryptography.x509.Extension` to add to -            the request. +        :param extension: An extension conforming to the +            :class:`~cryptography.x509.ExtensionType` interface.          :param critical: Set to `True` if the extension must be understood and               handled by whoever reads the certificate.          :returns: A new | 
