commit | c7f2c3c4146a081832a20c04b2f11962cd43b9ec | [log] [tgz] |
---|---|---|
author | Michael Ershov <miersh@google.com> | Thu Jan 30 14:10:03 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jan 30 14:10:03 2025 |
tree | 3e759a55b276e93c2edda46821bea0b077871031 | |
parent | 393b6a4c87aee5208a422e559089e873ec36cf54 [diff] |
kcer_nss_fuzzer: Do not try unsupported signature algorithms Prevent the fuzzer from trying unsupported signature algorithms as an input for CertBuilder, which is a test helper that is used to generate certs (there's no explicit goal to fuzz it). Fixed: b:393164843 Test: Reproducer Testcase from the bug Change-Id: Ib26b4d2155736a9b29bf39a25146d62326d3c8eb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6218906 Reviewed-by: Andreea Costinas <acostinas@google.com> Commit-Queue: Michael Ershov <miersh@google.com> Cr-Commit-Position: refs/heads/main@{#1413454}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure.
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.