mirror of
https://github.com/saymrwulf/cryptography.git
synced 2026-05-14 20:37:55 +00:00
* 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 |
||
|---|---|---|
| .. | ||
| custom-vectors | ||
| c-bindings.rst | ||
| getting-started.rst | ||
| index.rst | ||
| reviewing-patches.rst | ||
| submitting-patches.rst | ||
| test-vectors.rst | ||