-
Notifications
You must be signed in to change notification settings - Fork 38.8k
tests: Add fuzzing harness for SigHasLowR(...) and ecdsa_signature_parse_der_lax(...) #19379
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
7813cbc to
d95f284
Compare
6abcd62 to
07fad2c
Compare
…y_export_der(...)
07fad2c to
46fcac1
Compare
|
@Crypt-iQ Hello fuzzing friend! Would you mind reviewing? :) |
|
@practicalswift Will do |
|
@MarcoFalke Would you mind reviewing? FWIW this PR touches only |
|
ACK 46fcac1 Coverage from just these harnesses: https://crypt-iq.github.io/19379_fuzz_cov/ Ubuntu:
macOS:
|
…nd ecdsa_signature_parse_der_lax(...) 46fcac1 tests: Add fuzzing harness for ec_seckey_import_der(...) and ec_seckey_export_der(...) (practicalswift) b667a90 tests: Add fuzzing harness for SigHasLowR(...) and ecdsa_signature_parse_der_lax(...) (practicalswift) Pull request description: Add fuzzing harness for `SigHasLowR(...)` and `ecdsa_signature_parse_der_lax(...)`. See [`doc/fuzzing.md`](https://github.com/bitcoin/bitcoin/blob/master/doc/fuzzing.md) for information on how to fuzz Bitcoin Core. Don't forget to contribute any coverage increasing inputs you find to the [Bitcoin Core fuzzing corpus repo](https://github.com/bitcoin-core/qa-assets). Happy fuzzing :) ACKs for top commit: Crypt-iQ: ACK 46fcac1 Tree-SHA512: 11a4856a1efd9a04030a8c8aee2413fd5be1ea248147e649a48a55bacdf732bb48a19ee1ce2761d47d4dd61c9598aec53061b961b319ad824d539dda11a8ccf4
Add fuzzing harness for
SigHasLowR(...)andecdsa_signature_parse_der_lax(...).See
doc/fuzzing.mdfor information on how to fuzz Bitcoin Core. Don't forget to contribute any coverage increasing inputs you find to the Bitcoin Core fuzzing corpus repo.Happy fuzzing :)