]> granicus.if.org Git - php/commitdiff
NEWS entry new OpenSSL option [doc]
authorLars Strojny <lstrojny@php.net>
Wed, 30 Jan 2013 23:32:44 +0000 (00:32 +0100)
committerLars Strojny <lstrojny@php.net>
Wed, 30 Jan 2013 23:32:44 +0000 (00:32 +0100)
NEWS
ext/openssl/xp_ssl.c

diff --git a/NEWS b/NEWS
index d3a450e164aac1eb69c895839ed65bf057393bc6..2fc746e3fe295d1ccc1e950eae9ee7dcb3b02188 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -47,6 +47,10 @@ PHP                                                                        NEWS
   . Fixed bug #63916 (PDO::PARAM_INT casts to 32bit int internally even
     on 64bit builds in pdo_sqlite). (srgoogleguy, Lars)
 
+- OpenSSL:
+  . New SSL stream context option to prevent CRIME attack vector. (Daniel Lowrey,
+    Lars)
+
 17 Jan 2012, PHP 5.4.11
 
 - Core:
index 8b0fe69e420bca4a96960c801b8fa180efdff39f..0e1523853a50cfea2b7c0e1091fd95dd68febb4b 100644 (file)
@@ -398,7 +398,7 @@ static inline int php_openssl_setup_crypto(php_stream *stream,
 #if OPENSSL_VERSION_NUMBER >= 0x10000000L
        {
                zval **val;
-               
+
                if (stream->context && SUCCESS == php_stream_context_get_option(
                                        stream->context, "ssl", "disable_compression", &val) &&
                                zval_is_true(*val)) {