commit | fc1f016409cfd0426f46a647d6db8b6e59c45e93 | [log] [tgz] |
---|---|---|
author | Michael Ershov <miersh@google.com> | Tue Apr 09 09:59:17 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Apr 09 09:59:17 2024 |
tree | 61faae6bed74b637b9a6f939ce6002659683cdb1 | |
parent | cb598d969911b727fb83a0cd458a624dde8af723 [diff] |
Kcer: Implement PKCS#12 migration Implement the migration of the PKCS#12 keys+certs from the NSS public slot into the private slot provided by Chaps. The migration will be started after the import of PKCS#12 files into Chaps is validated. At the moment the migration is disabled and it’s controlled by the CopyClientKeysCertsToChaps feature flag. Test: KcerPkcs12MigratorTest Bug: b/264392421 Change-Id: Iccb817b25be5660738446a7a8b172090f2b6e120 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5424951 Reviewed-by: Pavol Marko <pmarko@chromium.org> Commit-Queue: Michael Ershov <miersh@google.com> Reviewed-by: Oleksandr Sarapulov <olsa@google.com> Reviewed-by: Luc Nguyen <lucnguyen@google.com> Reviewed-by: Matt Mueller <mattm@chromium.org> Reviewed-by: Achuith Bhandarkar <achuith@chromium.org> Cr-Commit-Position: refs/heads/main@{#1284371}
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.