History log of /php-src/ext/openssl/openssl.c (Results 126 – 150 of 935)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
Revision tags: php-7.4.3, php-7.2.28, php-7.3.15RC1, php-7.4.3RC1, php-7.3.15, php-7.2.27
# 7cb1a706 21-Jan-2020 Christoph M. Becker

Merge branch 'PHP-7.4'

* PHP-7.4:
Fix #79145: openssl memory leak


# 16a8a608 21-Jan-2020 Christoph M. Becker

Merge branch 'PHP-7.3' into PHP-7.4

* PHP-7.3:
Fix #79145: openssl memory leak


# 9eff906a 21-Jan-2020 Christoph M. Becker

Fix #79145: openssl memory leak

We must increase the refcount of `return_value` only if `cert` is a
resource; this is already done in `php_openssl_evp_from_zval()`,
though.

Revision tags: php-7.4.2, php-7.3.14
# d1764ca3 15-Jan-2020 Máté Kocsis

Make error messages more consistent by fixing capitalization

Closes GH-5066 As a first step, let's capitalize their initial letter when it is applicable.

# c3cf01b5 16-Jan-2020 Máté Kocsis

Fix #78880: Yet another batch of spelling errors

Revision tags: php-7.3.14RC1, php-7.4.2RC1
# bbcfa66e 03-Jan-2020 Máté Kocsis

Use RETURN_THROWS() after zend_fetch_resource*()

# 34570372 31-Dec-2019 Máté Kocsis

Use RETURN_THROWS() during ZPP in most of the extensions

Except for some bigger ones: reflection, sodium, spl

Revision tags: php-7.4.1, php-7.2.26, php-7.3.13, php-7.4.1RC1, php-7.3.13RC1, php-7.2.26RC1, php-7.4.0, php-7.2.25, php-7.3.12, php-7.4.0RC6, php-7.3.12RC1, php-7.2.25RC1
# 34defbb7 01-Nov-2019 Christoph M. Becker

Accept int parameter in the first place

This is more liberal then before, where that parameter (if given) had
to be IS_LONG, while now it would be converted to int according to weak

Accept int parameter in the first place

This is more liberal then before, where that parameter (if given) had
to be IS_LONG, while now it would be converted to int according to weak
typing rules. This is, however, more what a developer would expect.

show more ...

# 2204dbde 31-Oct-2019 Máté Kocsis

Add missing ZPP checks

Closes GH-4878.

# 5dd5f1bc 01-Nov-2019 Christoph M. Becker

Finish OpenSSL arginfo stubs

# 94938934 29-Oct-2019 Máté Kocsis

Cleanup return values when parameter parsing is unsuccessful

# e4593c51 30-Oct-2019 Rimvydas Zilinskas

Add more openssl stubs

Co-authored-by: Christoph M. Becker <cmbecker69@gmx.de>

Revision tags: php-7.4.0RC5, php-7.1.33, php-7.2.24, php-7.3.11, php-7.4.0RC4, php-7.3.11RC1, php-7.2.24RC1
# 95181553 07-Oct-2019 Gabriel Caruso

Add missing zend_parse_parameters_none() checks

Closes GH-4796.

Revision tags: php-7.4.0RC3
# 5d6e923d 24-Sep-2019 Gabriel Caruso

Remove mention of PHP major version in Copyright headers

Closes GH-4732.

Revision tags: php-7.2.23, php-7.3.10, php-7.4.0RC2, php-7.2.23RC1, php-7.3.10RC1, php-7.4.0RC1, php-7.1.32, php-7.2.22, php-7.3.9, php-7.4.0beta4, php-7.2.22RC1, php-7.3.9RC1
# 31d7f976 10-Aug-2019 Rimvydas Zilinskas

Add partial openssl stubs

Closes GH-4509.

# 699b465d 09-Aug-2019 Nikita Popov

Fixed bug #78391

# 4276d669 09-Aug-2019 Nikita Popov

Merge branch 'PHP-7.4'


# 69a77134 09-Aug-2019 Nikita Popov

Fixed bug #78391

Revision tags: php-7.4.0beta2, php-7.1.31, php-7.2.21, php-7.3.8, php-7.4.0beta1, php-7.2.21RC1, php-7.3.8RC1, php-7.4.0alpha3, php-7.3.7, php-7.2.20, php-7.4.0alpha2
# d8b2b070 21-Jun-2019 Nikita Popov

Merge branch 'PHP-7.4'


# 021bb35a 21-Jun-2019 Nikita Popov

Merge branch 'PHP-7.3' into PHP-7.4


# 66e4b785 21-Jun-2019 Nikita Popov

Merge branch 'PHP-7.2' into PHP-7.3


# 99f3e0f0 21-Jun-2019 Nikita Popov

Fix PKCS12 leak in openssl

# c939a678 21-Jun-2019 Nikita Popov

Fix d leak in ecc openssl_pkey_new

# dfe6f0c1 21-Jun-2019 Nikita Popov

Fix netscape spki leak in openssl

# a0da2fb2 21-Jun-2019 Nikita Popov

Fix X509 leak in openssl_pkcs7_verify()

12345678910>>...38