History log of /PHP-7.4/ext/openssl/openssl.c (Results 76 – 100 of 641)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# cbe73b3c 09-Jun-2017 Anatol Belski

Fixed bug #74720 pkcs7_en/decrypt does not work if \x1a is used in

content


# 37049476 04-Jun-2017 Jakub Zelenka

Replace ASN1_STRING_data with ASN1_STRING_get0_data

This is a slightly modified version of the patch from Jelle van der Waa
( @jelly ) so full credit to him.


# c742abb3 30-May-2017 Jelle van der Waa

openssl_pkcs12_read: add missing BIO_free

When filling the extracerts array with certificates bio_out is created
but not free'd leading to a small memory leak of 224 bytes (reported by

openssl_pkcs12_read: add missing BIO_free

When filling the extracerts array with certificates bio_out is created
but not free'd leading to a small memory leak of 224 bytes (reported by
valgrind).

show more ...


Revision tags: php-7.1.6RC1, php-7.0.20RC1
# 464c1639 18-May-2017 Anatol Belski

follow up fix on bug #74022


Revision tags: php-7.1.5, php-7.0.19
# 6028fe51 30-Apr-2017 Jakub Zelenka

Fix bug #73808 (iv length warning too restrictive for aes-128-ccm)


# a0b9554f 27-Apr-2017 Jakub Zelenka

Fix possible memory leak in openssl_encrypt and openssl_decrypt


Revision tags: php-7.0.19RC1, php-7.1.5RC1, php-7.1.4, php-7.0.18, php-7.1.4RC1, php-7.0.18RC1, php-7.1.3, php-7.0.17, php-7.1.3RC1, php-7.0.17RC1, php-7.1.2, php-7.0.16, php-7.0.16RC1, php-7.1.2RC1, php-5.6.30, php-7.0.15, php-5.6.30RC1, php-7.1.1RC1, php-7.0.15RC1, php-7.1.1, php-5.6.29, php-7.0.14, php-7.1.0, php-5.6.29RC1, php-7.0.14RC1, php-7.1.0RC6, php-5.6.28, php-7.0.13, php-5.6.28RC1, php-7.1.0RC5, php-7.0.13RC1, php-7.1.0RC4, php-5.6.27, php-7.0.12, php-7.1.0RC3, php-5.6.27RC1, php-7.0.12RC1, php-5.6.26, php-7.1.0RC2, php-7.0.11, php-5.6.26RC1, php-7.1.0RC1, php-7.0.11RC1, php-7.1.0beta3, php-5.6.25, php-7.0.10, php-7.1.0beta2, php-5.6.25RC1
# c0203c0c 03-Aug-2016 Jakub Zelenka

Do not add already added object to the internal OpenSSL table

This fixes OpenSSL 1.1 where adding object with OID that has been
already added causes an error - preventing of duplication.


# 9fa34799 24-Apr-2017 Jakub Zelenka

Fix bug #73833 (null character not allowed in openssl_pkey_get_private)


# 366b1640 23-Apr-2017 Jakub Zelenka

Fix bug #73711 (Segfault in openssl_pkey_new when generating DSA or DH key)


# 42e576ac 10-Apr-2017 Xinchen Hui

Fixed bug #74402 (segfault on random_bytes, bin2hex, openssl_seal)


# cdc33251 07-Apr-2017 Jakub Zelenka

Add OpenSSL 1.1.0 support to PHP 7.0


# 46d28657 30-Mar-2017 Moritz Fain

Fixed bug #74341

Added support for ASN.1 UTCTime without seconds part (being 11 characters
long instead of 13).

Additionally, fixed incorrect handling of DST on systems without

Fixed bug #74341

Added support for ASN.1 UTCTime without seconds part (being 11 characters
long instead of 13).

Additionally, fixed incorrect handling of DST on systems without gmtoff.

show more ...


# 15b8b124 17-Feb-2017 andrewnester

Fixed #74099 - Memory leak with openssl_encrypt()


# 6fc0ae63 02-Feb-2017 Anatol Belski

Fixed #74022 PHP Fast CGI crashes when reading from a pfx file.


# 519b0dc8 25-Jan-2017 Jakub Zelenka

Fix bug #73978 (openssl_decrypt triggers bug in PDO)


# 85589ca6 18-Jan-2017 Leigh

Add php_openssl_store_errors to bailouts


# e7e96fe2 18-Jan-2017 Leigh

Change free to OPENSSL_free


# 9977bdf9 18-Jan-2017 Thomas Punt

Remove more TSRMLS_CC macros


# 21f28791 07-Jan-2017 Leigh

Remove superfluous variable reinit


# 62e9e1fe 06-Jan-2017 Leigh

Some commentary, change free method


# 9a0dac12 06-Jan-2017 Leigh

Conditionally free depending on how assignment happened


# 053b9661 06-Jan-2017 Leigh

Fix memleaks from #1755 and some pre-existing ones


# 2d424239 06-Jan-2017 Joe Watkins

Merge branch 'pull-request/1755'

* pull-request/1755:
Fix bug #71519 Add 'serialNumberHex' variable to openssl_x509_parse


# 0884cffb 06-Jan-2017 Joe Watkins

Merge branch 'pull-request/1755'

* pull-request/1755:
Fix bug #71519 Add 'serialNumberHex' variable to openssl_x509_parse


# dac6c639 04-Jan-2017 Sammy Kaye Powers

Update copyright headers to 2017


12345678910>>...26