Closed
Bug 1569221
Opened 5 years ago
Closed 5 years ago
Change TLSServer.cpp to support the modern SSL_ConfigServerCert
Categories
(Core :: Security: PSM, enhancement)
Core
Security: PSM
Tracking
()
RESOLVED
FIXED
mozilla70
Tracking | Status | |
---|---|---|
firefox70 | --- | fixed |
People
(Reporter: jcj, Assigned: jcj)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
SSL_ConfigSecureServerWithCertChain is deprecated, replaced by SSL_ConfigServerCert which has new capabilities (like Delegated Credentials, Bug 1562773). TLSServer.cpp should support the new mechanism.
Assignee | ||
Comment 1•5 years ago
|
||
This patch does not change the existing servers to use the new mechanism, rather
attempting to be minimalist. I filed Bug 1569222 for that.
Pushed by jjones@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/d28a93aa9d14
Change TLSServer.cpp to support the modern SSL_ConfigServerCert r=keeler
Comment 3•5 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox70:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla70
You need to log in
before you can comment on or make changes to this bug.
Description
•