Closed
Bug 1694214
Opened 4 years ago
Closed 4 years ago
tstclnt can't enable middlebox compat mode
Categories
(NSS :: Tools, enhancement, P5)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: hkario, Unassigned)
Details
Attachments
(2 files)
When testing CVE-2020-25648 and the learning about the regression from bug 1672703, I wanted to check the behaviour with and without the SSL_ENABLE_TLS13_COMPAT_MODE flag set.
tstclnt doesn't support it though, so I can't test behaviour with this flag enabled
I've checked the help message of version 3.53.1
Comment 1•4 years ago
|
||
If there is any chance you can submit a patch, I would gladly accept it... : )
Severity: -- → N/A
Type: defect → enhancement
Priority: -- → P5
Reporter | ||
Comment 2•4 years ago
|
||
I gave implementing it a shot, seems to work ok; I can see empty session_ID without it and 32 random bytes in it with the option set
Attachment #9205372 -
Flags: review?(bbeurdouche)
Comment 3•4 years ago
|
||
Updated•4 years ago
|
Attachment #9205372 -
Flags: review?(bbeurdouche) → review+
Comment 4•4 years ago
|
||
Thank you Hubert ! : )
https://hg.mozilla.org/projects/nss/rev/38a91427d65fffd0d7f7d2b6d0bcee7dc8b77a37
Comment 5•4 years ago
|
||
Shouldn't this bug be closed as fixed since the patch landed?
Flags: needinfo?(bbeurdouche)
Comment 6•4 years ago
|
||
Indeed, thank you Mathew!
Status: NEW → RESOLVED
Closed: 4 years ago
Flags: needinfo?(bbeurdouche)
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•