Closed
Bug 333600
Opened 19 years ago
Closed 19 years ago
ssltap should format and display TLS hello extensions and alerts
Categories
(NSS :: Tools, enhancement, P2)
Tracking
(Not tracked)
RESOLVED
FIXED
3.11.1
People
(Reporter: nelson, Assigned: nelson)
Details
(Whiteboard: ECC)
Attachments
(1 file, 1 obsolete file)
17.39 KB,
patch
|
alvolkov.bgs
:
review+
|
Details | Diff | Splinter Review |
Several TLS hello extensions are being added to NSS for NSS 3.11.1
ssltap should be able to display them properly.
P2
Assignee | ||
Updated•19 years ago
|
Priority: -- → P2
Assignee | ||
Comment 1•19 years ago
|
||
The same RFC that defines new hello extensions also defines new alerts.
The implementation of this RFE must include implementation of those alerts.
Summary: ssltap should format and display TLS hello extensions → ssltap should format and display TLS hello extensions and alerts
Assignee | ||
Comment 2•19 years ago
|
||
Taking. This patch needs more testing before I ask for review.
Assignee: alexei.volkov.bugs → nelson
Status: NEW → ASSIGNED
Assignee | ||
Updated•19 years ago
|
Whiteboard: ECC
Assignee | ||
Comment 3•19 years ago
|
||
Alexei, please reivew. Note that this patch also includes
the patch for bug 334314, which you have already reviewed.
I hope you don't mind it appearing twice.
Attachment #218657 -
Attachment is obsolete: true
Attachment #218729 -
Flags: review?(alexei.volkov.bugs)
Comment 4•19 years ago
|
||
Comment on attachment 218729 [details] [diff] [review]
debugged patch
Looks good and works well.
Miner:
Not every occurrence of PR_fprintf(PR_STDOUT, x )
is substituted to PR_FPUTS.
Nice finding of param%1 for calculating odd value.
should the warning be issued if pos >= length in the while loop of print_hello_extention?
Attachment #218729 -
Flags: review?(alexei.volkov.bugs) → review+
Assignee | ||
Comment 5•19 years ago
|
||
Checked in on trunk and branch.
Checking in ssltap.c; new revision: 1.8; previous revision: 1.7
Checking in ssltap.c; new revision: 1.7.2.1; previous revision: 1.7
Status: ASSIGNED → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•