Closed
Bug 1508730
Opened 7 years ago
Closed 6 years ago
Expose certificate information in WebResponse
Categories
(GeckoView :: General, enhancement, P1)
GeckoView
General
Tracking
(firefox74 fixed)
RESOLVED
FIXED
mozilla74
Tracking | Status | |
---|---|---|
firefox74 | --- | fixed |
People
(Reporter: snorp, Assigned: snorp)
References
()
Details
(Whiteboard: [geckoview:m74])
Attachments
(5 files)
This would probably reuse GeckoSession.SecurityInfo (and move it out of GeckoSession).
![]() |
||
Updated•7 years ago
|
Priority: -- → P2
Updated•7 years ago
|
Product: Firefox for Android → GeckoView
Updated•6 years ago
|
Rank: 50
Updated•6 years ago
|
Assignee | ||
Updated•6 years ago
|
Summary: Expose certificate information in WebResponse → Make `about:certificate` work in GeckoView
Assignee | ||
Updated•6 years ago
|
Summary: Make `about:certificate` work in GeckoView → Expose certificate information in WebResponse
![]() |
||
Updated•6 years ago
|
Whiteboard: [geckoview:m74]
Assignee | ||
Comment 1•6 years ago
|
||
Updated•6 years ago
|
Assignee: nobody → snorp
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•6 years ago
|
||
Assignee | ||
Comment 3•6 years ago
|
||
This is the server certificate, if any, as a
java.security.cert.X509Certificate.
Assignee | ||
Comment 4•6 years ago
|
||
This is useful if you get a certificate-related error and want
to inspect the broken certificate.
![]() |
||
Updated•6 years ago
|
Priority: P2 → P1
Pushed by jwillcox@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/15c4a4d8a9f2
Expose full X509Certificate in `SecurityInfo` object r=geckoview-reviewers,droeh,agi
https://hg.mozilla.org/integration/autoland/rev/8e98687f6321
Add `WebResponse#isSecure` r=geckoview-reviewers,droeh,agi
https://hg.mozilla.org/integration/autoland/rev/7deec357e1fc
Add `WebResponse#certificate` r=geckoview-reviewers,droeh,agi
https://hg.mozilla.org/integration/autoland/rev/ea063dbb6c1b
Add `WebRequestError#certificate`. r=geckoview-reviewers,droeh,agi
Assignee | ||
Comment 6•6 years ago
|
||
Comment 7•6 years ago
|
||
I noticed a potential bug in D58155. Adding a comment here because it is easy to miss comments on phab afterwards.
Pushed by jwillcox@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/be7bf28e261f
Ensure `WebExecutorTest#testSslError()` actually throws r=geckoview-reviewers,twisniewski
![]() |
||
Comment 9•6 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/15c4a4d8a9f2
https://hg.mozilla.org/mozilla-central/rev/8e98687f6321
https://hg.mozilla.org/mozilla-central/rev/7deec357e1fc
https://hg.mozilla.org/mozilla-central/rev/ea063dbb6c1b
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
status-firefox74:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla74
![]() |
||
Comment 10•6 years ago
|
||
bugherder |
You need to log in
before you can comment on or make changes to this bug.
Description
•