Closed
Bug 313680
Opened 20 years ago
Closed 20 years ago
add missing TLS cipher suites to SSLTAP
Categories
(NSS :: Tools, defect, P2)
Tracking
(Not tracked)
RESOLVED
FIXED
3.11.1
People
(Reporter: alvolkov.bgs, Assigned: alvolkov.bgs)
Details
Attachments
(2 files)
4.82 KB,
patch
|
nelson
:
review+
|
Details | Diff | Splinter Review |
5.52 KB,
patch
|
nelson
:
review+
|
Details | Diff | Splinter Review |
when testing with openssl ciphers, ssltap reports the following ciphers
in ciphers suite section of client handshake decoded message:
cipher_suites[1] = {
(0x0060) ????/????????/?????????/???
}
and
cipher_suites[1] = {
(0x0061) ????/????????/?????????/???
}
These ids correspond to the following ciphers:
{ 0x0060, "TLS_RSA_EXPORT1024_WITH_RC4_56_MD5" },
{ 0x0061, "TLS_RSA_EXPORT1024_WITH_RC2_CBC_56_MD5" },
![]() |
||
Comment 1•20 years ago
|
||
Alexei
I think this is a dup of a bug assigned to me.
Please look for that bug and if you find it, mark this as a duplicate of that.
search for bugs with comments containing ssltap.
Component: Libraries → Tools
Summary: add missing TLS cipher types → add missing TLS cipher types to SSLTAP
![]() |
||
Comment 2•20 years ago
|
||
I was thinking of bug 201138, which was marked fixed 2 years ago.
Alexei,
Please submit a patch to bring ssltap's list of cipher suite names up to date.
It might as well include all the defined SSL3/TLS cipher suites and not only
those implemented by NSS.
Assignee: wtchang → alexei.volkov.bugs
![]() |
Assignee | |
Comment 3•20 years ago
|
||
Attachment #201566 -
Flags: review?(nelson)
![]() |
||
Comment 4•20 years ago
|
||
Comment on attachment 201566 [details] [diff] [review]
fix
r=nelson
This list is good, as far as it goes.
I think we might also want to add names for 72-74, 79, 7c-7e, and 80-83.
But you can add this list while digging for the rest of them.
![]() |
||
Updated•20 years ago
|
Attachment #201566 -
Flags: review?(nelson) → review+
![]() |
Assignee | |
Comment 5•20 years ago
|
||
patch includes names for 72-74, 79, 7c-7e, and 80-83 ids.
Attachment #202126 -
Flags: review?(nelson)
![]() |
||
Comment 6•20 years ago
|
||
Comment on attachment 202126 [details] [diff] [review]
more complete cipher list
r=nelson
Attachment #202126 -
Flags: review?(nelson) → review+
![]() |
Assignee | |
Updated•20 years ago
|
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
![]() |
||
Comment 7•20 years ago
|
||
Please get a second review for the 3.11 branch.
Status: RESOLVED → REOPENED
Priority: -- → P2
Resolution: FIXED → ---
Target Milestone: --- → 3.11.1
![]() |
||
Comment 8•20 years ago
|
||
Hmm. It appears this patch is already in the NSS 3.11 branch.
Thanks.
Status: REOPENED → RESOLVED
Closed: 20 years ago → 20 years ago
Resolution: --- → FIXED
Summary: add missing TLS cipher types to SSLTAP → add missing TLS cipher suites to SSLTAP
You need to log in
before you can comment on or make changes to this bug.
Description
•