#
0730fc88 |
| 27-Jun-2015 |
Christoph M. Becker |
updated NEWS |
#
85bbfb19 |
| 26-Jun-2015 |
Kalle Sommer Nielsen |
Fixed bug #69939 (Casting object to bool returns false) |
#
03a670ea |
| 25-Jun-2015 |
Tjerk Meesters |
Merge branch 'PHP-5.6' * PHP-5.6: Fixed #69882: OpenSSL error "key values mismatch" after openssl_pkcs12_read with extra certs
|
#
2ff3dafc |
| 25-Jun-2015 |
Tjerk Meesters |
Fixed #69882: OpenSSL error "key values mismatch" after openssl_pkcs12_read with extra certs Squashed commit of the following: commit a64c1d9bc4c129fd946a478bdcb55101e42157b7 Au
Fixed #69882: OpenSSL error "key values mismatch" after openssl_pkcs12_read with extra certs Squashed commit of the following: commit a64c1d9bc4c129fd946a478bdcb55101e42157b7 Author: Tomasz Sawicki <falundir@gmail.com> Date: Wed Jun 24 08:49:37 2015 +0200 Fix #69882: OpenSSL error "key values mismatch" after openssl_pkcs12_read with extra certs The "key values mismatch" error is triggered in openssl_pkcs12_read by PKCS12_parse, because it uses X509_check_private_key to separate main certificate (which corresponds to private key) from extra certificates. Extra certificates usually comes first (p12 contents are reversed as stack) and X509_check_private_key triggers X509_R_KEY_VALUES_MISMATCH error. The fix pops "key values mismatch" error from OpenSSL error stack for each extra certificate if there are any.
show more ...
|
Revision tags: php-5.6.11RC1 |
|
#
1efe5b11 |
| 24-Jun-2015 |
Ferenc Kovacs |
5.6.12 next |
#
8e440dc1 |
| 24-Jun-2015 |
Julien Pauli |
5.5.28 now - Security Only |
Revision tags: php-5.5.27RC1 |
|
#
e821a13a |
| 24-Jun-2015 |
Anatol Belski |
fix NEWS |
#
74644247 |
| 23-Jun-2015 |
Christoph M. Becker |
updated NEWS |
#
e181931f |
| 23-Jun-2015 |
Christoph M. Becker |
updated NEWS |
#
b03f743e |
| 23-Jun-2015 |
Christoph M. Becker |
updated NEWS |
#
e08d27d6 |
| 23-Jun-2015 |
Christoph M. Becker |
updated NEWS |
#
13347225 |
| 23-Jun-2015 |
Christoph M. Becker |
updated NEWS |
Revision tags: php-7.0.0alpha2 |
|
#
1cbcbcbc |
| 23-Jun-2015 |
Christoph M. Becker |
updated NEWS |
#
95b6575a |
| 23-Jun-2015 |
Christoph M. Becker |
Moved NEWS entry for bug #69864 to proper category |
#
868b9328 |
| 23-Jun-2015 |
Christoph M. Becker |
Moved NEWS entry for bug #69864 to proper category |
#
eef6b10b |
| 23-Jun-2015 |
Christoph M. Becker |
Moved NEWS entry for bug #69864 to proper category |
#
6f0afee3 |
| 23-Jun-2015 |
Christoph M. Becker |
updated NEWS |
#
7953ff4e |
| 23-Jun-2015 |
Christoph M. Becker |
updated NEWS |
#
75b2ce28 |
| 23-Jun-2015 |
Christoph M. Becker |
updated NEWS |
#
0da4c34f |
| 22-Jun-2015 |
Kalle Sommer Nielsen |
Fixed bug #69897 (segfault when manually constructing SQLite3Result) |
#
f3df3df8 |
| 21-Jun-2015 |
Jakub Zelenka |
Fix bug #68546 (json_decode cannot access property started with \0) |
#
e8217a27 |
| 20-Jun-2015 |
Nikita Popov |
Fix bug #69891 |
#
5bf7a3aa |
| 20-Jun-2015 |
Nikita Popov |
Fixed bug #69893 |
#
9589d26e |
| 20-Jun-2015 |
Nikita Popov |
Merge branch 'PHP-5.6' Conflicts: Zend/zend_hash.c
|
#
e09d3155 |
| 20-Jun-2015 |
Nikita Popov |
Merge branch 'PHP-5.5' into PHP-5.6
|