Commit: 3f322eafe61e9698141c9c3587094fc0576e63af Author: Stanislav Malyshev <[email protected]> Wed, 19 Feb 2014 12:42:18 -0800 Parents: 6009ca64017ad5a7a54be68305cf2af58d2860f9 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=3f322eafe61e9698141c9c3587094fc0576e63af Log: fix CVE number for subjectAltName Changed paths: M ChangeLog-5.php Diff: diff --git a/ChangeLog-5.php b/ChangeLog-5.php index 3cd0dcf..b6f2373 100644 --- a/ChangeLog-5.php +++ b/ChangeLog-5.php @@ -853,7 +853,7 @@ function peclbugl($number) { echo "<a href=\"http://pecl.php.net/bugs/bug.php? <b>12-Dec-2013</b> <ul><li>Openssl: <ul> - <li>Fixed handling null bytes in subjectAltName (CVE-2013-4073).</li> + <li>Fixed handling null bytes in subjectAltName (CVE-2013-4248).</li> <li>Fixed memory corruption in openssl_x509_parse() (CVE-2013-6420). (Stefan Esser).</li> </ul></li> </ul> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
