History log of /PHP-5.5/ext/openssl/openssl.c (Results 51 – 75 of 301)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# d705b11a 26-Dec-2011 Stanislav Malyshev

fix uninitialized var that may lead to crash


# 2f15c1d7 26-Dec-2011 Stanislav Malyshev

fix uninitialized var that may lead to crash


Revision tags: php-5.3.9RC4, php-5.4.0RC4
# 095cbc48 18-Dec-2011 Scott MacVicar

Fix segfault in older versions of OpenSSL (before 0.9.8i)


# 61f3d36a 18-Dec-2011 Scott MacVicar

Fix segfault in older versions of OpenSSL (before 0.9.8i)


# beda5efd 18-Dec-2011 Scott MacVicar

Fix segfault in older versions of OpenSSL (before 0.9.8i)


Revision tags: php-5.3.9RC3, php-5.4.0RC3
# b69cfde5 07-Dec-2011 Scott MacVicar

Make sure that we set the strong crypto result to false as well as returning false.


# 287e1917 07-Dec-2011 Scott MacVicar

Make sure that we set the strong crypto result to false as well as returning false.


Revision tags: php-5.3.9RC2, php-5.4.0RC2, php-5.4.0RC1, php-5.3.9RC1, php-5.4.0beta2, php-5.4.0beta1
# 1d5028be 12-Sep-2011 Gustavo André dos Santos Lopes

- Fixed bug #55646: textual data is returned in UTF-8, but is input in
another encoding. 5.4 only as this implies a BC break.


# 1fbf9119 12-Sep-2011 Gustavo André dos Santos Lopes

- Fixed bug #55646: textual data is returned in UTF-8, but is input in
another encoding. 5.4 only as this implies a BC break.


Revision tags: yaf-2.1.0, php-5.3.8, php-5.3.7, php-5.3.7RC5, php-5.4.0alpha3, php-5.3.7RC4
# 23e43859 25-Jul-2011 Felipe Pena

- Make usage of new PHP_FE_END macro


# 4b30846b 25-Jul-2011 Felipe Pena

- Make usage of new PHP_FE_END macro


# da376383 25-Jul-2011 Felipe Pena

- Make usage of new PHP_FE_END macro


# b03817af 19-Jul-2011 Pierre Joye

- re apply the rng change specific to windows, long term it should be a std function but as this function was badly introduced in the 1st place, we have to fix the bad things here instead, pls do not

- re apply the rng change specific to windows, long term it should be a std function but as this function was badly introduced in the 1st place, we have to fix the bad things here instead, pls do not revert again, bad idea.

show more ...


# 69c3f8cb 19-Jul-2011 Pierre Joye

- re apply the rng change specific to windows, long term it should be a std function but as this function was badly introduced in the 1st place, we have to fix the bad things here instead, pls do not

- re apply the rng change specific to windows, long term it should be a std function but as this function was badly introduced in the 1st place, we have to fix the bad things here instead, pls do not revert again, bad idea.

show more ...


# 591e0e44 19-Jul-2011 Scott MacVicar

Revert change to use a special Windows version of openssl_random_pseudo_bytes().

Lets discuss this on internals first. We're advertising something from the OpenSSL library
and then subve

Revert change to use a special Windows version of openssl_random_pseudo_bytes().

Lets discuss this on internals first. We're advertising something from the OpenSSL library
and then subverting it with another Windows OS call.

What are the implications of this? Should we make this available in ext/standard/ instead?

show more ...


# 25fb1976 19-Jul-2011 Scott MacVicar

Revert change to use a special Windows version of openssl_random_pseudo_bytes().

Lets discuss this on internals first. We're advertising something from the OpenSSL library
and then subve

Revert change to use a special Windows version of openssl_random_pseudo_bytes().

Lets discuss this on internals first. We're advertising something from the OpenSSL library
and then subverting it with another Windows OS call.

What are the implications of this? Should we make this available in ext/standard/ instead?

show more ...


# 94645642 19-Jul-2011 Scott MacVicar

openssl_encrypt() / openssl_decrypt() were flawed and truncated the key to the default size for the case of a variable key length cipher.

The result is a key of 448 bits being passed to the

openssl_encrypt() / openssl_decrypt() were flawed and truncated the key to the default size for the case of a variable key length cipher.

The result is a key of 448 bits being passed to the blowfish algorithm would be truncated to 128 bit.

Also fixed an error in the zend_parse_parameters() having an invalid character being used.

show more ...


# 64a0c79a 19-Jul-2011 Scott MacVicar

openssl_encrypt() / openssl_decrypt() were flawed and truncated the key to the default size for the case of a variable key length cipher.

The result is a key of 448 bits being passed to the

openssl_encrypt() / openssl_decrypt() were flawed and truncated the key to the default size for the case of a variable key length cipher.

The result is a key of 448 bits being passed to the blowfish algorithm would be truncated to 128 bit.

Also fixed an error in the zend_parse_parameters() having an invalid character being used.

show more ...


# 02581a00 19-Jul-2011 Scott MacVicar

openssl_encrypt() / openssl_decrypt() were flawed and truncated the key to the default size for the case of a variable key length cipher.

The result is a key of 448 bits being passed to the

openssl_encrypt() / openssl_decrypt() were flawed and truncated the key to the default size for the case of a variable key length cipher.

The result is a key of 448 bits being passed to the blowfish algorithm would be truncated to 128 bit.

Also fixed an error in the zend_parse_parameters() having an invalid character being used.

show more ...


Revision tags: php-5.3.7RC3, php-5.4.0alpha2
# 8278f831 10-Jul-2011 Pierre Joye

- use php_win32_get_random_bytes instead of over slow and partially wrong openssl's version


# 5fb25707 10-Jul-2011 Pierre Joye

- use php_win32_get_random_bytes instead of over slow and partially wrong openssl's version


Revision tags: php-5.3.7RC2, php-5.4.0alpha1
# ccae79a2 16-Jun-2011 Pierre Joye

- did I not kill that already? (do not use rand_screen, pointless on server and not TS)


# 3c8bd9eb 16-Jun-2011 Pierre Joye

- did I not kill that already? (do not use rand_screen, pointless on server and not TS)


# 104cd28e 16-Jun-2011 Pierre Joye

- did I not kill that already? (do not use rand_screen, pointless on server and not TS)


Revision tags: php-5.3.7RC1
# 32b5f8a1 06-Jun-2011 Felipe Pena

- Added new parameter parsing option (p - for valid path (string without null byte in the middle))
# The tests will be fixed in the next commits


12345678910>>...13