MicrosoftEdge / MicrosoftEdge/WebView2Feedback
ServerCertificateValidatedEvent
@Lakshmisha-KS is already working on this.
Since Feb 12, 2025.
- Dominant language
- PowerShell
- Stars
- 526
- Forks
- 67
- PR merge metrics
- No merged PRs in 30d
Description
Is your feature request related to a problem? Please describe.
this is about implementing Key-pinning related to the discussion in #624
there's already the ServerCertificateErrorDetected to fulfill the SSL Error handling part.
but still, Key-pinning is not fulfilled.
if there can be a ServerCertificateValidatedEvent or something similar,
that is fired once the engine trusted the server certificate using the default engine,
it should carry the entire certificate chain of that server certificate.
then users can either validate the root or leaf certificate according to their needs.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.