History log of /PHP-5.5/ext/openssl/openssl.c (Results 26 – 50 of 301)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 9ad97cd4 15-Aug-2013 Christopher Jones

Reduce (some) compile noise of 'unused variable' and 'may be used uninitialized' warnings.


Revision tags: php-5.4.18
# dcea4ec6 14-Aug-2013 Stanislav Malyshev

Fix CVE-2013-4073 - handling of certs with null bytes


# 2874696a 14-Aug-2013 Stanislav Malyshev

Fix CVE-2013-4073 - handling of certs with null bytes


Revision tags: php-5.5.2RC1, php-5.4.18RC2
# f00d796b 23-Jul-2013 Anatol Belski

fix missing include


Revision tags: php-5.5.1, php-5.4.18RC1, php-5.3.27, php-5.4.17, php-5.5.0, php-5.3.27RC1, php-5.4.17RC1, php-5.5.0RC3, php-5.3.26, php-5.4.16, php-5.5.0RC2, php-5.3.26RC1, php-5.4.16RC1, php-5.5.0RC1, php-5.3.25, php-5.4.15, php-5.3.25RC1, php-5.5.0beta4, php-5.4.15RC1, php-5.4.14, php-5.3.24, php-5.5.0beta3, php-5.3.24RC1, php-5.4.14RC1, php-5.5.0beta2, php-5.5.0beta1, php-5.3.23, php-5.4.13, php-5.5.0alpha6, php-5.3.23RC1, php-5.4.13RC1, php-5.3.22, php-5.5.0alpha5, php-5.4.12
# 7b0107cc 17-Feb-2013 Stanislav Malyshev

fix bug #61930: openssl corrupts ssl key resource when using openssl_get_publickey()


Revision tags: php-5.3.22RC2, php-5.4.12RC2, php-5.3.22RC1, php-5.4.12RC1, php-5.5.0alpha4, php-5.3.21, php-5.4.11, php-5.5.0alpha3, php-5.3.21RC1, php-5.4.11RC1
# a666285b 01-Jan-2013 Xinchen Hui

Happy New Year


# 0a7395e0 01-Jan-2013 Xinchen Hui

Happy New Year


# a2045ff3 01-Jan-2013 Xinchen Hui

Happy New Year~


Revision tags: php-5.3.20, php-5.4.10, php-5.5.0alpha2, php-5.3.20RC1, php-5.4.10RC1, php-5.3.19, php-5.4.9, php-5.5.0alpha1, php-5.3.19RC1, php-5.4.9RC1, php-5.3.18, php-5.4.8, php-5.3.18RC1, php-5.4.8RC1
# 84202c36 14-Sep-2012 Mark Jones

commit for php bug 61421
enabling SHA2 and RMD160 for openssl signature verification


Revision tags: php-5.3.17, php-5.4.7, php-5.4.7RC1, php-5.3.16, php-5.4.6, php-5.4.6RC1, php-5.4.5, php-5.3.15, php-5.3.15RC1, php-5.4.5RC1, php-5.3.14, php-5.4.4
# c7be96b0 12-Jun-2012 Stanislav Malyshev

Revert "Add PBKDF2 support via openssl()"

This reverts commit b5b8ea1050837fba5a6cee55e41b4574ed64158e.
Looks like we don't have agreement yet on this for 5.4. Let's keep it in 5.5 for n

Revert "Add PBKDF2 support via openssl()"

This reverts commit b5b8ea1050837fba5a6cee55e41b4574ed64158e.
Looks like we don't have agreement yet on this for 5.4. Let's keep it in 5.5 for now.

show more ...


# a2bfad05 12-Jun-2012 Stanislav Malyshev

Revert "Rename openssl_pkcs5_pbkdf2_hmac() to something that doesn't sound like a spell."

This reverts commit bccd1e672fabc3c788e93075221d47d9f077b167.
Looks like we don't have agreement

Revert "Rename openssl_pkcs5_pbkdf2_hmac() to something that doesn't sound like a spell."

This reverts commit bccd1e672fabc3c788e93075221d47d9f077b167.
Looks like we don't have agreement yet on this for 5.4. Let's keep it in 5.5 for now.

