diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2014-04-24 13:42:58 -0700 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2014-04-24 13:42:58 -0700 |
commit | 239d51834dd1fb22030e9d83563fe5fa63fe2696 (patch) | |
tree | 1c7e5904c9e52f9da377ef2eb4d10a731bd7fb6f /docs/hazmat/backends | |
parent | c9dc0a050214e298e67e755ece21fbea3d17ae91 (diff) | |
download | cryptography-239d51834dd1fb22030e9d83563fe5fa63fe2696.tar.gz cryptography-239d51834dd1fb22030e9d83563fe5fa63fe2696.tar.bz2 cryptography-239d51834dd1fb22030e9d83563fe5fa63fe2696.zip |
More phrasing
Diffstat (limited to 'docs/hazmat/backends')
-rw-r--r-- | docs/hazmat/backends/interfaces.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/hazmat/backends/interfaces.rst b/docs/hazmat/backends/interfaces.rst index 75494959..0349901a 100644 --- a/docs/hazmat/backends/interfaces.rst +++ b/docs/hazmat/backends/interfaces.rst @@ -328,10 +328,10 @@ A specific ``backend`` may provide one or more of these interfaces. :class:`~cryptography.hazmat.primitives.interfaces.DSAPrivateKey` provider. - :raises ValueError: This is raised if the key size is not (1024, 2048, - or 3072) or if the OpenSSL version is older than 1.0.0 and the key - size is larger than 1024; older OpenSSL versions do not support - keys larger than 1024 bits. + :raises ValueError: This is raised if the key size is not one of 1024, + 2048, or 3072. It is also raised when OpenSSL is older than version + 1.0.0 and the key size is larger than 1024; older OpenSSL versions + do not support keys larger than 1024 bits. .. class:: CMACBackend |