Commit Graph

3 Commits

Author SHA1 Message Date
Alex Gaynor 50f3569fe7
[cryptography] silence an error that can happen (#9271) 2022-12-23 13:38:22 -08:00
Arthur Chan b23acb4d42
pyca-cryptography: Fix issue 48484 integer overflow (#8592)
Fix error handling or other false-positive bugs reported for projects
issues.
- 48484 (https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=48484)
2022-09-27 17:34:15 +01:00
Arthur Chan 0a577f2624
pyca-cryptography: Add more fuzzer (#7890)
* Add more fuzzer
Fix build script

* Fix formatting for fuzzers
Fix length checking for nonce in fuzz_aead

* Fix fuzzer
- Add more randomization to data input
2022-06-22 13:25:03 +01:00