| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 3 | -3/+3 |
| * | MFH Fix bug #46748, segfault when SSL has more than one error message. | Scott MacVicar | 2008-12-08 | 1 | -26/+14 |
| * | - MFB: fix title | Pierre Joye | 2008-11-18 | 1 | -1/+1 |
| * | - #41033, enable signing with DSA keys | Pierre Joye | 2008-11-18 | 4 | -1/+56 |
| * | Missed test for previous commit | Scott MacVicar | 2008-11-17 | 1 | -0/+22 |
| * | MFH Add openssl_random_pseudo_bytes() in order to expose access to a PRG, thi... | Scott MacVicar | 2008-11-17 | 1 | -0/+53 |
| * | - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro | Felipe Pena | 2008-11-17 | 1 | -42/+0 |
| * | - MFB: skip if pcntl is not present | Pierre Joye | 2008-11-16 | 1 | -1/+2 |
| * | - MFH: #46127, php_openssl_tcp_sockop_accept forgets to set context on accept... | Pierre Joye | 2008-11-16 | 3 | -0/+91 |
| * | - Revert ZEND_BEGIN_ARG_INFO change | Felipe Pena | 2008-11-02 | 1 | -0/+42 |
| * | Fixed compiler warning | Ilia Alshanetsky | 2008-10-26 | 1 | -2/+2 |
| * | - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro | Felipe Pena | 2008-10-24 | 1 | -42/+0 |
| * | MFH: initialize optional vars | Arnaud Le Blanc | 2008-10-21 | 1 | -7/+7 |
| * | Fixed bug #46271 (local_cert option is not resolved to full path) | Ilia Alshanetsky | 2008-10-14 | 1 | -19/+22 |
| * | MFH: initialize keyresource | Rob Richards | 2008-09-30 | 1 | -1/+1 |
| * | MFH: Show the library version currently loaded as well as the version the ext... | Scott MacVicar | 2008-09-18 | 1 | -1/+2 |
| * | Fixed bug #45382 (timeout bug in stream_socket_enable_crypto). | Ilia Alshanetsky | 2008-09-11 | 1 | -1/+1 |
| * | fix folding | Antony Dovgal | 2008-07-30 | 1 | -19/+8 |
| * | New tests | Henrique do Nascimento Angelo | 2008-07-18 | 18 | -0/+992 |
| * | fix test | Antony Dovgal | 2008-07-15 | 1 | -1/+1 |
| * | Fix error message | Henrique do Nascimento Angelo | 2008-07-15 | 3 | -1/+34 |
| * | Fix uninitilized variables in openssl_pkcs7_encrypt() and openssl_pkcs7_sign() | Henrique do Nascimento Angelo | 2008-07-15 | 5 | -0/+167 |
| * | Fix segfault caused by openssl_pkey_new() in ext/openssl/tests/006.phpt | Henrique do Nascimento Angelo | 2008-07-15 | 2 | -12/+43 |
| * | MFH: manage references of stream context properly | Antony Dovgal | 2008-07-11 | 1 | -1/+3 |
| * | Fix a memory leak on openssl_decrypt() | Henrique do Nascimento Angelo | 2008-06-28 | 1 | -4/+9 |
| * | fix arginfo and proto | Hannes Magnusson | 2008-06-01 | 1 | -5/+5 |
| * | Add arginfo & fix protos | Hannes Magnusson | 2008-06-01 | 1 | -57/+347 |
| * | MFH: Fix protos | Etienne Kneuss | 2008-05-04 | 1 | -1/+1 |
| * | Fixed bug#44716 (Progress notifications incorrect) | Hannes Magnusson | 2008-04-14 | 1 | -9/+8 |
| * | MFH: Fixed bug #32979 (OpenSSL stream->fd casts broken in 64-bit build) | Joe Orton | 2008-04-04 | 1 | -2/+2 |
| * | MFH: initialize variable | Antony Dovgal | 2008-04-02 | 1 | -1/+1 |
| * | MFH: New way for check void parameters | Felipe Pena | 2008-03-10 | 1 | -2/+2 |
| * | MFH: fix memleak in sign and verify functions | Rob Richards | 2008-01-15 | 1 | -0/+2 |
| * | MFH: fix crash when using default algorithm | Rob Richards | 2008-01-09 | 1 | -2/+2 |
| * | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 3 | -3/+3 |
| * | MFH: - Fixed bug #43137 (rmdir() and rename() do not clear statcache) | Jani Taskinen | 2007-10-31 | 1 | -5/+13 |
| * | use FREE_ZVAL() instead of free() to free a zval | Nuno Lopes | 2007-09-29 | 1 | -2/+2 |
| * | fix a few compiler warnings (mostly use of unitialized values) | Nuno Lopes | 2007-09-29 | 1 | -1/+1 |
| * | Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) | Dmitry Stogov | 2007-09-27 | 1 | -1/+1 |
| * | MFH: Improved ext/openssl | Dmitry Stogov | 2007-09-27 | 1 | -44/+531 |
| * | - fix regression introduced with #42222 (thx to tony and mattias for the | Pierre Joye | 2007-08-08 | 1 | -2/+2 |
| * | - #42222, forgot this one (thanks mattias) | Pierre Joye | 2007-08-06 | 1 | -1/+1 |
| * | - #42222, truncate the _default to the buffer size (was 200 since day #1, we ... | Pierre Joye | 2007-08-06 | 1 | -1/+3 |
| * | mproced openssl_x509_parse() to return extensions in readable form | Dmitry Stogov | 2007-07-11 | 2 | -15/+31 |
| * | Fixed memory leak | Dmitry Stogov | 2007-07-11 | 1 | -0/+1 |
| * | Fixed crash on non-string passphrase | Dmitry Stogov | 2007-07-11 | 1 | -0/+1 |
| * | Fixed bug #41770 (SSL: fatal protocol error due to buffer issues). | Ilia Alshanetsky | 2007-07-02 | 1 | -1/+1 |
| * | Fixed a memory leak inside load_all_certs_file() | Ilia Alshanetsky | 2007-06-19 | 1 | -0/+3 |
| * | fix test names | Antony Dovgal | 2007-05-30 | 2 | -2/+2 |
| * | - add missing cert (thx Tony) | Pierre Joye | 2007-05-30 | 2 | -0/+35 |