Implement Encrypted Client Hello in NSS
Categories
(NSS :: Libraries, enhancement, P3)
Tracking
(Not tracked)
People
(Reporter: kjacobs, Assigned: kjacobs)
References
Details
Attachments
(3 files)
Tracking ECH implementation in NSS.
Assignee | ||
Comment 1•4 years ago
|
||
Depends on D73947
Updated•4 years ago
|
Assignee | ||
Comment 2•4 years ago
|
||
Updated•4 years ago
|
Assignee | ||
Comment 3•4 years ago
|
||
A late review change for ECH was for the server to compute each ECHConfig config_id
when set to the socket, rather than on each connection. This works, but now we also need to copy that config_id when copying a socket, else the server won't find a matching ECHConfig to use for decryption.
Assignee | ||
Comment 4•4 years ago
|
||
https://hg.mozilla.org/projects/nss/rev/d40121ba59ba02c45fd2736f6e096b3b464916a9
https://hg.mozilla.org/projects/nss/rev/a10493dcfcc92cb9bad985b151325238b6e38b09
https://hg.mozilla.org/projects/nss/rev/3eacb92e9adf0e250eca309690c3f9a8a257da3b
Will open new bugs for -09.
(In reply to Kevin Jacobs [:kjacobs] from comment #4)
Will open new bugs for -09.
Is any new bug opened? Can't find any by searching
Assignee | ||
Comment 6•4 years ago
|
||
(In reply to Leo_sk from comment #5)
(In reply to Kevin Jacobs [:kjacobs] from comment #4)
Will open new bugs for -09.
Is any new bug opened? Can't find any by searching
-09 is not finalized yet, but I've opened bug 1681585 to track this.
Description
•