diff options
| author | Alex Gaynor <alex.gaynor@gmail.com> | 2022-12-27 18:40:50 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-12-28 06:40:50 +0700 |
| commit | 438f78179c23f226e387c33db703f541b7cecdec (patch) | |
| tree | 534c0aedbeb491c9a324bf6ee78d8ed6c170942c /docs | |
| parent | 7d5ec530ec6130f3f8f8ec89fab882eccf383c75 (diff) | |
| download | cryptography-438f78179c23f226e387c33db703f541b7cecdec.tar.gz | |
Typo fixes (#7942)
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/hazmat/primitives/asymmetric/rsa.rst | 2 | ||||
| -rw-r--r-- | docs/hazmat/primitives/asymmetric/serialization.rst | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/hazmat/primitives/asymmetric/rsa.rst b/docs/hazmat/primitives/asymmetric/rsa.rst index 384cab073..0bf4c0291 100644 --- a/docs/hazmat/primitives/asymmetric/rsa.rst +++ b/docs/hazmat/primitives/asymmetric/rsa.rst @@ -481,7 +481,7 @@ is unavailable. A keyword-only argument that defaults to ``False``. If ``True`` RSA private keys will not be validated. This significantly speeds up - loading the keys, but is is :term:`unsafe` unless you are certain + loading the keys, but is :term:`unsafe` unless you are certain the key is valid. User supplied keys should never be loaded with this parameter set to ``True``. If you do load an invalid key this way and attempt to use it OpenSSL may hang, crash, or otherwise diff --git a/docs/hazmat/primitives/asymmetric/serialization.rst b/docs/hazmat/primitives/asymmetric/serialization.rst index 0d590ad1c..4d1af9942 100644 --- a/docs/hazmat/primitives/asymmetric/serialization.rst +++ b/docs/hazmat/primitives/asymmetric/serialization.rst @@ -149,7 +149,7 @@ all begin with ``-----BEGIN {format}-----`` and end with ``-----END A keyword-only argument that defaults to ``False``. If ``True`` RSA private keys will not be validated. This significantly speeds up - loading the keys, but is is :term:`unsafe` unless you are certain the + loading the keys, but is :term:`unsafe` unless you are certain the key is valid. User supplied keys should never be loaded with this parameter set to ``True``. If you do load an invalid key this way and attempt to use it OpenSSL may hang, crash, or otherwise misbehave. @@ -267,7 +267,7 @@ the rest. A keyword-only argument that defaults to ``False``. If ``True`` RSA private keys will not be validated. This significantly speeds up - loading the keys, but is is :term:`unsafe` unless you are certain the + loading the keys, but is :term:`unsafe` unless you are certain the key is valid. User supplied keys should never be loaded with this parameter set to ``True``. If you do load an invalid key this way and attempt to use it OpenSSL may hang, crash, or otherwise misbehave. |
