commit | 6b5e418605a9bcb1031721afe7424d6ca106968d | [log] [tgz] |
---|---|---|
author | Michael Ershov <miersh@google.com> | Tue Sep 28 13:46:32 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Sep 28 13:46:32 2021 |
tree | 989e56e61c8b06b2392da503f167d2fc629703f1 | |
parent | 8e4492676600f738b958fbce8347ec32f1250bf5 [diff] |
crypto: Fix GetSystemNSSKeySlot / IsTPMTokenReady() Fix GetSystemNSSKeySlot / IsTPMTokenReady() methods so they are guaranteed to return. Make TPMTokenLoader notify the crypto code that initialization is finished and unblock the methods. See go/fixgetsystemnsskeyslot for more details about this change. Bug: 844022, b:197836899 Test: *Webview*Certs*, *PlatformKeys* Change-Id: I46e24d86ee74a53e2a318b22417fa80de3928816 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3140008 Commit-Queue: Michael Ershov <miersh@google.com> Reviewed-by: Matt Mueller <mattm@chromium.org> Reviewed-by: Denis Kuznetsov [CET] <antrim@chromium.org> Reviewed-by: Alexander Alekseev <alemate@chromium.org> Reviewed-by: Ryan Sleevi <rsleevi@chromium.org> Reviewed-by: Edman Anjos <edman@chromium.org> Reviewed-by: Pavol Marko <pmarko@chromium.org> Cr-Commit-Position: refs/heads/main@{#925736}
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.