#
8767205a |
| 31-Aug-2003 |
Zeev Suraski |
Fix Win32 linkage problems
|
Revision tags: php-4.3.3, php-4.3.3RC4, RELEASE_0_5_3, php-4.3.3RC3, RELEASE_0_5_2, RELEASE_1_2b5 |
|
#
538d58dd |
| 03-Aug-2003 |
Zeev Suraski |
Use new infrastructure. There are bound to be some messups, please report build/runtime bugs!
|
Revision tags: BEFORE_ARG_INFO, php-4.3.3RC2 |
|
#
750635d1 |
| 13-Jul-2003 |
Stefan Roehrich |
Allow setting of the serial number.
|
#
80ee75f1 |
| 13-Jul-2003 |
Stefan Roehrich |
Fixed certificate version (counting begins with 0, so 2 means version 3).
|
Revision tags: php-5.0.0b1, php-4.3.3RC1 |
|
#
f68c7ff2 |
| 10-Jun-2003 |
James Cox |
updating license information in the headers.
|
#
b19f3302 |
| 08-Jun-2003 |
Ilia Alshanetsky |
MFB
|
Revision tags: BEFORE_FD_REAPPLY, php-4.3.2, php-4.3.2RC4, BEFORE_FD_REVERT, php-4.3.2RC3, RELEASE_0_9b, SPL_ALPHA |
|
#
c511cd22 |
| 28-Apr-2003 |
Ilia Alshanetsky |
emalloc -> safe_emalloc
|
Revision tags: php-4.3.2RC2, RELEASE_0_6, RELEASE_0_5, init |
|
#
16dae2eb |
| 31-Mar-2003 |
Wez Furlong |
Fix const warning
|
#
07dd6f49 |
| 30-Mar-2003 |
Derick Rethans |
- Typo and some whitespace
|
#
27496361 |
| 30-Mar-2003 |
Derick Rethans |
- Added optional parameter to openssl_sign() to specify the hashing algorithm to use. (Patch by Scott <scott@planetscott.ca>) @- Added optional parameter to openssl_sign() to specify the ha
- Added optional parameter to openssl_sign() to specify the hashing algorithm to use. (Patch by Scott <scott@planetscott.ca>) @- Added optional parameter to openssl_sign() to specify the hashing @ algorithm to use. (scott@planetscott.ca, Derick)
show more ...
|
#
b66957c5 |
| 15-Mar-2003 |
Wez Furlong |
fix proto
|
Revision tags: php-4.3.2RC1 |
|
#
5c90216d |
| 06-Mar-2003 |
David Hill |
64-bit correction to variables passed to zend_parse_parameters @64-bit correction to variables passed to zend_parse_parameters (Dave)
|
#
14bf8720 |
| 28-Feb-2003 |
Ilia Alshanetsky |
Fixed compiler warnings.
|
#
76ebaa6e |
| 27-Feb-2003 |
Wez Furlong |
- Move https:// and ftps:// wrapper registration into the openssl module. - Expose the http:// and ftp:// wrappers as PHPAPI - Remove unused variables
|
#
fd61f690 |
| 27-Feb-2003 |
Wez Furlong |
Another big commit (tm). Main Changes: - Implement a socket transport layer for use by all code that needs to open some kind of "special" socket for network or IPC. - Extension
Another big commit (tm). Main Changes: - Implement a socket transport layer for use by all code that needs to open some kind of "special" socket for network or IPC. - Extensions can register (and override) transports. - Implement ftruncate() on streams via the ioctl-alike option interface. - Implement mmap() on streams via the ioctl-alike option interface. - Implement generic crypto API via the ioctl-alike option interface. (currently only supports OpenSSL, but could support other SSL toolkits, and other crypto transport protocols). Impact: - tcp sockets can be overloaded by the openssl capable sockets at runtime, removing the link-time requirement for ssl:// and https:// sockets and streams. - checking stream types using PHP_STREAM_IS_SOCKET is deprecated, since there are now a range of possible socket-type streams. Working towards: - socket servers using the new transport layer - mmap support under win32 - Cleaner code. # I will be updating the win32 build to add the new files shortly # after this commit.
show more ...
|
Revision tags: php-4.3.1 |
|
#
79c046d8 |
| 10-Feb-2003 |
Wez Furlong |
Add additional optional parameter to openssl_pkcs7_encrypt to specify the cipher. The cipher can be one of the constants listed below. Based on a patch from: stefan at cuba dot ionu
Add additional optional parameter to openssl_pkcs7_encrypt to specify the cipher. The cipher can be one of the constants listed below. Based on a patch from: stefan at cuba dot ionum dot ch OPENSSL_CIPHER_RC2_40, (the default) OPENSSL_CIPHER_RC2_128, OPENSSL_CIPHER_RC2_64, OPENSSL_CIPHER_DES, OPENSSL_CIPHER_3DES, proto bool openssl_pkcs7_encrypt(string infile, string outfile, mixed recipcerts, array headers [, long flags [, long cipher]])
show more ...
|
#
31a31350 |
| 31-Jan-2003 |
Ilia Alshanetsky |
Fixed bug #21986 (openssl test failure).
|
Revision tags: PHP_5_0_dev_before_13561_fix, PHP_4_3_before_13561_fix |
|
#
e2868b57 |
| 18-Jan-2003 |
Ilia Alshanetsky |
Removed pointless memory allocation checks.
|
#
5f36ce39 |
| 04-Jan-2003 |
Ilia Alshanetsky |
CS fixes.
|
#
f65e8488 |
| 02-Jan-2003 |
Ilia Alshanetsky |
Fixed a small memory leak when a NULL variable is passed to openssl_csr_sign() as the first argument.
|
#
b506f5c8 |
| 31-Dec-2002 |
Sebastian Bergmann |
Bump year.
|
Revision tags: php-4.3.0, php-4.3.0RC4 |
|
#
95c701d3 |
| 13-Dec-2002 |
Marcus Boerger |
MFB: ZTS fix by Ilia
|
Revision tags: RELEASE_1_0b3 |
|
#
c2078cda |
| 12-Dec-2002 |
Marcus Boerger |
php_error -> php_error_docref conversion fix (noticed by derick)
|
#
1ef74a4f |
| 12-Dec-2002 |
Wez Furlong |
Patch for #20936 (openssl: public key handling was broken). Thanks to <jeroen@derks.it> for the patch.
|
#
835c4ded |
| 12-Dec-2002 |
Marcus Boerger |
typeconversion is needed here for cygwin
|