History log of /PHP-8.0/ext/openssl/openssl.c (Results 126 – 150 of 680)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 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


# 478f119a 04-Jan-2017 Sammy Kaye Powers

Update copyright headers to 2017


# 9e29f841 02-Jan-2017 Sammy Kaye Powers

Update copyright headers to 2017


# 0ebdf362 27-Nov-2016 Jakub Zelenka

Do not add extra timeval entropy when OpenSSL 1.1 used

It is already added by OpenSSL so it is not needed


# 0f421629 27-Nov-2016 Jakub Zelenka

Clean up and fix php_openssl_dh_pub_from_priv


# ce4869f0 20-Nov-2016 Jakub Zelenka

Fix bug #73478 (openssl_pkey_new() generates wrong pub/priv keys with Diffie Hellman)


# 2104bea5 12-Nov-2016 Kalle Sommer Nielsen

Remove Netware support

If this does not break the Unix system somehow, I'll be amazed. This should get most of it out, apologies for any errors this may cause on non-Windows ends which I can

Remove Netware support

If this does not break the Unix system somehow, I'll be amazed. This should get most of it out, apologies for any errors this may cause on non-Windows ends which I cannot test atm.

show more ...


# 493b2bff 06-Nov-2016 Jakub Zelenka

Fix bug #72776 (Invalid parameter in memcpy function trough openssl_pbkdf2)


# e840071b 06-Nov-2016 Jakub Zelenka

Never return private part of the key from openssl_csr_get_public_key

This fixes ecc.phpt test when OpenSSL 1.1 linked.


# 1a13809b 30-Oct-2016 Jakub Zelenka

Define X509_get_signature_nid for LibreSSL

It should hopefully fix the LibreSSL build. Thanks to Alice Wonder!


# 72659f95 30-Oct-2016 Jakub Zelenka

Fix EC_KEY memory leaks

It was caused by using of EVP_PKEY_get1_EC_KEY which increments an EC_KEY
reference. The fix it we simply use EVP_PKEY_get0_EC_KEY.


# 820bca8c 23-Oct-2016 Jakub Zelenka

Try to fix LibreSSL build


12345678910>>...28