aboutsummaryrefslogtreecommitdiffstats
path: root/main/openssl/abi-compat-no-freelists.patch
Commit message (Collapse)AuthorAgeFilesLines
* main/openssl: disable free(2) caching in ssl codeWilliam Pitcock2014-04-091-0/+13
This code is dubious at best and also responsible for the heartbleed vulnerability being exposed in the first place. With the heartbleed test on a broken version, this results in a daemon crash instead of private key exposure. We add dummy padding to preserve ABI compatibility with older packages.