Commit Graph

4 Commits

Author SHA1 Message Date
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
Oliver Chang 4f2e7adc87
Add vendors to Python projects. (#8547) 2022-09-26 09:50:09 +10: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
Arthur Chan 4bad1173e0
pyca-cryptography: initial integration (#7729)
* pyca-cryptography: initial integration
initial fuzzer setup

* pyca-cryptography: fix ci

* Fix fuzzer

* Fix project.yaml

* Fix project yaml
2022-05-25 16:32:42 +10:00