commit | b74cad2ad2148746100f0a21578948805a278476 | [log] [tgz] |
---|---|---|
author | amraboelkher <amraboelkher@chromium.org> | Thu Aug 12 23:59:20 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Aug 12 23:59:20 2021 |
tree | bde2e65567bbc9c8192204cfd07e2ab38441ed8c | |
parent | f7e038f7e374c61ab97f517fe654cece40bfc7a7 [diff] |
PSM: Add PSM RLWE client real and test implementation This PSM RLWE interface is used to create three implementations of it: 1) One that will act as a delegate to communicate with the original third_party PSM RLWE client used in production code 2) Another one will act as a delegate but will be created for testing purposes making its output deterministic A future CL will add: 3) A fake implementation not using the RLWE library at all. It will be created to mock the RLWE client requests/responses For more information, see detailed design go/psm-integration-tests. This CL is adding the PSM RLWE client real implemnetation, and another that will be used for testing purposes. Bug: 1234777 Change-Id: Iafb4581169b428c2a0562b17108d233778a77954 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3085328 Commit-Queue: Amr Aboelkher <amraboelkher@chromium.org> Reviewed-by: Maksim Ivanov <emaxx@chromium.org> Cr-Commit-Position: refs/heads/master@{#911571}
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.