History log of /PHP-5.5/ext/openssl/openssl.c (Results 126 – 150 of 301)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-5.2.11RC3, php-5.3.1RC1, php-5.2.11RC2, php-5.2.11RC1
# 96a05328 30-Jul-2009 Jani Taskinen

- Fixed compile failure with older openssl libs (< 0.9.8), fixes bug #49012


# f37fabb8 06-Jul-2009 Pierre Joye

- #48116, restore 0.x compability, thx config.cache.


# c82245de 06-Jul-2009 Pierre Joye

- #48116, fix build against openssl 1.0


Revision tags: php-5.3.0, php-5.3.0RC4, php-5.2.10, php-5.2.10RC2, php-5.3.0RC3, php-5.2.10RC1, php-5.3.0RC2
# 8e0a3c21 20-Apr-2009 Mikko Koppanen

MFH: Closes #47991 SSL streams fail if error stack contains items


# 04566e10 29-Mar-2009 Scott MacVicar

MFH Fix bug #47828 - Converting to UTF-8 can sometimes fail, check error codes and avoid segfault.


Revision tags: php-5.3.0RC1, RELEASE_1_3_5, php-5.2.9, php-5.2.9RC3, php-5.2.9RC2, php-5.2.9RC1, php-5.3.0beta1
# 08659c2d 31-Dec-2008 Sebastian Bergmann

MFH: Bump copyright year, 3 of 3.


Revision tags: NEWS, php-5.2.8, BEFORE_HEAD_NS_CHANGES_MERGE, php-5.3.0alpha3, php-5.3.0alpha2, php-5.2.7, php-5.2.7RC5, php-5.2.7RC4
# d543e3d9 18-Nov-2008 Pierre Joye

- #41033, enable signing with DSA keys


# 1858b254 17-Nov-2008 Scott MacVicar

MFH Add openssl_random_pseudo_bytes() in order to expose access to a PRG, this wraps around whatever the OS provides.

- OpenBSD uses arc4random()
- Windows uses the Windows Crypto API

MFH Add openssl_random_pseudo_bytes() in order to expose access to a PRG, this wraps around whatever the OS provides.

- OpenBSD uses arc4random()
- Windows uses the Windows Crypto API
- FreeBSD, Linux, etc use /dev/random or /dev/urandom if available
[DOC]

show more ...


# fc2fb50d 17-Nov-2008 Felipe Pena

- MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro


Revision tags: BEFORE_HEAD_NS_CHANGE, BEFORE_NS_RULES_CHANGE, php-5.2.7RC3
# 7a37fa2d 02-Nov-2008 Felipe Pena

- Revert ZEND_BEGIN_ARG_INFO change


# 8bd29438 26-Oct-2008 Ilia Alshanetsky

Fixed compiler warning


# df100055 24-Oct-2008 Felipe Pena

- MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro


Revision tags: php-5.2.7RC2
# 1d5ba8bb 21-Oct-2008 Arnaud Le Blanc

MFH: initialize optional vars


# 7b57c9e6 14-Oct-2008 Ilia Alshanetsky

Fixed bug #46271 (local_cert option is not resolved to full path)


Revision tags: php-5.2.7RC1
# 2e4989cc 30-Sep-2008 Rob Richards

MFH: initialize keyresource


# ba2f5078 18-Sep-2008 Scott MacVicar

MFH: Show the library version currently loaded as well as the version the extension was compiled with. Useful for checking PHP is using the latest version.


Revision tags: php-4.4.9, php-5.3.0alpha1
# 8127bc0d 30-Jul-2008 Antony Dovgal

fix folding


Revision tags: php-4.4.9RC1
# 0890b92f 15-Jul-2008 Henrique do Nascimento Angelo

Fix error message


# d3538f42 15-Jul-2008 Henrique do Nascimento Angelo

Fix uninitilized variables in openssl_pkcs7_encrypt() and openssl_pkcs7_sign()


# 8e2248c8 15-Jul-2008 Henrique do Nascimento Angelo

Fix segfault caused by openssl_pkey_new() in ext/openssl/tests/006.phpt


# 4776dfb2 28-Jun-2008 Henrique do Nascimento Angelo

Fix a memory leak on openssl_decrypt()


Revision tags: BEFORE_NEW_PARAMETER_PARSE
# 0f6e76e5 01-Jun-2008 Hannes Magnusson

fix arginfo and proto


# e6106095 01-Jun-2008 Hannes Magnusson

Add arginfo & fix protos


Revision tags: RELEASE_1_2_5, RELEASE_2_0_0b1
# 94697acf 04-May-2008 Etienne Kneuss

MFH: Fix protos


Revision tags: php-5.2.6, RELEASE_1_0_2, php-5.2.6RC5, php-5.2.6RC4
# e96d5501 02-Apr-2008 Antony Dovgal

MFH: initialize variable


12345678910>>...13