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