Closed
Bug 1342019
Opened 8 years ago
Closed 8 years ago
selfserv doesn't allow setting SSL_REQUIRE_SAFE_NEGOTIATION
Categories
(NSS :: Tools, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: hkario, Unassigned)
Details
User Agent: Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:51.0) Gecko/20100101 Firefox/51.0
Build ID: 20170126153126
Steps to reproduce:
selfserv -h
Actual results:
no option allowing to set the SSL_REQUIRE_SAFE_NEGOTIATION option on socket
Expected results:
a command line option that will allow to require safe renegotiation on server side and reject connection without EMPTY_RENEGOTIATION_INFO_SCSV or renegotiation_info extension
Updated•8 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 1•8 years ago
|
||
Hubert, I found that it's possible to set environment variable
NSS_SSL_REQUIRE_SAFE_NEGOTIATION=1
to change the default.
Does that help you with selfserv testing?
Comment 2•8 years ago
|
||
In addition you need
export NSS_SSL_ENABLE_RENEGOTIATION=1
Comment 3•8 years ago
|
||
Closing as WONTFIX.
The environment variables appear to be sufficient, according to my testing.
Going forward renegotiation will no longer be supported (in TLS 1.3), so I think we can skip adding this option.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•