show more ...


# 5b3c9f4f 11-Jun-2012 Scott MacVicar

One more time


# aadf59df 11-Jun-2012 Scott MacVicar

Add PBKDF2 support via openssl()

Summary:
No easy way to put these in the hash extension since we don't really support optional
parameters to certain algorithms. Implemented in opens

Add PBKDF2 support via openssl()

Summary:
No easy way to put these in the hash extension since we don't really support optional
parameters to certain algorithms. Implemented in openssl for now since it has it already
and is pretty stable.

Only SHA1 is confirmed to work as an algorithm but openssl has a parameter so it can be
changed in the future.

Will backport to 5.4 potentially with Stas' approval.

Test Plan:
Ran newly added tests which came from RFC 6070

show more ...


# bccd1e67 11-Jun-2012 Scott MacVicar

Rename openssl_pkcs5_pbkdf2_hmac() to something that doesn't sound like a spell.

Summary:
Stas pointed out that this is named pretty poorly. Go for openssl_pbkdf2()


# b5b8ea10 11-Jun-2012 Scott MacVicar

Add PBKDF2 support via openssl()

Summary:
No easy way to put these in the hash extension since we don't really support optional
parameters to certain algorithms. Implemented in opens

Add PBKDF2 support via openssl()

Summary:
No easy way to put these in the hash extension since we don't really support optional
parameters to certain algorithms. Implemented in openssl for now since it has it already
and is pretty stable.

Only SHA1 is confirmed to work as an algorithm but openssl has a parameter so it can be
changed in the future.

Will backport to 5.4 potentially with Stas' approval.

Test Plan:
Ran newly added tests which came from RFC 6070

show more ...


# b481ebae 11-Jun-2012 Scott MacVicar

Rename openssl_pkcs5_pbkdf2_hmac() to something that doesn't sound like a spell.

Summary:
Stas pointed out that this is named pretty poorly. Go for openssl_pbkdf2()


# 733aaf23 11-Jun-2012 Felipe Pena

- Fixed build (PKCS5_PBKDF2_HMAC is from 1.0.0)


# f4847efc 11-Jun-2012 Scott MacVicar

Add PBKDF2 support via openssl()

Summary:
No easy way to put these in the hash extension since we don't really support optional
parameters to certain algorithms. Implemented in opens

Add PBKDF2 support via openssl()

Summary:
No easy way to put these in the hash extension since we don't really support optional
parameters to certain algorithms. Implemented in openssl for now since it has it already
and is pretty stable.

Only SHA1 is confirmed to work as an algorithm but openssl has a parameter so it can be
changed in the future.

Will backport to 5.4 potentially with Stas' approval.

Test Plan:
Ran newly added tests which came from RFC 6070

show more ...


Revision tags: php-5.3.14RC2, php-5.4.4RC2, php-5.3.14RC1, php-5.4.4RC1, php-5.3.13, php-5.4.3, php-5.4.2, php-5.3.12, php-5.3.11, php-5.4.1
# 270a406a 24-Apr-2012 Anatoliy Belsky

Fix bug #61413 ext\openssl\tests\openssl_encrypt_crash.phpt fails 5.3 only


Revision tags: php-5.3.11RC2, php-5.4.1RC2, php-5.3.11RC1, php-5.4.1RC1, PHP-5.4.1-RC1, php-5.4.0
# 5ef66f2c 23-Feb-2012 Scott MacVicar

Fixed bug #61124 (Crash when decoding an invalid base64 encoded string).


# 6c331093 23-Feb-2012 Scott MacVicar

Fixed bug #61124 (Crash when decoding an invalid base64 encoded string).


# f424fe8a 23-Feb-2012 Scott MacVicar

Fixed bug #61124 (Crash when decoding an invalid base64 encoded string).


Revision tags: php-5.4.0RC8, php-5.3.10, php-5.4.0RC7, php-5.4.0RC6, php-5.3.9, php-5.4.0RC5
# e4ca0ed0 01-Jan-2012 Felipe Pena

- Year++


# 8775a375 01-Jan-2012 Felipe Pena

- Year++


# 4e198252 01-Jan-2012 Felipe Pena

- Year++


12345678910>>...13