| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed bug #50859 (build fails with openssl 1.0 due to md2 deprecation) | Ilia Alshanetsky | 2010-01-27 | 1 | -1/+7 |
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 1 | -1/+1 |
* | added timezone define for NetWare. | Guenter Knauf | 2009-11-03 | 1 | -0/+4 |
* | - Fixed memory leak in openssl_pkcs12_export_to_file() | Felipe Pena | 2009-10-27 | 1 | -2/+3 |
* | Added client-side Server Name Indication (SNI) support in OpenSSL extension. | Arnaud Le Blanc | 2009-10-21 | 1 | -0/+5 |
* | Fixed certificate validation inside php_openssl_apply_verification_policy | Ilia Alshanetsky | 2009-09-14 | 1 | -5/+9 |
* | - Fixed compile failure with older openssl libs (< 0.9.8), fixes bug #49012 | Jani Taskinen | 2009-07-30 | 1 | -0/+4 |
* | - #48116, fix build with openssl 1.0 | Pierre Joye | 2009-07-06 | 1 | -6/+13 |
* | Closes #47991 SSL streams fail if error stack contains items | Mikko Koppanen | 2009-04-20 | 1 | -0/+1 |
* | Fix bug #47828 - Converting to UTF-8 can sometimes fail, check error codes an... | Scott MacVicar | 2009-03-29 | 1 | -2/+4 |
* | - This is PHP 6 - if this ... ever gets out | Marcus Boerger | 2009-03-10 | 1 | -1/+1 |
* | Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 |
* | - MFB: #41033, enable signing with DSA keys | Pierre Joye | 2008-11-18 | 1 | -1/+5 |
* | Add openssl_random_pseudo_bytes() in order to expose access to a PRG, this wr... | Scott MacVicar | 2008-11-17 | 1 | -0/+53 |
* | - Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro (again!) | Felipe Pena | 2008-11-17 | 1 | -42/+0 |
* | - Revert ZEND_BEGIN_ARG_INFO change | Felipe Pena | 2008-11-02 | 1 | -0/+42 |
* | MFB: Fixed compiler warning | Ilia Alshanetsky | 2008-10-26 | 1 | -2/+2 |
* | - Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro | Felipe Pena | 2008-10-24 | 1 | -42/+0 |
* | initialize optional vars | Arnaud Le Blanc | 2008-10-21 | 1 | -7/+7 |
* | MFB: Fixed bug #46271 (local_cert option is not resolved to full path) | Ilia Alshanetsky | 2008-10-14 | 1 | -19/+22 |
* | initialize keyresource | Rob Richards | 2008-09-30 | 1 | -1/+1 |
* | Show the library version currently loaded as well as the version the extensio... | Scott MacVicar | 2008-09-18 | 1 | -1/+2 |
* | fix typo | Antony Dovgal | 2008-08-05 | 1 | -1/+1 |
* | fix folding | Antony Dovgal | 2008-07-30 | 1 | -18/+6 |
* | Add unicode suport to ext/openssl | Henrique do Nascimento Angelo | 2008-07-18 | 1 | -177/+404 |
* | Fix error message | Henrique do Nascimento Angelo | 2008-07-15 | 1 | -1/+1 |
* | Fix uninitilized variables in openssl_pkcs7_encrypt() and openssl_pkcs7_sign() | Henrique do Nascimento Angelo | 2008-07-15 | 1 | -0/+2 |
* | Fix segfault caused by openssl_pkey_new() in ext/openssl/tests/006.phpt | Henrique do Nascimento Angelo | 2008-07-15 | 1 | -12/+18 |
* | Fix a memory leak on openssl_decrypt() | Henrique do Nascimento Angelo | 2008-06-28 | 1 | -4/+9 |
* | MFB: fix arginfo | Hannes Magnusson | 2008-06-01 | 1 | -4/+4 |
* | MFB: Add arginfo & fix protos | Hannes Magnusson | 2008-06-01 | 1 | -57/+347 |
* | Fix protos | Etienne Kneuss | 2008-05-04 | 1 | -1/+1 |
* | initialize variable | Antony Dovgal | 2008-04-02 | 1 | -1/+1 |
* | New macro for check void parameters | Felipe Pena | 2008-02-28 | 1 | -2/+2 |
* | fix memleak in sign and verify functions | Rob Richards | 2008-01-15 | 1 | -0/+2 |
* | fix crash when using default algorithm | Rob Richards | 2008-01-09 | 1 | -2/+2 |
* | Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -1/+1 |
* | Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) | Dmitry Stogov | 2007-09-27 | 1 | -1/+1 |
* | Revert ws-breaking patch | Dmitry Stogov | 2007-09-27 | 1 | -3693/+3693 |
* | Fixed generation on DH publick key for given private key | Dmitry Stogov | 2007-08-10 | 1 | -3693/+3693 |
* | - MFB: fix regressio introduced by #42222 | Pierre Joye | 2007-08-08 | 1 | -2/+2 |
* | - MFB: #42222, forgot this one (thanks mattias) | Pierre Joye | 2007-08-06 | 1 | -2/+3 |
* | - MFB: #42222, truncate the _default to the buffer size (was 200 since day #1... | Pierre Joye | 2007-08-06 | 1 | -1/+3 |
* | Improved ext/openssl | Dmitry Stogov | 2007-08-06 | 1 | -44/+531 |
* | Unicode support | Dmitry Stogov | 2007-07-11 | 1 | -42/+98 |
* | Fixed memory leak | Dmitry Stogov | 2007-07-11 | 1 | -0/+1 |
* | Fixed crash on non-string passphrase and unicode support | Dmitry Stogov | 2007-07-11 | 1 | -1/+2 |
* | Fixed bug #41353 | Dmitry Stogov | 2007-07-10 | 1 | -1/+1 |
* | - MFB: Fixed a memory leak inside load_all_certs_file() | Pierre Joye | 2007-06-20 | 1 | -0/+3 |
* | MFB | Ilia Alshanetsky | 2007-05-28 | 1 | -6/+6 |