cryptography/docs/development
Paul Kehrer 4645f02c25
disallow p less than 512-bit on DH (#5592)
* disallow p less than 512-bit on DH

OpenSSL 3.0.0 enforces this so we'll go ahead and enforce it everywhere
that's practical for us. (Note that we do not enforce on deserializing
PKCS1/PKCS8 keys in < 3.0.0, but this PR adds a test so that in the
3.0.0 support branch we can test an error path)

* missing test

* black

* _MIN_MODULUS_SIZE is now a thing

* skip on fips
2020-11-29 11:01:16 -05:00
..
custom-vectors fixed verify script that couldn't have ever worked (#5443) 2020-08-29 09:39:31 -05:00
c-bindings.rst Delete all the 1.0.2 code (#5511) 2020-10-25 22:41:40 -07:00
getting-started.rst drop python 3.4 support (#5087) 2019-12-08 23:42:55 -05:00
index.rst Another URL goes https! (#4512) 2018-10-24 08:39:19 +08:00
reviewing-patches.rst Order the elements in reviewing patches reasonably (#4883) 2019-05-09 19:11:21 -04:00
submitting-patches.rst update submitting patches docs to be a bit more true (#5407) 2020-08-16 15:23:02 -04:00
test-vectors.rst disallow p less than 512-bit on DH (#5592) 2020-11-29 11:01:16 -05:00