diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2016-07-18 13:23:01 -0400 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2016-07-18 12:23:01 -0500 |
commit | 05aac201fc12d619facd6247f348c2015b688bc1 (patch) | |
tree | 00a250afb35cad03395c0db9e072e2b4e0baeac5 | |
parent | 69617caca7ff98f1a991b476669f1afcdfb01fb0 (diff) | |
download | cryptography-05aac201fc12d619facd6247f348c2015b688bc1.tar.gz cryptography-05aac201fc12d619facd6247f348c2015b688bc1.tar.bz2 cryptography-05aac201fc12d619facd6247f348c2015b688bc1.zip |
A few small cleanups (#3046)
-rw-r--r-- | docs/hazmat/primitives/twofactor.rst | 4 | ||||
-rw-r--r-- | docs/spelling_wordlist.txt | 18 |
2 files changed, 11 insertions, 11 deletions
diff --git a/docs/hazmat/primitives/twofactor.rst b/docs/hazmat/primitives/twofactor.rst index a1391fae..abee80de 100644 --- a/docs/hazmat/primitives/twofactor.rst +++ b/docs/hazmat/primitives/twofactor.rst @@ -52,7 +52,7 @@ codes (HMAC). provider. :param enforce_key_length: A boolean flag defaulting to True that toggles whether a minimum key length of 128 bits is enforced. This exists to - work around the fact that as documented in `Issue #2915`, the + work around the fact that as documented in `Issue #2915`_, the Google Authenticator PAM module by default generates 80 bit keys. If this flag is set to False, the application develop should implement additional checks of the key length before passing it into @@ -175,7 +175,7 @@ similar to the following code. provider. :param enforce_key_length: A boolean flag defaulting to True that toggles whether a minimum key length of 128 bits is enforced. This exists to - work around the fact that as documented in `Issue #2915`, the + work around the fact that as documented in `Issue #2915`_, the Google Authenticator PAM module by default generates 80 bit keys. If this flag is set to False, the application develop should implement additional checks of the key length before passing it into diff --git a/docs/spelling_wordlist.txt b/docs/spelling_wordlist.txt index 064c7388..c9d1b23a 100644 --- a/docs/spelling_wordlist.txt +++ b/docs/spelling_wordlist.txt @@ -1,8 +1,9 @@ affine +Authenticator backend +Backends backends bcrypt -Backends Blowfish boolean Botan @@ -16,19 +17,20 @@ crypto cryptographic cryptographically Debian -Diffie decrypt decrypted decrypting deserialize deserialized Diffie -Docstrings +Diffie Django +Docstrings Encodings -fernet Fernet +fernet FIPS +Google hazmat hostname indistinguishability @@ -42,11 +44,11 @@ Koblitz Lange metadata multi -naïve namespace namespaces -nonces +naïve Nonces +nonces online paddings pickleable @@ -60,8 +62,8 @@ relicensed runtime Schneier scrypt -Serializers serializer +Serializers Solaris Tanja testability @@ -72,5 +74,3 @@ unpadding Verisign wildcard Xcode -Google -Authenticator |