commit | 43501417bcf8cb01cb9288f8c535160508b6ba5a | [log] [tgz] |
---|---|---|
author | Elias Khsheibun <eliaskh@chromium.org> | Thu Jun 01 10:24:12 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jun 01 10:24:12 2023 |
tree | 348f81662cde718534759d1b400fe11c269e15e7 | |
parent | efeb081981fed61ff0d3fd6f6f4c458acb674aea [diff] |
[Nigori] Add PublicPrivateKeyInitializer to bootstrap key-pairs. Implement the basic block for bootstrapping a Public-private key-pair. Wiring of this logic will be implemented in a follow-up cl. The key-bag will contain key-pairs keyed by their version. The version is the info that will be communicated by other clients to indicate Public-private key-pair intended for encryption/decryption. Bug: 1445056 Change-Id: Ie71e8124a5fe0718a967246a8b2ec4d5c5dfa6f8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4572816 Commit-Queue: Elias Khsheibun <eliaskh@chromium.org> Reviewed-by: Maksim Moskvitin <mmoskvitin@google.com> Cr-Commit-Position: refs/heads/main@{#1151764}
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.