aboutsummaryrefslogtreecommitdiffstats
path: root/docs/hazmat/primitives
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2015-01-08 11:00:45 -0800
committerAlex Gaynor <alex.gaynor@gmail.com>2015-01-08 11:00:45 -0800
commit9f6aa0f3f522614be367c54c2ae87d1e36dc0169 (patch)
treea93ac6f324a508bf4391cfbc213c1d24ac622ea3 /docs/hazmat/primitives
parent20c4404f2f4e3a01a0477be1583906dcacd1ccee (diff)
downloadcryptography-9f6aa0f3f522614be367c54c2ae87d1e36dc0169.tar.gz
cryptography-9f6aa0f3f522614be367c54c2ae87d1e36dc0169.tar.bz2
cryptography-9f6aa0f3f522614be367c54c2ae87d1e36dc0169.zip
Bump some more years
Diffstat (limited to 'docs/hazmat/primitives')
-rw-r--r--docs/hazmat/primitives/asymmetric/rsa.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/hazmat/primitives/asymmetric/rsa.rst b/docs/hazmat/primitives/asymmetric/rsa.rst
index 837059bd..fa72cced 100644
--- a/docs/hazmat/primitives/asymmetric/rsa.rst
+++ b/docs/hazmat/primitives/asymmetric/rsa.rst
@@ -39,7 +39,7 @@ mathematical properties`_.
Usually one of the small Fermat primes 3, 5, 17, 257, 65537. If in
doubt you should `use 65537`_.
:param int key_size: The length of the modulus in bits. For keys
- generated in 2014 it is strongly recommended to be
+ generated in 2015 it is strongly recommended to be
`at least 2048`_ (See page 41). It must not be less than 512.
Some backends may have additional limitations.
:param backend: A backend which provides