History log of /PHP-8.3/ext/openssl/openssl.c (Results 476 – 500 of 759)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-5.5.4, php-5.4.20, php-5.5.4RC1, php-5.4.20RC1, php-5.5.3, php-5.4.19
# 1a00b9bd 20-Aug-2013 Christopher Jones

Remove compile warning:
warning: unused variable ‘j’ [-Wunused-variable]


# cf7f5074 20-Aug-2013 Christopher Jones

Remove compile warnings:
variable ‘obj_cnt’ set but not used [-Wunused-but-set-variable]
unused variable ‘last’ [-Wunused-variable]
unused variable ‘j’ [-Wunused-variable]


# c1c49d6e 19-Aug-2013 Stanislav Malyshev

fix using wrong buffer pointer


Revision tags: php-5.5.2
# 9973658a 14-Aug-2013 Mark Jones

Fix for php bug #64802 includes test case


# ac03b67e 15-Aug-2013 Christopher Jones

Remove unused variable


# 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
# 6c4af15d 07-Jul-2013 Veres Lajos

typos (orig)


Revision tags: 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
# 525e27e1 07-May-2013 jas-

Fix for challenge string length pointed out by Kalle Nielsen


# 8f56ac84 06-May-2013 jas-

Address feature request #38917 for native SPKAC (HTML5 keygen element) support


Revision tags: 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)


1...<<11121314151617181920>>...31