Closed
Bug 625439
Opened 15 years ago
Closed 15 years ago
Don't call OpenSSL_add_all_algorithms()
Categories
(Cloud Services Graveyard :: Firefox Home, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: st3fan, Unassigned)
Details
(Whiteboard: [qa-])
"Calling OpenSSL_add_all_algorithms() links in all algorithms: as a result a statically linked executable can be quite large. If this is important it is possible to just add the required ciphers and digests."
So we should not do that.
Reporter | ||
Comment 1•15 years ago
|
||
Fixed in https://hg.mozilla.org/services/fx-home/rev/ec7c68e670f3 .. shaved about 100KB off the app and removed a memory leak because we called OpenSSL_add_all_algorithms() multiple times.
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Comment 2•15 years ago
|
||
how to test this?
Reporter | ||
Comment 3•15 years ago
|
||
There is no way to test this.
Updated•14 years ago
|
Whiteboard: [qa-]
Updated•7 years ago
|
Product: Cloud Services → Cloud Services Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•