Refactor client cert flow with ClientCertificateResponder mojo interface
The problem this CL addresses is that several semantically-different messages are currently jammed into the response from OnCertificateRequested. For example, using nullptr for certificate and private key to signify that no certificate was selected. This CL eliminates the response from OnCertificateRequested and moves it into several different messages within the new ClientCertificateResponder interface. Bug: 946742 Change-Id: I49c63bdc0732a438336a02e558d4cca4d1202ff6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1589995Reviewed-by:Matt Menke <mmenke@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Antoine Labour <piman@chromium.org> Reviewed-by:
David Benjamin <davidben@chromium.org> Commit-Queue: Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#664537}
Showing
This diff is collapsed.
Please register or sign in to comment