Open
Bug 1307269
Opened 9 years ago
Updated 3 years ago
Wrong error code with unknown key share from server
Categories
(NSS :: Libraries, defect, P3)
NSS
Libraries
Tracking
(Not tracked)
NEW
People
(Reporter: ekr, Unassigned)
Details
If the server returns a key share in a totally unknown group, the client sends back a missing_extension error. This is because we ignore key shares for disabled groups in:
http://searchfox.org/nss/source/lib/ssl/ssl3ext.c#3116
And then when we look at the server's list it's empty.
Updated•8 years ago
|
Priority: -- → P3
| Reporter | ||
Comment 1•7 years ago
|
||
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•