History log of /PHP-7.0/ext/openssl/openssl.c (Results 26 – 50 of 464)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# cd8c9b06 13-Oct-2016 Stanislav Malyshev

Fix outlen for openssl function

Even though datalen can't be over int, outlen can.


# b135ba3f 12-Oct-2016 Anatol Belski

followup with #73276 merge


# 7dc8b5e7 11-Oct-2016 Stanislav Malyshev

Fix bug #73276 - crash in openssl_random_pseudo_bytes function

(cherry picked from commit 85a22a0af0722ef3a8d49a056a0b2b18be1fb981)


# 85a22a0a 11-Oct-2016 Stanislav Malyshev

Fix bug #73276 - crash in openssl_random_pseudo_bytes function


# 8822f7c9 11-Oct-2016 Stanislav Malyshev

fix bug #73275 - crash in openssl_encrypt function


Revision tags: php-7.0.10RC1, php-7.1.0beta1, php-5.6.24, php-7.0.9, php-5.5.38, php-5.6.24RC1, php-7.1.0alpha3, php-7.0.9RC1, php-7.1.0alpha2, php-7.0.8, php-5.6.23, php-5.5.37
# 0e2447cd 12-Jun-2016 Jakub Zelenka

Fix bug #71915 (openssl_random_pseudo_bytes is not fork-safe)

Add time to the entropy before using RAND_bytes


# 54310d95 12-Jun-2016 Jakub Zelenka

Fix bug #72336 (openssl_pkey_new does not fail for invalid DSA params)


Revision tags: php-5.6.23RC1
# 05033c9e 08-Jun-2016 Jakub Zelenka

Fix bug #72140 (segfault after calling ERR_free_strings())


Revision tags: php-7.0.8RC1, php-7.1.0alpha1, php-5.6.22, php-5.5.36, php-7.0.7, php-5.6.22RC1, php-7.0.7RC1
# 5afba67b 06-May-2016 Anatol Belski

Re-fix #72165

Reverted previous wrong patch, throw warning for numeric keys.
Numeric field names are not supported, see "distinguished name"
section here https://www.openssl.org/docs

Re-fix #72165

Reverted previous wrong patch, throw warning for numeric keys.
Numeric field names are not supported, see "distinguished name"
section here https://www.openssl.org/docs/manmaster/apps/req.html

show more ...


# dd5479ea 06-May-2016 Anatol Belski

Revert "Fixed bug #72165 Null pointer dereference - openssl_csr_new"

This reverts commit 7277c85765d1053c8cd1d1093902df541b3d101a.


# 7277c857 06-May-2016 Anatol Belski

Fixed bug #72165 Null pointer dereference - openssl_csr_new


Revision tags: php-7.0.6, php-5.6.21, php-5.5.35, php-5.6.21RC1, php-7.0.6RC1, php-5.6.20, php-5.5.34, php-7.0.5, php-5.6.20RC1, php-7.0.5RC1, php-5.6.19, php-5.5.33, php-7.0.4
# 9afb29aa 18-Feb-2016 Stanislav Malyshev

Remove TSRMLS_* from code, they are not used anymore


Revision tags: php-5.6.19RC1, php-7.0.4RC1
# c9357f82 14-Feb-2016 Nikita Popov

Format string fixes

Conflicts:
ext/pgsql/pgsql.c


Revision tags: php-5.6.18, php-7.0.3, php-5.5.32
# 33b1fbbb 01-Feb-2016 Stanislav Malyshev

Fixed bug #71475: openssl_seal() uninitialized memory usage


# a63d0f55 25-Jan-2016 Jakub Zelenka

Fix memory leak with not freeing OpenSSL errors


Revision tags: php-5.6.18RC1, php-7.0.3RC1, php-5.6.17, php-5.5.31, php-7.0.2
# 0ea63cb2 04-Jan-2016 Jakub Zelenka

Fix small CS label issue in openssl.c


Revision tags: php-7.0.2RC1
# e4bdf51f 18-Dec-2015 Dominic Luechinger

Replaced whitespaces with tabs and fixed aligments


# 49493a2d 01-Jan-2016 Lior Kaplan

Happy new year (Update copyright to 2016)


Revision tags: php-5.6.17RC1, php-7.0.1RC1, php-7.0.0, php-5.6.16, php-7.0.0RC8, php-7.0.0RC7, php-5.6.16RC1, php-5.6.15, php-7.0.0RC6
# 2ee99f89 25-Oct-2015 Jakub Zelenka

Check EVP_SealFinal return code

This can be done since we no longer support OpenSSL 0.9.6


Revision tags: php-7.0.1, php-5.6.15RC1, php-7.0.0RC5, php-5.5.30, php-5.6.14, php-7.0.0RC4
# ad4fa8f7 24-Sep-2015 Dmitry Stogov

Fixed incorrect usage of HASH_OF() macro. Replaced HASH_OF() with more appropriate Z_ARRVAL_P() or Z_OBJPROP_P().


# ca89d9a7 23-Sep-2015 Anatol Belski

expose openssl config path so it can be tested


# 15d43095 23-Sep-2015 Anatol Belski

expose openssl config path so it can be tested


# 6a813634 20-Sep-2015 Jakub Zelenka

Require at least OpenSSL version 0.9.8


# dcd569aa 20-Sep-2015 Jakub Zelenka

Use tabs for arg info indent in openssl.c


Revision tags: php-5.6.14RC1, php-7.0.0RC3
# e235cb65 06-Sep-2015 Jakub Zelenka

Fix request #70438: Add IV parameter for openssl_seal and openssl_open


12345678910>>...19