diff options
author | Jakub Zelenka <bukka@php.net> | 2017-04-24 17:11:36 +0100 |
---|---|---|
committer | Jakub Zelenka <bukka@php.net> | 2017-04-24 17:11:36 +0100 |
commit | 9fa347997a47d5b44515a701b695e47696cba04b (patch) | |
tree | f17d87c27475b7b27cc7f6f6dd6bca2f86fe052c /NEWS | |
parent | f7b8322b144122baddaf365c37dca3b8e547725e (diff) | |
download | php-git-9fa347997a47d5b44515a701b695e47696cba04b.tar.gz |
Fix bug #73833 (null character not allowed in openssl_pkey_get_private)
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -38,6 +38,8 @@ PHP NEWS loss). (Yussuf Khalil) - OpenSSL: + . Fixed bug #73833 (null character not allowed in openssl_pkey_get_private). + (Jakub Zelenka) . Fixed bug #73711 (Segfault in openssl_pkey_new when generating DSA or DH key). (Jakub Zelenka) . Fixed bug #74341 (openssl_x509_parse fails to parse ASN.1 UTCTime without |