Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | polarssl: add fix for CVE-2015-1182 | Gustavo Zacarias | 2015-01-26 | 1 | -27/+0 |
| | | | | | | | | Fixes CVE-2015-1182 - Remote attack using crafted certificates. Also rename patches to new naming convention. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com> | ||||
* | polarssl: disable assembly for more scenarios | Gustavo Zacarias | 2014-10-27 | 1 | -0/+27 |
Disable assembly optimizations for: Microblaze in general (previously a patch). ARM with debugging in Thumb1/2 mode. This one fixes: http://autobuild.buildroot.net/results/31e/31e8c4e29d51039cd5d213c2fe176a9cc39879da/ Do so in a nicer way with a one-liner sed and drop the patch. And rename patches around, numbering was off. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> |