Commit Graph

3 Commits

Author SHA1 Message Date
jesslatimer c9e3a82e3d
python-ecdsa: improves code coverage of fuzz_keys (#9911)
This change:

- fixes incorrect data type from string to byte in the `target4`
function.
- adds `SigningKey` fuzz targets to `fuzz_keys.py`.
2023-03-19 00:22:55 +00:00
DavidKorczynski ce2f2e537c
Python projects: Fixup string lengths (#9869)
The argument to various consume functions eats up all of the data, am
changing so not all data is used before the last part of the fuzzer.

Ref: https://github.com/google/oss-fuzz/pull/9864
https://github.com/google/oss-fuzz/pull/9864#pullrequestreview-1326908396

---------

Signed-off-by: David Korczynski <david@adalogics.com>
2023-03-06 13:56:55 -08:00
DavidKorczynski 093e04a650
python-ecdsa: initial integration (#9637)
Signed-off-by: David Korczynski <david@adalogics.com>

Signed-off-by: David Korczynski <david@adalogics.com>
2023-02-08 10:54:44 +00:00