cryptography/docs/development
Paul Kehrer 0724c5f1ee
check for invalid keys that RSA_check_key misses (#7080)
* check for invalid keys that RSA_check_key misses

RSA_check_key checks for primality but that fails to catch this case
since 2 is prime. Instead we fetch p and q and verify that they are odd
and if not reject the key as invalid.

* circleci sucks
2022-04-16 13:55:01 +00:00
..
custom-vectors Remove explicit subclassing of object now that all classes are new-style (#6830) 2022-01-30 16:29:24 +00:00
c-bindings.rst Delete all the 1.0.2 code (#5511) 2020-10-25 22:41:40 -07:00
getting-started.rst removed paragraph in docs that was very out of date (#6003) 2021-04-23 08:02:49 -05:00
index.rst Another URL goes https! (#4512) 2018-10-24 08:39:19 +08:00
reviewing-patches.rst deprecate backend part 4 of n (#6522) 2021-11-02 17:49:25 -04:00
submitting-patches.rst deprecate backend part 4 of n (#6522) 2021-11-02 17:49:25 -04:00
test-vectors.rst check for invalid keys that RSA_check_key misses (#7080) 2022-04-16 13:55:01 +00:00