cryptography/docs
Paul Kehrer 2bb6785aef
add AES128/AES256 classes (#7542)
These let developers be more explicit about the allowable key lengths
for an AES key and make auditing the codebase a bit easier.

But that's not really why we're adding them. In some upcoming
serialization features we need to be able to specify AES 128 vs AES 256
and the current class doesn't work for that since it computes key
length from the key you provide it when instantiating the class.
That's incompatible with serialization where the key is derived
later in the process. C'est la vie.
2022-08-26 00:19:12 -04:00
..
_ext Replace broken viewcode with linkcode in doc (#6207) 2021-10-03 06:10:10 +08:00
_static
development Added OCB vectors from openssl (#7401) 2022-07-05 15:30:02 +00:00
hazmat/primitives add AES128/AES256 classes (#7542) 2022-08-26 00:19:12 -04:00
x509 docs: Fix type returned by get_extension_for_oid() and get_extension_for_class() (#7380) 2022-06-28 11:26:36 +00:00
api-stability.rst change to a new version scheme (#5825) 2021-02-13 11:25:31 -06:00
changelog.rst
community.rst Point folks towards irc.libera.chat (#6054) 2021-05-19 14:56:36 -05:00
conf.py Update things for 2022 (#7413) 2022-07-10 13:27:18 -05:00
doing-a-release.rst document how we should publish CVEs more rigorously (#5819) 2021-02-11 22:19:44 -05:00
exceptions.rst
faq.rst Remove FAQ that's no longer relevant (#6833) 2022-01-30 20:22:59 -08:00
fernet.rst Update things for 2022 (#7413) 2022-07-10 13:27:18 -05:00
glossary.rst Remove straddling jargon "text". (#6067) 2021-05-25 13:16:36 -05:00
index.rst deprecate backend part 6 of n (#6524) 2021-11-03 18:51:23 -04:00
installation.rst Update installation docs (#7310) 2022-06-05 05:00:30 +08:00
limitations.rst nit: remove stray space (#7429) 2022-07-17 09:25:10 -05:00
make.bat
Makefile
openssl.rst deprecate backend part 6 of n (#6524) 2021-11-03 18:51:23 -04:00
random-numbers.rst Clean up the language in the docs now that 3.6 is the minimum we support (#6825) 2022-01-29 07:15:11 -08:00
security.rst Updates for our new main branch (#5818) 2021-02-11 21:15:39 -06:00
spelling_wordlist.txt Update install docs now that we test on Windows 2022 (#7230) 2022-05-17 19:38:31 +00:00