summaryrefslogtreecommitdiff
path: root/ext/openssl
Commit message (Expand)AuthorAgeFilesLines
* - Fixed NULL pointer dereference in stream_socket_enable_crypto, case whenMateusz Kocielski2011-11-121-0/+2
* - Revert r313616 (When we have a blocking SSL socket, respect the timeoutPierre Joye2011-10-051-37/+0
* - ext/openssl/tests/bug36732.phpt more portable.Gustavo André dos Santos Lopes2011-09-142-1/+5
* - Fixed test ext/openssl/tests/004.phpt.Gustavo André dos Santos Lopes2011-09-143-2/+48
* - Test for bug #55646.Gustavo André dos Santos Lopes2011-09-121-0/+32
* - Fixed bug #55646: textual data is returned in UTF-8, but is input inGustavo André dos Santos Lopes2011-09-121-6/+14
* Fix the path to the .pemHannes Magnusson2011-09-081-2/+2
* - Make usage of new PHP_FE_END macroFelipe Pena2011-07-251-1/+1
* When we have a blocking SSL socket, respect the timeout option.Scott MacVicar2011-07-231-0/+37
* removing openssl test for bug #55169 per Scott MacVicar's request; duplicate ...Ryan Biesemeyer2011-07-201-43/+0
* update test for bug #55169, fix skipifRyan Biesemeyer2011-07-201-1/+3
* update test for bug #55169, don't require the extension in INIRyan Biesemeyer2011-07-201-2/+0
* tests for bug #55169 (mcrypt and openssl)Ryan Biesemeyer2011-07-201-0/+43
* - re apply the rng change specific to windows, long term it should be a std f...Pierre Joye2011-07-191-0/+9
* Revert change to use a special Windows version of openssl_random_pseudo_bytes().Scott MacVicar2011-07-191-9/+0
* openssl_encrypt() / openssl_decrypt() were flawed and truncated the key to th...Scott MacVicar2011-07-191-6/+12
* - use php_win32_get_random_bytes instead of over slow and partially wrong op...Pierre Joye2011-07-101-0/+13
* - did I not kill that already? (do not use rand_screen, pointless on server a...Pierre Joye2011-06-161-4/+0
* - Fixed bug #55028 (// is abad comment)Felipe Pena2011-06-101-1/+1
* - Fixed bug #54992: Stream not closed and error not returned when SSL CN_matchGustavo André dos Santos Lopes2011-06-084-0/+134
* - Added new parameter parsing option (p - for valid path (string without null...Felipe Pena2011-06-061-8/+8
* Allow management of your own padding in openssl_encrypt/decrypt.Scott MacVicar2011-05-206-19/+36
* The project calls itself OpenSSL and not openSSL, so let's keep itMartin Jansen2011-04-252-5/+5
* SSLV2 patch cleanupRasmus Lerdorf2011-04-242-4/+13
* Support for openssl without SSLv2 supprot compiled in. Distros are starting toRasmus Lerdorf2011-04-241-0/+10
* Add the libraries we actually test and need for LDAP and OpenSSL, fixes bug #...Raphael Geissert2011-03-181-0/+1
* - fix bug #54061, memory leak in openssl_decryptPierre Joye2011-02-211-0/+17
* - fix bug #54061, memory leak in openssl_decryptPierre Joye2011-02-211-0/+1
* - fix bug #54060, memory leak in openssl_encryptPierre Joye2011-02-212-0/+18
* - Year++Felipe Pena2011-01-013-3/+3
* - Fixed bug #53592 (stream_socket_enable_crypto() busy-waits in client mode).Gustavo André dos Santos Lopes2010-12-231-18/+54
* make sure the stream context is present before looking for any optionsAntony Dovgal2010-12-041-1/+1
* Implemented FR #53447 (Cannot disable SessionTicket extension for servers thatAdam Harvey2010-12-031-0/+12
* - not TS and useless on server, also not required anymore with the supported ...Pierre Joye2010-12-021-4/+1
* - Fixed bug #53136 (Invalid read on openssl_csr_new())Felipe Pena2010-11-121-1/+2
* Fix vim marker folds.Adam Harvey2010-10-131-1/+1
* Fixed extrenous warning inside openssl_encrypt() for cases where iv not provi...Ilia Alshanetsky2010-10-071-3/+4
* - Fixed bug #52947 (segfault when ssl stream option capture_peer_cert_chain u...Felipe Pena2010-09-291-1/+0
* - use TSRMLS_*C instead of TSRMLS_FETCH in zend_list_insertPierre Joye2010-09-162-11/+11
* - Fixed bug #52183 (Reflectionfunction reports invalid number of arguments fo...Felipe Pena2010-06-261-3/+3
* - #48632, ssl AES supportPierre Joye2010-06-211-3/+53
* - #45808, stream_socket_enable_crypto() blocks and eats CPUPierre Joye2010-06-201-3/+8
* fix ZTS buildAntony Dovgal2010-05-201-4/+4
* Add parameter to openssl_(en|de)cryptSara Golemon2010-05-193-26/+112
* Removed double allocation of buffer inside openssl_random_pseudo_bytes() and ...Ilia Alshanetsky2010-05-111-12/+8
* revert change #298288: Remove old dsp/dsw/makefile filesRob Richards2010-04-282-0/+296
* Removed safe_modeKalle Sommer Nielsen2010-04-261-20/+17
* Fix for bug #51647 Certificate file without private key (pk in another file) ...Andrey Hristov2010-04-231-4/+16
* - Fixed compiler warningsFelipe Pena2010-04-231-0/+2
* fix typoAntony Dovgal2010-04-221-1/+1