Bug 245997
| Summary: | Remove WebCertificateInfo | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Alex Christensen <achristensen> |
| Component: | WebKit Misc. | Assignee: | Alex Christensen <achristensen> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | basuke, fujii.hironori, takashi.komori, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Local Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Alex Christensen
It's an unneeded abstraction
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/100742393>
Alex Christensen
Pull request: https://github.com/WebKit/WebKit/pull/4959
EWS
Committed 255206@main (30bdacb52588): <https://commits.webkit.org/255206@main>
Reviewed commits have been landed. Closing PR #4959 and removing active labels.
Fujii Hironori
WinCairo and PlayStation ports are using WK2 API.
WKCertificateInfo was the only way to access cert info.
Can I revert the part of the patch?
Fujii Hironori
Bug 246379 – REGRESSION(255206@main) [WinCairo WK2 MiniBrowser] crashing in bad cert site
Fujii Hironori
255505@main added an alternative API WKProtectionSpaceCopyCertificateChain. Resolved again.