Matt Caswell 77c77f0a1b Multiblock corrupted pointer fix
OpenSSL 1.0.2 introduced the "multiblock" performance improvement. This
feature only applies on 64 bit x86 architecture platforms that support AES
NI instructions. A defect in the implementation of "multiblock" can cause
OpenSSL's internal write buffer to become incorrectly set to NULL when
using non-blocking IO. Typically, when the user application is using a
socket BIO for writing, this will only result in a failed connection.
However if some other BIO is used then it is likely that a segmentation
fault will be triggered, thus enabling a potential DoS attack.

CVE-2015-0290

Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Andy Polyakov <appro@openssl.org>
2015-03-19 11:11:22 +00:00
..
2015-03-09 10:54:06 +00:00
2015-02-27 20:31:28 +00:00
2015-01-22 09:31:38 +00:00
2014-11-27 21:46:00 +00:00
2015-03-10 10:45:52 +00:00
2015-03-11 10:45:23 +00:00
2015-03-19 11:11:22 +00:00
2015-02-27 15:18:20 +00:00
2015-01-22 09:31:38 +00:00
2015-01-22 09:31:38 +00:00
2015-01-22 09:31:38 +00:00
2015-01-22 09:31:38 +00:00
2015-03-08 17:31:48 +00:00
2015-01-07 02:15:35 +01:00
2015-02-06 10:08:58 +00:00
2015-03-17 13:48:04 +00:00
2015-03-12 09:29:48 +00:00
2015-01-22 09:31:38 +00:00