commit | 9e0b21c658ff8b1bda16021896fa3a22910fe3b1 | [log] [tgz] |
---|---|---|
author | Michael Ershov <miersh@google.com> | Thu May 08 10:49:11 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu May 08 10:49:11 2025 |
tree | 2806559cf7574ac4302008e8c8121a3a95dd8555 | |
parent | bbe27480b399f4bc9406118be620ad246f31db92 [diff] |
Cert Provisioning: Fix ECC signature CA servers (and other tools) expect the ECC signature in the ASN.1 format, but the raw bytes of the signature were returned. Export a helper method from the kcer component for re-encoding ECC signatures into the ASN.1 format and use it in CertProvisioningWorkerDynamic. Fixed: b:415941841 Test: CertProvisioningWorkerDynamicTest Change-Id: I27433f10c8344c5215166815ad09b4c017adcd44 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6519517 Reviewed-by: Andreea Costinas <acostinas@google.com> Commit-Queue: Andreea Costinas <acostinas@google.com> Cr-Commit-Position: refs/heads/main@{#1457498}
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.