Open
Bug 570439
Opened 15 years ago
Updated 2 years ago
Enable selfserv to optionally serve without any SSL/TLS at all
Categories
(NSS :: Tools, enhancement, P3)
NSS
Tools
Tracking
(Not tracked)
NEW
People
(Reporter: nelson, Unassigned)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
5.77 KB,
patch
|
Details | Diff | Splinter Review |
I'd like selfserv to have a way to run as an http (not https) server.
This would be useful for comparison purposes, comparing http and https
performance. It might also have other uses.
I have developed a simple patch to enable this. Because of the impending
changes to the way that libSSL handles the range of supported versions,
this patch will need to change, but it's a start. Forthcoming.
Reporter | ||
Comment 1•15 years ago
|
||
Reporter | ||
Comment 2•15 years ago
|
||
Comment on attachment 449571 [details] [diff] [review]
working patch - work in progress
Besides the obvious things you'd expect this patch to do, this patch moves a large block of definitions of static and global variables from the middle of the file to the beginning of the file, so that they will be accessible from functions earlier in the file than at present.
Updated•2 years ago
|
Severity: normal → S3
Comment 3•2 years ago
|
||
The bug assignee is inactive on Bugzilla, so the assignee is being reset.
Assignee: nelson → nobody
You need to log in
before you can comment on or make changes to this bug.
Description
•