]> granicus.if.org Git - php/commitdiff
- group openssl entries
authorPierre Joye <pajoye@php.net>
Sun, 30 Jul 2006 17:10:06 +0000 (17:10 +0000)
committerPierre Joye <pajoye@php.net>
Sun, 30 Jul 2006 17:10:06 +0000 (17:10 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 24aca2de7c76fb984047a8770d3a34b3efc38d82..c2af209c850df96bcc8d87f0929881c5e6443655 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,6 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 ?? Aug 2006, PHP 5.2.0RC2
-- Added support for custom algorithm in openssl_verify (Pierre)
 - Added an optional boolean parameter to memory_get_usage() and 
   memory_get_peak_usage() to get memory size allocated by emalloc() or real
   size of memory allocated from system. (Dmitry)
@@ -16,11 +15,15 @@ PHP                                                                        NEWS
   . Fixed bug #37564 (AES privacy encryption not possible due to net-snmp 5.2
     compatibility issue). (Patch: scott dot moynes+php at gmail dot com)
 
+- Improved OpenSSL extension: (Pierre)
+  . Added support for all supported algorithms in openssl_verify
+  . Fixed bug #28382 (openssl_x509_parse() extensions support)
+  . Fixed bug #38261 (openssl_x509_parse() leaks with invalid cert)
+  . Fixed bug #38255 (openssl possible leaks while passing keys)
+
 - Fixed phpinfo() cutoff of variables at \0. (Ilia)
 - Fixed a bug in the filter extension that prevented magic_quotes_gpc from
   being applied when RAW filter is used. (Ilia)
-- Fixed bug #38261 (openssl_x509_parse() leaks with invalid cert) (Pierre)
-- Fixed bug #38255 (openssl possible leaks while passing keys) (Pierre)
 - Fixed bug #38253 (PDO produces segfault with default fetch mode). (Tony)
 - Fixed bug #38236 (Binary data gets corrupted on multipart/formdata POST).
   (Ilia)