Closed
Bug 1994034
Opened 7 months ago
Closed 7 months ago
rename failedCertChain to something like handshakeCertificates and make it always available
Categories
(Core :: Security: PSM, enhancement, P1)
Core
Security: PSM
Tracking
()
RESOLVED
FIXED
146 Branch
| Tracking | Status | |
|---|---|---|
| firefox146 | --- | fixed |
People
(Reporter: keeler, Assigned: keeler)
References
(Blocks 1 open bug)
Details
(Whiteboard: [psm-assigned])
Attachments
(1 file)
nsITransportSecurityInfo.failedCertChain consists of the certificates the peer sent during the handshake. Currently it is only set if the handshake failed. It would be useful (e.g. for qwacs) if it were always available, in which case it should be named something more like handshakeCertificates.
| Assignee | ||
Comment 1•7 months ago
|
||
This patch renames nsITransportSecurityInfo.failedCertChain to
handshakeCertificates and makes the property always available (after the
handshake has completed, that is).
Pushed by dkeeler@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/ed038d676033
https://hg.mozilla.org/integration/autoland/rev/c018843be287
make TLS handshake certificates always available r=jschanck,necko-reviewers,extension-reviewers,kershaw,robwu
Pushed by chorotan@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/ea45be222fc0
https://hg.mozilla.org/integration/autoland/rev/21c0d2fe5126
Revert "Bug 1994034 - make TLS handshake certificates always available r=jschanck,necko-reviewers,extension-reviewers,kershaw,robwu" for causing mochitest failures on test_cache_padding.html
Comment 4•7 months ago
|
||
Backed out for causing mochitest failures on test_cache_padding.html
Flags: needinfo?(dkeeler)
| Assignee | ||
Updated•7 months ago
|
Flags: needinfo?(dkeeler)
Pushed by dkeeler@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/71a99f8c272b
https://hg.mozilla.org/integration/autoland/rev/2a14d0de8769
make TLS handshake certificates always available r=jschanck,necko-reviewers,extension-reviewers,kershaw,robwu,dom-worker-reviewers,edenchuang
Comment 6•7 months ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 7 months ago
status-firefox146:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 146 Branch
Updated•6 months ago
|
QA Whiteboard: [qa-triage-done-c147/b146]
You need to log in
before you can comment on or make changes to this bug.
Description
•