Closed
Bug 1396525
Opened 7 years ago
Closed 7 years ago
keaGroup and signatureScheme in SSLChannelInfo are not correct
Categories
(NSS :: Libraries, enhancement, P2)
NSS
Libraries
Tracking
(Not tracked)
RESOLVED
FIXED
3.34
People
(Reporter: franziskus, Assigned: franziskus)
References
Details
Attachments
(2 files)
44 bytes,
text/x-phabricator-request
|
mt
:
review+
|
Details | Review |
1.04 KB,
patch
|
ttaubert
:
review+
franziskus
:
superreview+
|
Details | Diff | Splinter Review |
After fixing bug 1304923 it seems that the channelInfo isn't always correct.
Going to https://timtaubert.de/ for example we get
> group 65537
> signature 0
which is wrong because it's ECDH and signature scheme 0 shouldn't happen at all.
Updated•7 years ago
|
Priority: -- → P3
Updated•7 years ago
|
Priority: P3 → P2
Comment 1•7 years ago
|
||
Comment on attachment 8904301 [details]
Bug 1396525 - Bug put keaGroup and sigScheme in the cache so we can put it in SSLChannelInfo, r=mt
Martin Thomson [:mt:] has approved the revision.
https://phabricator.services.mozilla.com/D29#1935
Attachment #8904301 -
Flags: review+
Assignee | ||
Comment 2•7 years ago
|
||
Assignee: nobody → franziskuskiefer
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Target Milestone: --- → 3.34
Comment 3•7 years ago
|
||
This bug added an (allowed) ABI change.
We need to check in the ABI change report, to silence the automatic change reporting.
(You didn't hear from me earlier, because ABI reporting was broken, see bug 1410909.)
Comment 4•7 years ago
|
||
Attachment #8921089 -
Flags: superreview?
Attachment #8921089 -
Flags: review?(ttaubert)
Updated•7 years ago
|
Attachment #8921089 -
Flags: superreview? → superreview?(franziskuskiefer)
Updated•7 years ago
|
Attachment #8921089 -
Flags: review?(ttaubert) → review+
Assignee | ||
Comment 5•7 years ago
|
||
Comment on attachment 8921089 [details] [diff] [review]
whitelist-abi-change-1396525.patch
Review of attachment 8921089 [details] [diff] [review]:
-----------------------------------------------------------------
lgtm
Attachment #8921089 -
Flags: superreview?(franziskuskiefer) → superreview+
You need to log in
before you can comment on or make changes to this bug.
Description
•