aboutsummaryrefslogtreecommitdiffstats
path: root/main/openssl/fix-use-after-free-without-freelist.patch
Commit message (Collapse)AuthorAgeFilesLines
* main/openssl: security upgrade to 1.0.1h (multiple CVE)Timo Teräs2014-06-051-13/+0
| | | | | | | | | | Newly fixed CVEs: CVE-2014-0224 SSL/TLS MITM vulnerability CVE-2014-0221 DTLS recursion flaw CVE-2014-0195 DTLS invalid fragment vulnerability Previously fixed in Alpine by cherry picks: CVE-2014-0198 SSL_MODE_RELEASE_BUFFERS NULL pointer dereference
* main/openssl: fix use after free happening without freebufsTimo Teräs2014-04-111-0/+13
and it also happens with freebufs on multi-threaded programs.