cryptography/docs
Facundo Tuesca b660044dce
Add test vectors for ChaCha20 counter overflow (#9221)
* Adapt ChaCha20 test vectors to 64-bit counter

* Add ChaCha20 test vectors for counter overflow

These vectors test the behavior during counter overflow. Since
different implementations use different counter sizes (e.g. OpenSSL
uses a 64-bit counter, whereas BoringSSL uses a 32-bit counter),
it's important to ensure that the behavior during counter overflow
is consistent between implementations.

These vectors take into account both 32-bit and 64-bit overflows.
2023-08-17 08:54:35 -05:00
..
_ext Switch from flake8 to ruff (#7920) 2022-12-21 09:44:47 +07:00
_static
development Add test vectors for ChaCha20 counter overflow (#9221) 2023-08-17 08:54:35 -05:00
hazmat/primitives fix another NIST link (#9270) 2023-07-20 20:27:44 +00:00
x509 docs: add Store docs (#9416) 2023-08-14 18:48:27 +00:00
api-stability.rst document that inheritance is not the way (#8204) 2023-02-03 07:21:32 -08:00
changelog.rst
community.rst
conf.py fix another NIST link (#9270) 2023-07-20 20:27:44 +00:00
doing-a-release.rst Switch the vectors pacakge to use modern pyproject.toml (#8853) 2023-05-02 09:09:19 -05:00
exceptions.rst
faq.rst Update FAQ (#8773) 2023-04-21 11:16:35 -06:00
fernet.rst UNIX is a trademark, Unix is a category (#8008) 2023-01-08 03:19:27 +00:00
glossary.rst Added support for handling python buffers in Rust code (#8556) 2023-03-21 08:16:53 +08:00
index.rst
installation.rst tested platforms update (#9358) 2023-08-04 23:38:13 -04:00
limitations.rst more warnings and context around RSA online decryption (#7699) 2022-10-12 11:14:56 -04:00
make.bat
Makefile
openssl.rst drop support for openssl < 1.1.1d (#8449) 2023-03-24 08:36:58 -04:00
random-numbers.rst remove out of date details in random numbers docs (#8482) 2023-03-10 05:19:39 +08:00
security.rst fixes #9048 -- document where to find known vulnerabilities (#9055) 2023-06-10 14:12:44 -06:00
spelling_wordlist.txt Test against Debian Trixie (#9062) 2023-06-13 01:11:20 +00:00