| Commit message (Expand) | Author | Age | Files | Lines |
* | - Fixed NULL pointer dereference in stream_socket_enable_crypto, case when | Mateusz Kocielski | 2011-11-12 | 1 | -0/+2 |
* | - Revert r313616 (When we have a blocking SSL socket, respect the timeout | Pierre Joye | 2011-10-05 | 1 | -37/+0 |
* | - ext/openssl/tests/bug36732.phpt more portable. | Gustavo André dos Santos Lopes | 2011-09-14 | 2 | -1/+5 |
* | - Fixed test ext/openssl/tests/004.phpt. | Gustavo André dos Santos Lopes | 2011-09-14 | 3 | -2/+48 |
* | - Test for bug #55646. | Gustavo André dos Santos Lopes | 2011-09-12 | 1 | -0/+32 |
* | - Fixed bug #55646: textual data is returned in UTF-8, but is input in | Gustavo André dos Santos Lopes | 2011-09-12 | 1 | -6/+14 |
* | Fix the path to the .pem | Hannes Magnusson | 2011-09-08 | 1 | -2/+2 |
* | - Make usage of new PHP_FE_END macro | Felipe Pena | 2011-07-25 | 1 | -1/+1 |
* | When we have a blocking SSL socket, respect the timeout option. | Scott MacVicar | 2011-07-23 | 1 | -0/+37 |
* | removing openssl test for bug #55169 per Scott MacVicar's request; duplicate ... | Ryan Biesemeyer | 2011-07-20 | 1 | -43/+0 |
* | update test for bug #55169, fix skipif | Ryan Biesemeyer | 2011-07-20 | 1 | -1/+3 |
* | update test for bug #55169, don't require the extension in INI | Ryan Biesemeyer | 2011-07-20 | 1 | -2/+0 |
* | tests for bug #55169 (mcrypt and openssl) | Ryan Biesemeyer | 2011-07-20 | 1 | -0/+43 |
* | - re apply the rng change specific to windows, long term it should be a std f... | Pierre Joye | 2011-07-19 | 1 | -0/+9 |
* | Revert change to use a special Windows version of openssl_random_pseudo_bytes(). | Scott MacVicar | 2011-07-19 | 1 | -9/+0 |
* | openssl_encrypt() / openssl_decrypt() were flawed and truncated the key to th... | Scott MacVicar | 2011-07-19 | 1 | -6/+12 |
* | - use php_win32_get_random_bytes instead of over slow and partially wrong op... | Pierre Joye | 2011-07-10 | 1 | -0/+13 |
* | - did I not kill that already? (do not use rand_screen, pointless on server a... | Pierre Joye | 2011-06-16 | 1 | -4/+0 |
* | - Fixed bug #55028 (// is abad comment) | Felipe Pena | 2011-06-10 | 1 | -1/+1 |
* | - Fixed bug #54992: Stream not closed and error not returned when SSL CN_match | Gustavo André dos Santos Lopes | 2011-06-08 | 4 | -0/+134 |
* | - Added new parameter parsing option (p - for valid path (string without null... | Felipe Pena | 2011-06-06 | 1 | -8/+8 |
* | Allow management of your own padding in openssl_encrypt/decrypt. | Scott MacVicar | 2011-05-20 | 6 | -19/+36 |
* | The project calls itself OpenSSL and not openSSL, so let's keep it | Martin Jansen | 2011-04-25 | 2 | -5/+5 |
* | SSLV2 patch cleanup | Rasmus Lerdorf | 2011-04-24 | 2 | -4/+13 |
* | Support for openssl without SSLv2 supprot compiled in. Distros are starting to | Rasmus Lerdorf | 2011-04-24 | 1 | -0/+10 |
* | Add the libraries we actually test and need for LDAP and OpenSSL, fixes bug #... | Raphael Geissert | 2011-03-18 | 1 | -0/+1 |
* | - fix bug #54061, memory leak in openssl_decrypt | Pierre Joye | 2011-02-21 | 1 | -0/+17 |
* | - fix bug #54061, memory leak in openssl_decrypt | Pierre Joye | 2011-02-21 | 1 | -0/+1 |
* | - fix bug #54060, memory leak in openssl_encrypt | Pierre Joye | 2011-02-21 | 2 | -0/+18 |
* | - Year++ | Felipe Pena | 2011-01-01 | 3 | -3/+3 |
* | - Fixed bug #53592 (stream_socket_enable_crypto() busy-waits in client mode). | Gustavo André dos Santos Lopes | 2010-12-23 | 1 | -18/+54 |
* | make sure the stream context is present before looking for any options | Antony Dovgal | 2010-12-04 | 1 | -1/+1 |
* | Implemented FR #53447 (Cannot disable SessionTicket extension for servers that | Adam Harvey | 2010-12-03 | 1 | -0/+12 |
* | - not TS and useless on server, also not required anymore with the supported ... | Pierre Joye | 2010-12-02 | 1 | -4/+1 |
* | - Fixed bug #53136 (Invalid read on openssl_csr_new()) | Felipe Pena | 2010-11-12 | 1 | -1/+2 |
* | Fix vim marker folds. | Adam Harvey | 2010-10-13 | 1 | -1/+1 |
* | Fixed extrenous warning inside openssl_encrypt() for cases where iv not provi... | Ilia Alshanetsky | 2010-10-07 | 1 | -3/+4 |
* | - Fixed bug #52947 (segfault when ssl stream option capture_peer_cert_chain u... | Felipe Pena | 2010-09-29 | 1 | -1/+0 |
* | - use TSRMLS_*C instead of TSRMLS_FETCH in zend_list_insert | Pierre Joye | 2010-09-16 | 2 | -11/+11 |
* | - Fixed bug #52183 (Reflectionfunction reports invalid number of arguments fo... | Felipe Pena | 2010-06-26 | 1 | -3/+3 |
* | - #48632, ssl AES support | Pierre Joye | 2010-06-21 | 1 | -3/+53 |
* | - #45808, stream_socket_enable_crypto() blocks and eats CPU | Pierre Joye | 2010-06-20 | 1 | -3/+8 |
* | fix ZTS build | Antony Dovgal | 2010-05-20 | 1 | -4/+4 |
* | Add parameter to openssl_(en|de)crypt | Sara Golemon | 2010-05-19 | 3 | -26/+112 |
* | Removed double allocation of buffer inside openssl_random_pseudo_bytes() and ... | Ilia Alshanetsky | 2010-05-11 | 1 | -12/+8 |
* | revert change #298288: Remove old dsp/dsw/makefile files | Rob Richards | 2010-04-28 | 2 | -0/+296 |
* | Removed safe_mode | Kalle Sommer Nielsen | 2010-04-26 | 1 | -20/+17 |
* | Fix for bug #51647 Certificate file without private key (pk in another file) ... | Andrey Hristov | 2010-04-23 | 1 | -4/+16 |
* | - Fixed compiler warnings | Felipe Pena | 2010-04-23 | 1 | -0/+2 |
* | fix typo | Antony Dovgal | 2010-04-22 | 1 | -1/+1 |