Closed
Bug 665739
Opened 13 years ago
Closed 1 year ago
Feature: Add support for TLS cached-information extension.
Categories
(NSS :: Libraries, enhancement, P5)
NSS
Libraries
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: robertnishihara, Unassigned)
References
Details
Attachments
(3 files)
42.41 KB,
patch
|
Details | Diff | Splinter Review | |
2.63 KB,
text/plain
|
Details | |
33.42 KB,
patch
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.24 Safari/535.1
Build Identifier: nss-tip
This feature adds client and server support for the TLS cached-information extension. This extension allows the client to store server certificate chains in order to improve performance.
Reproducible: Always
Updated•13 years ago
|
Assignee: nobody → rkn
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
Reporter | ||
Comment 2•13 years ago
|
||
Reporter | ||
Comment 3•13 years ago
|
||
(In reply to comment #2)
> Created attachment 542510 [details] [diff] [review] [review]
> This patch adds the cached-info feature.
I forgot to include the fnv1a64.c file. I'll submit a new patch in a second.
Reporter | ||
Comment 4•13 years ago
|
||
This is the file missing from my patch. It belongs in "/mozilla/security/nss/lib/ssl/".
Comment 6•13 years ago
|
||
This feature could be useful to neutralize the size additions proposed with multi-OCSP-stapling (bug 611836).
Comment 7•13 years ago
|
||
This is src/net/third_party/nss/patches/cachedinfo.patch in the
Chromium source tree, against NSS 3.12.9. I attached it here for
reference only.
Comment 8•11 years ago
|
||
Purely FYI - The firefox telemetry for the last 30 days shows that roughly 30% of its handshakes would fit in IW2, 80% in IW3, and ~all of them in IW10.
firefox didn't have stapling of any flavor enabled during that window.. so the need would be expected to grow.
I'm curious if there is chrome (or other) data available and if it matches?
Comment 9•2 years ago
|
||
The bug assignee is inactive on Bugzilla, so the assignee is being reset.
Assignee: robertnishihara → nobody
Status: ASSIGNED → NEW
Updated•2 years ago
|
Severity: normal → S3
Updated•1 year ago
|
Severity: S3 → N/A
Status: NEW → RESOLVED
Closed: 1 year ago
Priority: -- → P5
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•