History log of /PHP-8.2/ext/openssl/openssl.c (Results 1 – 25 of 933)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 5e2a586c 10-Dec-2023 David Carlier

ext/openssl: fix libressl build.

Close GH-12919

# 7c4763ab 21-Dec-2023 Jakub Zelenka

Fix GH-12987: openssl_csr_sign might leak new cert on error

Closes GH-12988

# f90b4041 23-Oct-2023 Jakub Zelenka

Fix #50713: openssl_pkcs7_verify() may ignore untrusted CAs

Closes GH-12499

# b2f6b6ea 22-Oct-2023 Jakub Zelenka

Merge branch 'PHP-8.1' into PHP-8.2


# 83a242ec 21-Oct-2023 Jakub Zelenka

Fix GH-12489: Missing sigbio creation checking in openssl_cms_verify

Closes GH-12490

# a13cca8a 05-Mar-2023 Niels Dossche <7771979+nielsdos@users.noreply.github.com>

Merge branch 'PHP-8.1' into PHP-8.2

* PHP-8.1:
Add missing error check on PEM_write_bio_PKCS7()
Add missing error check on PEM_write_bio_CMS()
Add missing error check on i2

Merge branch 'PHP-8.1' into PHP-8.2

* PHP-8.1:
Add missing error check on PEM_write_bio_PKCS7()
Add missing error check on PEM_write_bio_CMS()
Add missing error check on i2d_PKCS12_bio()
Add missing error checks on EVP_MD_CTX_create() and EVP_VerifyInit()

show more ...


# 22c9e7e2 04-Mar-2023 Niels Dossche <7771979+nielsdos@users.noreply.github.com>

Add missing error check on PEM_write_bio_PKCS7()

Closes GH-10752.

# 51ea4a68 02-Mar-2023 nielsdos <7771979+nielsdos@users.noreply.github.com>

Add missing error check on PEM_write_bio_CMS()

On failure, this function returns 0. 2 other callers of this function
already check the return value, but this one was missed.

# d2ef1561 03-Mar-2023 nielsdos <7771979+nielsdos@users.noreply.github.com>

Add missing error check on i2d_PKCS12_bio()

This function returns 0 on error and 1 on success. The error case was
not checked and the function therefore would've returned true.
The o

Add missing error check on i2d_PKCS12_bio()

This function returns 0 on error and 1 on success. The error case was
not checked and the function therefore would've returned true.
The only other caller of i2d_PKCS12_bio() in the file has
a correct error check.

Closes GH-10761.

show more ...

# 0d011e46 16-Jan-2023 Dmitry Stogov

Revert "Merge branch 'PHP-8.0' into PHP-8.1"

This reverts commit 0116864cd312f9756f38a0ee0f83bb302a7e367b, reversing
changes made to 1f715f5658f5909a9346f56812fa605744d23880.

# 0116864c 12-Jan-2023 Tim Düsterhus

Merge branch 'PHP-8.0' into PHP-8.1

* PHP-8.0:
Revert "Make build work with newer OpenSSL"
[ci skip] Next release will be 8.0.28
[ci skip] Prepare for PHP 8.0.27 GA


# 255e08ac 03-Jan-2023 Gabriel Caruso

Revert "Make build work with newer OpenSSL"

This reverts commit 5f90134bb69a345c7edb5013e6461e84caa32dbc.

# 5f90134b 19-Dec-2022 Stanislav Malyshev

Make build work with newer OpenSSL

# c8d8bf7c 25-Nov-2022 Jakub Zelenka

Merge branch 'PHP-8.1' into PHP-8.2


# 500b28ad 25-Nov-2022 Jakub Zelenka

Fix GH-10000: Test failures when OpenSSL compiled with no-dsa

# c022ce92 25-Nov-2022 Jakub Zelenka

Merge branch 'PHP-8.1' into PHP-8.2


# ce572213 25-Nov-2022 Jakub Zelenka

Fix GH-9064: PHP fails to build if openssl was built with no-ec

# 3d90a24e 24-Nov-2022 Jakub Zelenka

Fix GH-9997: OpenSSL engine clean up segfault

# 3e2184f7 22-Oct-2022 Jakub Zelenka

Fix OpenSSL conflicting merge for compilation issue with old digests

# cb3d5a77 22-Oct-2022 Jakub Zelenka

Merge branch 'PHP-8.1' into PHP-8.2


# ec844ccc 22-Oct-2022 Jakub Zelenka

Merge branch 'PHP-8.0' into PHP-8.1


# fa1b6ab5 22-Oct-2022 Jakub Zelenka

Fix GH-8430: OpenSSL compiled with old disgests does not build

Specifically no-md2, no-md4 or no-rmd160 were not supported

# 1ef65c1c 17-Oct-2022 Jakub Zelenka

Clean up OpenSSL engine list when OpenSSL 1.0.2 used

Attempt to fix GH-8620.

# a01dd9fe 14-Sep-2022 Bob Weinand

Revert "Port all internally used classes to use default_object_handlers"

This reverts commit 94ee4f9834743ca74f6c9653863273277ce6c61a.

The commit was a bit too late to be included i

Revert "Port all internally used classes to use default_object_handlers"

This reverts commit 94ee4f9834743ca74f6c9653863273277ce6c61a.

The commit was a bit too late to be included in PHP 8.2 RC1. Given it's a massive ABI break, we decide to postpone the change to PHP 8.3.

show more ...

# f126769a 11-Sep-2022 Jakub Zelenka

Fix bug GH-9517: Compilation error in openssl extension

12345678910>>...38