commit | d5c4d7f49d6fa0f98702ffb2676e3d8cf12fa0d2 | [log] [tgz] |
---|---|---|
author | David Benjamin <davidben@google.com> | Tue Dec 13 17:53:09 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Dec 13 17:53:09 2022 |
tree | be7decac9d4cffdd1fdb8ab82090bd06100da24e | |
parent | 600b5a948a4acbd0ac542e29198b3d5f2bb9b14f [diff] |
Move SecIdentityRef handling out of SSLPlatformKeyMac and into the caller macOS's non-deprecated APIs do not appear to allow creating a temporary SecIdentityRef, just a temporary SecKeyRef. That's sufficient for SSLPlatformKeyMac tests, though we're continuing to defer the problem for our messy ClientCertStoreMac tests, which macOS's APIs seem currently insufficient to test effectively. This removes a SecKeychainCreate call. Tested manually to ensure client certs still work. (And somewhat tellingly, I had a typo in the code that wasn't covered by tests.) Bug: 1348251 Change-Id: Ifbdb312191176d7148ef73706d0b2ff6dde0499a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4098546 Reviewed-by: Matt Mueller <mattm@chromium.org> Commit-Queue: David Benjamin <davidben@chromium.org> Cr-Commit-Position: refs/heads/main@{#1082521}
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.